View Source GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1KeyAccessJustificationsPolicy (google_api_kms_inventory v0.4.0)

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.KMSInventory.V1.Model.GoogleCloudKmsV1KeyAccessJustificationsPolicy{
    allowedAccessReasons: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.