allowedUserKeyConfigs

@JvmName(name = "sneetwqddosljolq")
suspend fun allowedUserKeyConfigs(value: Output<List<SecretBackendRoleAllowedUserKeyConfigArgs>>)
@JvmName(name = "rbrdixsbykgowcdx")
suspend fun allowedUserKeyConfigs(value: List<SecretBackendRoleAllowedUserKeyConfigArgs>?)

Parameters

value

Set of configuration blocks to define allowed user key configuration, like key type and their lengths. Can be specified multiple times. See Configuration-Options for more info


@JvmName(name = "srnhoiigthgxgemu")
suspend fun allowedUserKeyConfigs(vararg values: Output<SecretBackendRoleAllowedUserKeyConfigArgs>)


@JvmName(name = "llouhtstearaiaxe")
suspend fun allowedUserKeyConfigs(values: List<Output<SecretBackendRoleAllowedUserKeyConfigArgs>>)
@JvmName(name = "mfllsgsuanbfbisn")
suspend fun allowedUserKeyConfigs(vararg values: SecretBackendRoleAllowedUserKeyConfigArgs)

Parameters

values

Set of configuration blocks to define allowed user key configuration, like key type and their lengths. Can be specified multiple times. See Configuration-Options for more info


@JvmName(name = "ijoqthndwcelxhau")
suspend fun allowedUserKeyConfigs(argument: List<suspend SecretBackendRoleAllowedUserKeyConfigArgsBuilder.() -> Unit>)
@JvmName(name = "kspcwughxetjlies")
suspend fun allowedUserKeyConfigs(vararg argument: suspend SecretBackendRoleAllowedUserKeyConfigArgsBuilder.() -> Unit)
@JvmName(name = "xporyoaywbjwbikm")
suspend fun allowedUserKeyConfigs(argument: suspend SecretBackendRoleAllowedUserKeyConfigArgsBuilder.() -> Unit)

Parameters

argument

Set of configuration blocks to define allowed user key configuration, like key type and their lengths. Can be specified multiple times. See Configuration-Options for more info