View Source GoogleApi.CloudKMS.V1.Model.KeyAccessJustificationsPolicy (google_api_cloud_kms v0.41.1)
A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey.
Attributes
-
allowedAccessReasons
(type:list(String.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudKMS.V1.Model.KeyAccessJustificationsPolicy{ allowedAccessReasons: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.