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

TenantProjectPolicy

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

Describes policy settings that can be applied to a newly created tenant project.

interface TenantProjectPolicy {
policyBindings?: PolicyBinding[];
}

§Properties

§
policyBindings?: PolicyBinding[]
[src]

Policy bindings to be applied to the tenant project, in addition to the 'roles/owner' role granted to the Service Consumer Management service account.