Class: Google::Cloud::WorkloadManager::V1::ViolationDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workloadmanager/v1/service.rb

Overview

The violation in an evaluation result.

Defined Under Namespace

Classes: ObservedEntry

Instance Attribute Summary collapse

Instance Attribute Details

#asset::String

Returns The name of the asset.

Returns:

  • (::String)

    The name of the asset.



783
784
785
786
787
788
789
790
791
792
793
794
795
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 783

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ObservedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#observed::Google::Protobuf::Map{::String => ::String}

Returns Details of the violation.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Details of the violation.



783
784
785
786
787
788
789
790
791
792
793
794
795
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 783

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ObservedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#rule_output::Array<::Google::Cloud::WorkloadManager::V1::RuleOutput> (readonly)

Returns Output only. The rule output of the violation.

Returns:



783
784
785
786
787
788
789
790
791
792
793
794
795
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 783

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ObservedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#service_account::String

Returns The service account associated with the resource.

Returns:

  • (::String)

    The service account associated with the resource.



783
784
785
786
787
788
789
790
791
792
793
794
795
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 783

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ObservedEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end