Google Cloud Identitytoolkit Admin V2Multi Factor Auth Config Args
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
Link copied to clipboard
constructor(enabledProviders: Output<List<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigEnabledProvidersItem>>? = null, providerConfigs: Output<List<GoogleCloudIdentitytoolkitAdminV2ProviderConfigArgs>>? = null, state: Output<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigState>? = null)
Properties
Link copied to clipboard
val enabledProviders: Output<List<GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfigEnabledProvidersItem>>? = null
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.