allowedAccessReasons property

List<String>? allowedAccessReasons
getter/setter pair

The list of allowed reasons for access to a CryptoKey.

Zero allowed access reasons means all encrypt, decrypt, and sign operations for the CryptoKey associated with this policy will fail.

Implementation

core.List<core.String>? allowedAccessReasons;