Assured Workloads v1 API - Class AcknowledgeViolationRequest (2.5.0)

public sealed class AcknowledgeViolationRequest : IMessage<AcknowledgeViolationRequest>, IEquatable<AcknowledgeViolationRequest>, IDeepCloneable<AcknowledgeViolationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Assured Workloads v1 API class AcknowledgeViolationRequest.

Request for acknowledging the violation Next Id: 4

Inheritance

object > AcknowledgeViolationRequest

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

AcknowledgeViolationRequest()

public AcknowledgeViolationRequest()

AcknowledgeViolationRequest(AcknowledgeViolationRequest)

public AcknowledgeViolationRequest(AcknowledgeViolationRequest other)
Parameter
NameDescription
otherAcknowledgeViolationRequest

Properties

Comment

public string Comment { get; set; }

Required. Business justification explaining the need for violation acknowledgement

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the Violation to acknowledge. Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}

Property Value
TypeDescription
string

NonCompliantOrgPolicy

[Obsolete]
public string NonCompliantOrgPolicy { get; set; }

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}

Property Value
TypeDescription
string