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:



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