CryptoKeyKeyAccessJustificationsPolicy

data class CryptoKeyKeyAccessJustificationsPolicy(val allowedAccessReasons: List<String>? = null)

Constructors

Link copied to clipboard
constructor(allowedAccessReasons: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.