allowedAccessReasons

@JvmName(name = "mgpnveddqskfjcha")
suspend fun allowedAccessReasons(value: Output<List<String>>)
@JvmName(name = "rcvrtanplekkofgp")
suspend fun allowedAccessReasons(value: List<String>?)

Parameters

value

The list of allowed reasons for access to this CryptoKey. Zero allowed access reasons means all encrypt, decrypt, and sign operations for this CryptoKey will fail.


@JvmName(name = "ooqpdvcrkuyunxdy")
suspend fun allowedAccessReasons(vararg values: Output<String>)


@JvmName(name = "skkfrxqevbmymejf")
suspend fun allowedAccessReasons(values: List<Output<String>>)
@JvmName(name = "oqndkfgmhaxxsunl")
suspend fun allowedAccessReasons(vararg values: String)

Parameters

values

The list of allowed reasons for access to this CryptoKey. Zero allowed access reasons means all encrypt, decrypt, and sign operations for this CryptoKey will fail.