providerConfigs

@JvmName(name = "wrydkfbmaamkmsid")
suspend fun providerConfigs(value: Output<List<ConfigMfaProviderConfigArgs>>)
@JvmName(name = "qjwbsadafylgleaq")
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 = "drwbopnmxjqpbhnn")
suspend fun providerConfigs(vararg values: Output<ConfigMfaProviderConfigArgs>)


@JvmName(name = "nfvvwqgudkhmoamj")
suspend fun providerConfigs(values: List<Output<ConfigMfaProviderConfigArgs>>)
@JvmName(name = "kiwxkdxwfjlmnxfk")
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 = "ovifbdtfgxcjkbap")
suspend fun providerConfigs(argument: List<suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit>)
@JvmName(name = "iwnrnwmvoyamaipo")
suspend fun providerConfigs(vararg argument: suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit)
@JvmName(name = "wueanbflddorrbvk")
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.