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

Account

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

Information about CSS/MC account.

interface Account {
readonly accountType?:
| "ACCOUNT_TYPE_UNSPECIFIED"
| "CSS_GROUP"
| "CSS_DOMAIN"
| "MC_PRIMARY_CSS_MCA"
| "MC_CSS_MCA"
| "MC_MARKETPLACE_MCA"
| "MC_OTHER_MCA"
| "MC_STANDALONE"
| "MC_MCA_SUBACCOUNT";
automaticLabelIds?: bigint[];
displayName?: string;
readonly fullName?: string;
readonly homepageUri?: string;
labelIds?: bigint[];
name?: string;
parent?: string;
}

§Properties

§
readonly accountType?: "ACCOUNT_TYPE_UNSPECIFIED" | "CSS_GROUP" | "CSS_DOMAIN" | "MC_PRIMARY_CSS_MCA" | "MC_CSS_MCA" | "MC_MARKETPLACE_MCA" | "MC_OTHER_MCA" | "MC_STANDALONE" | "MC_MCA_SUBACCOUNT"
[src]

Output only. The type of this account.

§
automaticLabelIds?: bigint[]
[src]

Automatically created label IDs assigned to the MC account by CSS Center.

§
displayName?: string
[src]

The CSS/MC account's short display name.

§
readonly fullName?: string
[src]

Output only. Immutable. The CSS/MC account's full name.

§
readonly homepageUri?: string
[src]

Output only. Immutable. The CSS/MC account's homepage.

§
labelIds?: bigint[]
[src]

Manually created label IDs assigned to the CSS/MC account by a CSS parent account.

§
name?: string
[src]

The label resource name. Format: accounts/{account}

§
parent?: string
[src]

The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only if the user has access to the parent account.