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

GoogleCloudSecuritycenterV2SecurityPosture

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

Represents a posture that is deployed on Google Cloud by the Security Command Center Posture Management service. A posture contains one or more policy sets. A policy set is a group of policies that enforce a set of security rules on Google Cloud.

interface GoogleCloudSecuritycenterV2SecurityPosture {
changedPolicy?: string;
name?: string;
policy?: string;
policySet?: string;
postureDeployment?: string;
postureDeploymentResource?: string;
revisionId?: string;
}

§Properties

§
changedPolicy?: string
[src]

The name of the updated policy, for example, projects/{project_id}/policies/{constraint_name}.

§
name?: string
[src]

Name of the posture, for example, CIS-Posture.

§
policy?: string
[src]

The ID of the updated policy, for example, compute-policy-1.

§

The details about a change in an updated policy that violates the deployed posture.

§
policySet?: string
[src]

The name of the updated policy set, for example, cis-policyset.

§
postureDeployment?: string
[src]

The name of the posture deployment, for example, organizations/{org_id}/posturedeployments/{posture_deployment_id}.

§
postureDeploymentResource?: string
[src]

The project, folder, or organization on which the posture is deployed, for example, projects/{project_number}.

§
revisionId?: string
[src]

The version of the posture, for example, c7cfa2a8.