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
§
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}
.