REST Resource: accountTypes.accounts.userListGlobalLicenses

Resource: UserListGlobalLicense

A user list global license.

This feature is only available to data partners.

JSON representation
{
  "name": string,
  "userListDisplayName": string,
  "pricing": {
    object (UserListLicensePricing)
  },
  "historicalPricings": [
    {
      object (UserListLicensePricing)
    }
  ],
  "metrics": {
    object (UserListLicenseMetrics)
  },
  "userListId": string,
  "licenseType": enum (UserListGlobalLicenseType),
  "status": enum (UserListLicenseStatus)
}
Fields
name

string

Identifier. The resource name of the user list global license.

userListDisplayName

string

Output only. Name of the user list being licensed.

This field is read-only.

pricing

object (UserListLicensePricing)

Optional. UserListGlobalLicense pricing.

historicalPricings[]

object (UserListLicensePricing)

Output only. Pricing history of this user list license.

This field is read-only.

metrics

object (UserListLicenseMetrics)

Output only. Metrics related to this license

This field is read-only and only populated if the start and end dates are set in the userListGlobalLicenses.list call

userListId

string (int64 format)

Immutable. ID of the user list being licensed.

licenseType

enum (UserListGlobalLicenseType)

Immutable. Product type of client customer which the user list is being licensed to.

status

enum (UserListLicenseStatus)

Optional. Status of UserListGlobalLicense - ENABLED or DISABLED.

UserListGlobalLicenseType

User list global license types.

Enums
USER_LIST_GLOBAL_LICENSE_TYPE_UNSPECIFIED UNSPECIFIED.
USER_LIST_GLOBAL_LICENSE_TYPE_RESELLER Reseller license.
USER_LIST_GLOBAL_LICENSE_TYPE_DATA_MART_SELL_SIDE DataMart Sell Side license.
USER_LIST_GLOBAL_LICENSE_TYPE_DATA_MART_BUY_SIDE DataMart Buy Side license.

Methods

create

Creates a user list global license.

get

Retrieves a user list global license.

list

Lists all user list global licenses owned by the parent account.

patch

Updates a user list global license.