allowedAccessReasons

@JvmName(name = "fdqiihyjptcddmei")
suspend fun allowedAccessReasons(value: Output<List<String>>)
@JvmName(name = "jgqxspfputrdepfh")
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 = "vuqaoyrkjfefgpgt")
suspend fun allowedAccessReasons(vararg values: Output<String>)


@JvmName(name = "ygvutsbdlhrqjlym")
suspend fun allowedAccessReasons(values: List<Output<String>>)
@JvmName(name = "fvlikgeimtedwllc")
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.