Class: Google::Cloud::AssuredWorkloads::V1::AcknowledgeViolationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1::AcknowledgeViolationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb
Overview
Request for acknowledging the violation Next Id: 4
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#non_compliant_org_policy ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#comment ⇒ ::String
Returns Required. Business justification explaining the need for violation acknowledgement.
486 487 488 489 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 486 class AcknowledgeViolationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the Violation to acknowledge. Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}.
486 487 488 489 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 486 class AcknowledgeViolationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_compliant_org_policy ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}.
486 487 488 489 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 486 class AcknowledgeViolationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |