allowedUserKeyConfigs

@JvmName(name = "okymreiovtmkjirh")
suspend fun allowedUserKeyConfigs(value: Output<List<SecretBackendRoleAllowedUserKeyConfigArgs>>)
@JvmName(name = "ixgfkvwfqmjbdtoc")
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 = "voeljftclgbmrfms")
suspend fun allowedUserKeyConfigs(vararg values: Output<SecretBackendRoleAllowedUserKeyConfigArgs>)


@JvmName(name = "qjrxwkfnlbnlisyw")
suspend fun allowedUserKeyConfigs(values: List<Output<SecretBackendRoleAllowedUserKeyConfigArgs>>)
@JvmName(name = "plyujtwfcbeleqnx")
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 = "ppjvpeaoipqvsmqy")
suspend fun allowedUserKeyConfigs(argument: List<suspend SecretBackendRoleAllowedUserKeyConfigArgsBuilder.() -> Unit>)
@JvmName(name = "khtkseiiptgamdrp")
suspend fun allowedUserKeyConfigs(vararg argument: suspend SecretBackendRoleAllowedUserKeyConfigArgsBuilder.() -> Unit)
@JvmName(name = "tenyqhiplkcavwim")
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