Class: Google::Cloud::Deploy::V1::PolicyViolation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#policy_violation_details::Array<::Google::Cloud::Deploy::V1::PolicyViolationDetails>

Returns Policy violation details.

Returns:



1781
1782
1783
1784
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1781

class PolicyViolation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end