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