Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest

Request for acknowledging the violation

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest
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 GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest : IDirectResponseSchema

Properties

AcknowledgeType

Optional. Acknowledge type of specified violation.

Declaration
[JsonProperty("acknowledgeType")]
public virtual string AcknowledgeType { get; set; }
Property Value
Type Description
string

Comment

Required. Business justification explaining the need for violation 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

NonCompliantOrgPolicy

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}

Declaration
[JsonProperty("nonCompliantOrgPolicy")]
public virtual string NonCompliantOrgPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX