Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::CloudControlMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/deployment.rb
Overview
The enforcement mode and parameters of a cloud control deployment.
Instance Attribute Summary collapse
-
#cloud_control_details ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails
Required.
-
#enforcement_mode ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EnforcementMode
Required.
Instance Attribute Details
#cloud_control_details ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails
Returns Required. The cloud control name and parameters.
239 240 241 242 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/deployment.rb', line 239 class CloudControlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enforcement_mode ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::EnforcementMode
Returns Required. The enforcement mode of the cloud control.
239 240 241 242 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/deployment.rb', line 239 class CloudControlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |