GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigArgs(val enabledProviders: Output<List<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigEnabledProvidersItem>>? = null, val providerConfigs: Output<List<GoogleCloudIdentitytoolkitAdminV2ProviderConfigArgs>>? = null, val state: Output<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigState>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigArgs>

Options related to MultiFactor Authentication for the project.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigArgs

Properties

Link copied to clipboard

A list of usable second factors for this project.

Link copied to clipboard

A list of usable second factors for this project along with their configurations. This field does not support phone based MFA, for that use the 'enabled_providers' field.

Link copied to clipboard

Whether MultiFactor Authentication has been enabled for this project.