UpdateSAMLConnectionRequest constructor

UpdateSAMLConnectionRequest({
  1. String? name,
  2. String? domain,
  3. String? idpEntityId,
  4. String? idpSsoUrl,
  5. String? idpCertificate,
  6. String? idpMetadataUrl,
  7. String? idpMetadata,
  8. String? organizationId,
  9. UpdateSAMLConnectionRequestAttributeMapping? attributeMapping,
  10. bool? active,
  11. bool? syncUserAttributes,
  12. bool? allowSubdomains,
  13. bool? allowIdpInitiated,
  14. bool? disableAdditionalIdentifications,
})

Returns a new UpdateSAMLConnectionRequest instance.

Implementation

UpdateSAMLConnectionRequest({
  this.name,
  this.domain,
  this.idpEntityId,
  this.idpSsoUrl,
  this.idpCertificate,
  this.idpMetadataUrl,
  this.idpMetadata,
  this.organizationId,
  this.attributeMapping,
  this.active,
  this.syncUserAttributes,
  this.allowSubdomains,
  this.allowIdpInitiated,
  this.disableAdditionalIdentifications,
});