Class: Google::Cloud::DeveloperConnect::V1::CryptoKeyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::CryptoKeyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Instance Attribute Summary collapse
-
#key_reference ⇒ ::String
Required.
Instance Attribute Details
#key_reference ⇒ ::String
Returns Required. The name of the key which is used to encrypt/decrypt customer
data. For key in Cloud KMS, the key should be in the format of
projects/*/locations/*/keyRings/*/cryptoKeys/*
.
119 120 121 122 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 119 class CryptoKeyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |