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

GoogleCloudSecuritycenterV2SecurityPolicy

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

Information about the Google Cloud Armor security policy relevant to the finding.

interface GoogleCloudSecuritycenterV2SecurityPolicy {
name?: string;
preview?: boolean;
type?: string;
}

§Properties

§
name?: string
[src]

The name of the Google Cloud Armor security policy, for example, "my-security-policy".

§
preview?: boolean
[src]

Whether or not the associated rule or policy is in preview mode.

§
type?: string
[src]

The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.