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
Implements
IMessageAcknowledgeViolationRequest, IEquatableAcknowledgeViolationRequest, IDeepCloneableAcknowledgeViolationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
AcknowledgeViolationRequest()
public AcknowledgeViolationRequest()
AcknowledgeViolationRequest(AcknowledgeViolationRequest)
public AcknowledgeViolationRequest(AcknowledgeViolationRequest other)
Parameter | |
---|---|
Name | Description |
other | AcknowledgeViolationRequest |
Properties
Comment
public string Comment { get; set; }
Required. Business justification explaining the need for violation acknowledgement
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |