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

ComplianceStandard

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

Information about a compliance standard that the policy helps enforce.

interface ComplianceStandard {
control?: string;
standard?: string;
}

§Properties

§
control?: string
[src]

Optional. The control in the compliance standard that the policy helps enforce. For example, AC-3.

§
standard?: string
[src]

Optional. The compliance standard that the policy helps enforce. For example, NIST SP 800-53.