Domain Advanced Security Options
data class DomainAdvancedSecurityOptions(val anonymousAuthEnabled: Boolean? = null, val enabled: Boolean, val internalUserDatabaseEnabled: Boolean? = null, val masterUserOptions: DomainAdvancedSecurityOptionsMasterUserOptions? = null)
Constructors
Link copied to clipboard
constructor(anonymousAuthEnabled: Boolean? = null, enabled: Boolean, internalUserDatabaseEnabled: Boolean? = null, masterUserOptions: DomainAdvancedSecurityOptionsMasterUserOptions? = null)
Properties
Link copied to clipboard
Whether Anonymous auth is enabled. Enables fine-grained access control on an existing domain. Ignored unless advanced_security_options are enabled. Can only be enabled on an existing domain.
Link copied to clipboard
Whether the internal user database is enabled. Default is false.
Link copied to clipboard
Configuration block for the main user. Detailed below.