Class: Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to initialize a location-level encryption specification.
Instance Attribute Summary collapse
Instance Attribute Details
#encryption_spec ⇒ ::Google::Cloud::ContactCenterInsights::V1::EncryptionSpec
Returns Required. The encryption spec used for CMEK encryption. It is required that
the kms key is in the same region as the endpoint. The same key will be
used for all provisioned resources, if encryption is available. If the
kms_key_name field is left empty, no encryption will be enforced.
1251 1252 1253 1254 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1251 class InitializeEncryptionSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |