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

AccountPermissionGroup

import type { AccountPermissionGroup } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.

interface AccountPermissionGroup {
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
id?: bigint
[src]

ID of this account permission group.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroup".

§
name?: string
[src]

Name of this account permission group.