REST Resource: csses

Resource: Css

Information about CSS domain.

JSON representation
{
  "cssDomainId": string,
  "fullName": string,
  "displayName": string,
  "homepageUri": string,
  "cssGroupId": string,
  "labelIds": [
    string
  ]
}
Fields
cssDomainId

string (int64 format)

Output only. Immutable. The CSS domain ID.

fullName

string

Output only. Immutable. The CSS domain's full name.

displayName

string

Output only. Immutable. The CSS domain's display name, used when space is constrained.

homepageUri

string

Output only. Immutable. The CSS domain's homepage.

cssGroupId

string (int64 format)

Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.

labelIds[]

string (int64 format)

A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.

Methods

get

Retrieves a single CSS domain by ID.

list

Lists CSS domains affiliated with a CSS group.

updatelabels

Updates labels that are assigned to a CSS domain by its CSS group.