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

ExtractPostureRequest

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

Request message for ExtractPosture.

interface ExtractPostureRequest {
postureId?: string;
workload?: string;
}

§Properties

§
postureId?: string
[src]

Required. An identifier for the posture.

§
workload?: string
[src]

Required. The organization, folder, or project from which policies are extracted. Must be within the organization defined in parent. Use one of the following formats: * organization/{organization_number} * folder/{folder_number} * project/{project_number}