providerConfigs

@JvmName(name = "goneciwnohtwqyuo")
suspend fun providerConfigs(value: Output<List<ConfigMfaProviderConfigArgs>>)
@JvmName(name = "uhnebhfxeantbkrk")
suspend fun providerConfigs(value: List<ConfigMfaProviderConfigArgs>?)

Parameters

value

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 'enabledProviders' field. Structure is documented below.


@JvmName(name = "ftpmvgfypggvfjdg")
suspend fun providerConfigs(vararg values: Output<ConfigMfaProviderConfigArgs>)


@JvmName(name = "urkeqrajyhtiwkfr")
suspend fun providerConfigs(values: List<Output<ConfigMfaProviderConfigArgs>>)
@JvmName(name = "sbssejfxqbqqpfuh")
suspend fun providerConfigs(vararg values: ConfigMfaProviderConfigArgs)

Parameters

values

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 'enabledProviders' field. Structure is documented below.


@JvmName(name = "npwcqxaoftlynopo")
suspend fun providerConfigs(argument: List<suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ctqbqscgevcxllfy")
suspend fun providerConfigs(vararg argument: suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit)
@JvmName(name = "irnkppjybtkbsdak")
suspend fun providerConfigs(argument: suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit)

Parameters

argument

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 'enabledProviders' field. Structure is documented below.