Class: Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails

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

Container image with auditing details.

Defined Under Namespace

Modules: AuditResult

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Description of the above result.

Returns:

  • (::String)

    Description of the above result.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb', line 65

class ImageDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Result of the audit.
  module AuditResult
    # Unspecified result. This is an error.
    AUDIT_RESULT_UNSPECIFIED = 0

    # Image is allowed.
    ALLOW = 1

    # Image is denied.
    DENY = 2
  end
end

#image::String

Returns The name of the image.

Returns:

  • (::String)

    The name of the image.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb', line 65

class ImageDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Result of the audit.
  module AuditResult
    # Unspecified result. This is an error.
    AUDIT_RESULT_UNSPECIFIED = 0

    # Image is allowed.
    ALLOW = 1

    # Image is denied.
    DENY = 2
  end
end

#result::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::AuditResult

Returns The result of the audit for this image.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb', line 65

class ImageDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Result of the audit.
  module AuditResult
    # Unspecified result. This is an error.
    AUDIT_RESULT_UNSPECIFIED = 0

    # Image is allowed.
    ALLOW = 1

    # Image is denied.
    DENY = 2
  end
end