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

GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus

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

Represents the Compliance Status of this workload

interface GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus {
acknowledgedResourceViolationCount?: number;
acknowledgedViolationCount?: number;
activeResourceViolationCount?: number;
activeViolationCount?: number;
}

§Properties

§
acknowledgedResourceViolationCount?: number
[src]

Number of current resource violations which are not acknowledged.

§
acknowledgedViolationCount?: number
[src]

Number of current orgPolicy violations which are acknowledged.

§
activeResourceViolationCount?: number
[src]

Number of current resource violations which are acknowledged.

§
activeViolationCount?: number
[src]

Number of current orgPolicy violations which are not acknowledged.