Class: Google::Cloud::Deploy::V1::PolicyViolation
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::PolicyViolation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Returned from an action if one or more policies were violated, and therefore the action was prevented. Contains information about what policies were violated and why.
Instance Attribute Summary collapse
-
#policy_violation_details ⇒ ::Array<::Google::Cloud::Deploy::V1::PolicyViolationDetails>
Policy violation details.
Instance Attribute Details
#policy_violation_details ⇒ ::Array<::Google::Cloud::Deploy::V1::PolicyViolationDetails>
Returns Policy violation details.
1881 1882 1883 1884 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1881 class PolicyViolation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |