CryptoKeyKeyAccessJustificationsPolicyArgs

data class CryptoKeyKeyAccessJustificationsPolicyArgs(val allowedAccessReasons: Output<List<String>>? = null) : ConvertibleToJava<CryptoKeyKeyAccessJustificationsPolicyArgs>

Constructors

constructor(allowedAccessReasons: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowedAccessReasons: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CryptoKeyKeyAccessJustificationsPolicyArgs