ConfigMfaProviderConfig

data class ConfigMfaProviderConfig(val state: String? = null, val totpProviderConfig: ConfigMfaProviderConfigTotpProviderConfig? = null)

Constructors

Link copied to clipboard
constructor(state: String? = null, totpProviderConfig: ConfigMfaProviderConfigTotpProviderConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

Whether MultiFactor Authentication has been enabled for this project. Possible values are: DISABLED, ENABLED, MANDATORY.

Link copied to clipboard

TOTP MFA provider config for this project. Structure is documented below.