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

GoogleCloudOsconfigV2__OrchestratedResource

import type { GoogleCloudOsconfigV2__OrchestratedResource } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";

Represents a resource that is being orchestrated by the policy orchestrator.

interface GoogleCloudOsconfigV2__OrchestratedResource {
id?: string;
osPolicyAssignmentV1Payload?: OSPolicyAssignment;
}

§Properties

§
id?: string
[src]

Optional. ID of the resource to be used while generating set of affected resources. For UPSERT action the value is auto-generated during PolicyOrchestrator creation when not set. When the value is set it should following next restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project. For DELETE action, ID must be specified explicitly during PolicyOrchestrator creation.

§
osPolicyAssignmentV1Payload?: OSPolicyAssignment
[src]

Optional. OSPolicyAssignment resource to be created, updated or deleted. Name field is ignored and replace with a generated value. With this field set, orchestrator will perform actions on project/{project}/locations/{zone}/osPolicyAssignments/{resource_id} resources, where project and zone pairs come from the expanded scope, and resource_id comes from the resource_id field of orchestrator resource.