UpdateSAMLConnectionRequest class

Constructors

UpdateSAMLConnectionRequest.new({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.

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 UpdateSAMLConnectionRequestAttributeMapping?
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
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

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

Constants

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