Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest

import type { GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest } from "https://googleapis.deno.dev/v1/assuredworkloads:v1.ts";

Request for acknowledging the violation

interface GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest {
acknowledgeType?: "ACKNOWLEDGE_TYPE_UNSPECIFIED" | "SINGLE_VIOLATION" | "EXISTING_CHILD_RESOURCE_VIOLATIONS";
comment?: string;
nonCompliantOrgPolicy?: string;
}

§Properties

§
acknowledgeType?: "ACKNOWLEDGE_TYPE_UNSPECIFIED" | "SINGLE_VIOLATION" | "EXISTING_CHILD_RESOURCE_VIOLATIONS"
[src]

Optional. Acknowledge type of specified violation.

§
comment?: string
[src]

Required. Business justification explaining the need for violation acknowledgement

§
nonCompliantOrgPolicy?: string
[src]

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}