Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsRequest

Request for acknowledging the violations in a batch

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1BatchAcknowledgeViolationsRequest : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX