CreateSAMLConnectionRequest class
Constructors
-
CreateSAMLConnectionRequest({required String name, String? domain, List<String> domains = const [], required CreateSAMLConnectionRequestProviderEnum provider, String? idpEntityId, String? idpSsoUrl, String? idpCertificate, String? idpMetadataUrl, String? idpMetadata, String? organizationId, CreateSAMLConnectionRequestAttributeMapping? attributeMapping, bool? forceAuthn})
-
Returns a new CreateSAMLConnectionRequest instance.
Properties
-
attributeMapping
↔ CreateSAMLConnectionRequestAttributeMapping?
-
getter/setter pair
-
domain
↔ String?
-
The domain of your organization. Sign in flows using an email with this domain, will use this SAML Connection.
getter/setter pair
-
domains
↔ List<String>
-
The domains of your organization. Sign in flows using an email with one of these domains, will use this 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 X.509 certificate 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
getter/setter pair
-
idpSsoUrl
↔ String?
-
The Single-Sign On URL as provided by the IdP
getter/setter pair
-
name
↔ String
-
The name to use as a label for this 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
-
provider
↔ CreateSAMLConnectionRequestProviderEnum
-
The IdP provider of the connection.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited