AdvancedSecurityOptionsInput class

The advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).

Constructors

AdvancedSecurityOptionsInput({bool? anonymousAuthEnabled, bool? enabled, bool? internalUserDatabaseEnabled, MasterUserOptions? masterUserOptions, SAMLOptionsInput? sAMLOptions})

Properties

anonymousAuthEnabled bool?
True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.
final
enabled bool?
True if advanced security is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
internalUserDatabaseEnabled bool?
True if the internal user database is enabled.
final
masterUserOptions MasterUserOptions?
Credentials for the master user: username and password, ARN, or both.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sAMLOptions SAMLOptionsInput?
The SAML application configuration for the domain.
final

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.
inherited

Operators

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