providerConfigs

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


@JvmName(name = "meyetoekdaoeaukt")
suspend fun providerConfigs(values: List<Output<ConfigMfaProviderConfigArgs>>)
@JvmName(name = "axmblhlfkocojjug")
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 = "jsfuuikyyfettoet")
suspend fun providerConfigs(argument: List<suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit>)
@JvmName(name = "nrrmwyewswjbthsv")
suspend fun providerConfigs(vararg argument: suspend ConfigMfaProviderConfigArgsBuilder.() -> Unit)
@JvmName(name = "tltiuybtkdvoqaxb")
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.