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.
1883 1884 1885 1886 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1883 class PolicyViolation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |