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

IamPolicyOverrideView

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

Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 views for: Workspaces, Repositories, Folders, TeamFolders.

interface IamPolicyOverrideView {
iamPolicyName?: PolicyName;
isActive?: boolean;
}

§Properties

§
iamPolicyName?: PolicyName
[src]

The IAM policy name for the resource.

§
isActive?: boolean
[src]

Whether the IAM policy encoded in this view is active.