Resource: Account
Information about CSS/MC account.
JSON representation |
---|
{
"name": string,
"fullName": string,
"labelIds": [
string
],
"automaticLabelIds": [
string
],
"accountType": enum ( |
Fields | |
---|---|
name |
The label resource name. Format: accounts/{account} |
full |
Output only. Immutable. The CSS/MC account's full name. |
label |
Manually created label IDs assigned to the CSS/MC account by a CSS parent account. |
automatic |
Automatically created label IDs assigned to the MC account by CSS Center. |
account |
Output only. The type of this account. |
display |
The CSS/MC account's short display name. |
homepage |
Output only. Immutable. The CSS/MC account's homepage. |
parent |
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. |
AccountType
The account type.
Enums | |
---|---|
ACCOUNT_TYPE_UNSPECIFIED |
Unknown account type. |
CSS_GROUP |
CSS group account. |
CSS_DOMAIN |
CSS domain account. |
MC_PRIMARY_CSS_MCA |
MC Primary CSS MCA account. |
MC_CSS_MCA |
MC CSS MCA account. |
MC_MARKETPLACE_MCA |
MC Marketplace MCA account. |
MC_OTHER_MCA |
MC Other MCA account. |
MC_STANDALONE |
MC Standalone account. |
MC_MCA_SUBACCOUNT |
MC MCA sub-account. |
Methods |
|
---|---|
|
Retrieves a single CSS/MC account by ID. |
|
Lists all the accounts under the specified CSS account ID, and optionally filters by label ID and account name. |
|
Updates labels assigned to CSS/MC accounts by a CSS domain. |