UpdateSAMLConnectionRequest constructor
UpdateSAMLConnectionRequest({
- String? name,
- String? domain,
- List<
String> ? domains = const [], - String? idpEntityId,
- String? idpSsoUrl,
- String? idpCertificate,
- String? idpMetadataUrl,
- String? idpMetadata,
- String? organizationId,
- CreateSAMLConnectionRequestAttributeMapping? attributeMapping,
- bool? active,
- bool? syncUserAttributes,
- bool? allowSubdomains,
- bool? allowIdpInitiated,
- bool? disableAdditionalIdentifications,
- bool? forceAuthn,
Returns a new UpdateSAMLConnectionRequest instance.
Implementation
UpdateSAMLConnectionRequest({
this.name,
this.domain,
this.domains = const [],
this.idpEntityId,
this.idpSsoUrl,
this.idpCertificate,
this.idpMetadataUrl,
this.idpMetadata,
this.organizationId,
this.attributeMapping,
this.active,
this.syncUserAttributes,
this.allowSubdomains,
this.allowIdpInitiated,
this.disableAdditionalIdentifications,
this.forceAuthn,
});