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

PoliciesCreatePolicyOptions

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

Additional options for iam#policiesCreatePolicy.

interface PoliciesCreatePolicyOptions {
policyId?: string;
}

§Properties

§
policyId?: string
[src]

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.