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

ProjectsLocationsOsPolicyAssignmentsCreateOptions

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

Additional options for OSConfig#projectsLocationsOsPolicyAssignmentsCreate.

interface ProjectsLocationsOsPolicyAssignmentsCreateOptions {
osPolicyAssignmentId?: string;
}

§Properties

§
osPolicyAssignmentId?: string
[src]

Required. The logical name of the OS policy assignment in the project with the following 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.