CreateSAMLConnectionRequest class

Constructors

CreateSAMLConnectionRequest.new({required String name, required String domain, required CreateSAMLConnectionRequestProviderEnum provider, String? idpEntityId, String? idpSsoUrl, String? idpCertificate, String? idpMetadataUrl, String? idpMetadata, String? organizationId, CreateSAMLConnectionRequestAttributeMapping? attributeMapping})
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
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) CreateSAMLConnectionRequest?
Returns a new CreateSAMLConnectionRequest instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<CreateSAMLConnectionRequest>
mapFromJson(dynamic json) Map<String, CreateSAMLConnectionRequest>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<CreateSAMLConnectionRequest>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.