Class: Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::UnsupportedPolicyEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb

Overview

An event describing that the project policy is unsupported by CV.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns A description of the unsupported policy.

Returns:

  • (::String)

    A description of the unsupported policy.



96
97
98
99
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb', line 96

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