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

CloudControl

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

CloudControl associated with the finding.

interface CloudControl {
cloudControlName?: string;
policyType?: string;
type?: "CLOUD_CONTROL_TYPE_UNSPECIFIED" | "BUILT_IN" | "CUSTOM";
version?: number;
}

§Properties

§
cloudControlName?: string
[src]

Name of the CloudControl associated with the finding.

§
policyType?: string
[src]

Policy type of the CloudControl

§
type?: "CLOUD_CONTROL_TYPE_UNSPECIFIED" | "BUILT_IN" | "CUSTOM"
[src]

Type of cloud control.

§
version?: number
[src]

Version of the Cloud Control