Class: Google::Cloud::Kms::V1::KeyAccessJustificationsPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_access_reasons::Array<::Google::Cloud::Kms::V1::AccessReason>

Returns 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.

Returns:



901
902
903
904
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 901

class KeyAccessJustificationsPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end