REST Resource: accounts

Resource: Account

An MMM Data Platform account.

JSON representation
{
  "name": string,
  "accountId": string,
  "displayName": string
}
Fields
name

string

Output only. Identifier. The unique name of this account resource. Format: accounts/{account}

accountId

string

Output only. The ID of this account. Corresponds to the {account} segment in the resource name. Must be a UUID

displayName

string

Output only. Descriptive name of the account.

Methods

get

Gets an account.