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

PostureDetails

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

Details of a posture deployment.

interface PostureDetails {
policySet?: string;
posture?: string;
postureDeployment?: string;
postureDeploymentTargetResource?: string;
postureRevisionId?: string;
}

§Properties

§
policySet?: string
[src]

The identifier for the PolicySet that the relevant policy belongs to.

§
posture?: string
[src]

The posture used in the deployment, in the format organizations/{organization}/locations/global/postures/{posture_id}.

§
postureDeployment?: string
[src]

The name of the posture deployment, in the format organizations/{organization}/locations/global/postureDeployments/{deployment_id}.

§
postureDeploymentTargetResource?: string
[src]

The organization, folder, or project where the posture is deployed. Uses one of the following formats: * organizations/{organization_number} * folders/{folder_number} * projects/{project_number}

§
postureRevisionId?: string
[src]

The revision ID of the posture used in the deployment.