Class: Google::Cloud::WorkloadManager::V1::ViolationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::WorkloadManager::V1::ViolationDetails
- 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
-
#asset ⇒ ::String
The name of the asset.
-
#observed ⇒ ::Google::Protobuf::Map{::String => ::String}
Details of the violation.
-
#rule_output ⇒ ::Array<::Google::Cloud::WorkloadManager::V1::RuleOutput>
readonly
Output only.
-
#service_account ⇒ ::String
The service account associated with the resource.
Instance Attribute Details
#asset ⇒ ::String
Returns 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.
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.
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.
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 |