UpdateSAMLConnectionRequest constructor
UpdateSAMLConnectionRequest({
- String? name,
- String? domain,
- String? idpEntityId,
- String? idpSsoUrl,
- String? idpCertificate,
- String? idpMetadataUrl,
- String? idpMetadata,
- String? organizationId,
- UpdateSAMLConnectionRequestAttributeMapping? attributeMapping,
- bool? active,
- bool? syncUserAttributes,
- bool? allowSubdomains,
- bool? allowIdpInitiated,
- 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,
});