AdvancedSecurityOptionsInput class

Specifies 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? enabled, bool? internalUserDatabaseEnabled, MasterUserOptions? masterUserOptions, SAMLOptionsInput? sAMLOptions})

Properties

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