Class GoogleCloudAssuredworkloadsV1BatchAcknowledgeViolationsRequest
Request for acknowledging the violations in a batch
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1BatchAcknowledgeViolationsRequest : IDirectResponseSchema
Properties
AcknowledgeType
Optional. Acknowledge type of specified violations.
Declaration
[JsonProperty("acknowledgeType")]
public virtual string AcknowledgeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Comment
Required. Business justification explaining the need for violations acknowledgement
Declaration
[JsonProperty("comment")]
public virtual string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Names
Required. The resource names of the Violations to acknowledge. Format for each name: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |