UpdateSAMLConnectionRequest class
Constructors
-
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.
Properties
-
active
↔ bool?
-
Activate or de-activate the SAML Connection
getter/setter pair
-
allowIdpInitiated
↔ bool?
-
Enable or deactivate IdP-initiated flows
getter/setter pair
-
allowSubdomains
↔ bool?
-
Allow users with an email address subdomain to use this connection in order to authenticate
getter/setter pair
-
attributeMapping
↔ CreateSAMLConnectionRequestAttributeMapping?
-
getter/setter pair
-
disableAdditionalIdentifications
↔ bool?
-
Enable or deactivate additional identifications
getter/setter pair
-
domain
↔ String?
-
The domain to use for the new SAML Connection
getter/setter pair
-
domains
↔ List<String>?
-
A list of the domains on use for the SAML connection
getter/setter pair
-
forceAuthn
↔ bool?
-
Enable or deactivate ForceAuthn
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
idpCertificate
↔ String?
-
The x509 certificated as provided by the IdP
getter/setter pair
-
idpEntityId
↔ String?
-
The Entity ID as provided by the IdP
getter/setter pair
-
idpMetadata
↔ String?
-
The XML content of the IdP metadata file. If present, it takes priority over the corresponding individual properties
getter/setter pair
-
idpMetadataUrl
↔ String?
-
The URL which serves the IdP metadata. If present, it takes priority over the corresponding individual properties and replaces them
getter/setter pair
-
idpSsoUrl
↔ String?
-
The SSO URL as provided by the IdP
getter/setter pair
-
name
↔ String?
-
The name of the new SAML Connection
getter/setter pair
-
organizationId
↔ String?
-
The ID of the organization to which users of this SAML Connection will be added
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
syncUserAttributes
↔ bool?
-
Controls whether to update the user's attributes in each sign-in
getter/setter pair