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

ComplianceSnapshot

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

Result containing the properties and count of a ComplianceSnapshot request.

interface ComplianceSnapshot {
category?: string;
cloudProvider?:
| "CLOUD_PROVIDER_UNSPECIFIED"
| "GOOGLE_CLOUD_PLATFORM"
| "AMAZON_WEB_SERVICES"
| "MICROSOFT_AZURE";
complianceStandard?: string;
complianceVersion?: string;
count?: bigint;
leafContainerResource?: string;
name?: string;
snapshotTime?: Date;
}

§Properties

§
category?: string
[src]

The category of Findings matching.

§
cloudProvider?: "CLOUD_PROVIDER_UNSPECIFIED" | "GOOGLE_CLOUD_PLATFORM" | "AMAZON_WEB_SERVICES" | "MICROSOFT_AZURE"
[src]

The cloud provider for the compliance snapshot.

§
complianceStandard?: string
[src]

The compliance standard (ie CIS).

§
complianceVersion?: string
[src]

The compliance version (ie 1.3) in CIS 1.3.

§
count?: bigint
[src]

Total count of findings for the given properties.

§
leafContainerResource?: string
[src]

The leaf container resource name that is closest to the snapshot.

§
name?: string
[src]

The compliance snapshot name. Format: //sources//complianceSnapshots/

§
snapshotTime?: Date
[src]

The snapshot time of the snapshot.