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

GoogleCloudAssuredworkloadsV1ViolationExceptionContext

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

Violation exception detail.

interface GoogleCloudAssuredworkloadsV1ViolationExceptionContext {
acknowledgementTime?: Date;
comment?: string;
userName?: string;
}

§Properties

§
acknowledgementTime?: Date
[src]

Timestamp when the violation was acknowledged.

§
comment?: string
[src]

Business justification provided towards the acknowledgement of the violation.

§
userName?: string
[src]

Name of the user (or service account) who acknowledged the violation.