REST Resource: allowlistedDomains

Resource: AllowlistedDomain

This resource object defines a domain that has been designated as allowlisted.

JSON representation
{
  "name": string,
  "domain": string,
  "customer": string
}
Fields
name

string

Output only. Identifier. Resource name of the domain in the allowlist e.g. "allowlistedDomains/0184mhaj1smlusv"

domain

string

Required. Immutable. Name of the domain that is in the allowlist. e.g. "google.com"

customer

string

Immutable. Customer to which domain allowlist belongs to. The value is in the format 'customers/{customerId}'. The customerId must begin with "C". To find your customer ID in Admin Console see https://support.google.com/a/answer/10070793.

Methods

create

Adds a domain to the allowlist.

delete

Removes a domain from the allowlist.

get

Retrieves a specific domain from the allowlist.

list

Lists the domains in the allowlist.