Class: Google::Cloud::Kms::V1::AutokeyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::AutokeyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/autokey_admin.rb
Overview
Cloud KMS Autokey configuration for a folder.
Instance Attribute Summary collapse
-
#key_project ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#key_project ⇒ ::String
Returns Optional. Name of the key project, e.g. projects/{PROJECT_ID}
or
projects/{PROJECT_NUMBER}
, where Cloud KMS Autokey will provision a new
CryptoKey when a
KeyHandle is created. On
UpdateAutokeyConfig,
the caller will require cloudkms.cryptoKeys.setIamPolicy
permission on
this key project. Once configured, for Cloud KMS Autokey to function
properly, this key project must have the Cloud KMS API activated and the
Cloud KMS Service Agent for this key project must be granted the
cloudkms.admin
role (or pertinent permissions). A request with an empty
key project field will clear the configuration.
69 70 71 72 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 69 class AutokeyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Name of the AutokeyConfig
resource, e.g. folders/{FOLDER_NUMBER}/autokeyConfig
.
69 70 71 72 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 69 class AutokeyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |