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

ComplianceDetails

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

Compliance Details associated with the finding.

interface ComplianceDetails {
cloudControl?: CloudControl;
cloudControlDeploymentNames?: string[];
frameworks?: Framework[];
}

§Properties

§
cloudControl?: CloudControl
[src]

CloudControl associated with the finding

§
cloudControlDeploymentNames?: string[]
[src]

Cloud Control Deployments associated with the finding. For example, organizations/123/locations/global/cloudControlDeployments/deploymentIdentifier

§
frameworks?: Framework[]
[src]

Details of Frameworks associated with the finding