Class: Google::Cloud::CloudSecurityCompliance::V1::Rule
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::Rule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb
Overview
A rule in the cloud control.
Instance Attribute Summary collapse
-
#cel_expression ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CELExpression
The rule's logic expression in Common Expression Language (CEL).
-
#description ⇒ ::String
Optional.
-
#rule_action_types ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::RuleActionType>
Required.
Instance Attribute Details
#cel_expression ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CELExpression
Returns The rule's logic expression in Common Expression Language (CEL).
413 414 415 416 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 413 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The rule description. The maximum length is 2000 characters.
413 414 415 416 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 413 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_action_types ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::RuleActionType>
Returns Required. The functionality that's enabled by the rule.
413 414 415 416 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 413 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |