GoogleApi.CloudKMS.V1.Model.KeyAccessJustificationsPolicy (google_api_cloud_kms v0.43.0)

View Source

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

t()

@type t() :: %GoogleApi.CloudKMS.V1.Model.KeyAccessJustificationsPolicy{
  allowedAccessReasons: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.