Resource: AllowlistedDomain
This resource object defines a domain that has been designated as allowlisted.
| JSON representation |
|---|
{ "name": string, "domain": string, "customer": string } |
| Fields | |
|---|---|
name |
Output only. Identifier. Resource name of the domain in the allowlist e.g. "allowlistedDomains/0184mhaj1smlusv" |
domain |
Required. Immutable. Name of the domain that is in the allowlist. e.g. "google.com" |
customer |
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 |
|
|---|---|
|
Adds a domain to the allowlist. |
|
Removes a domain from the allowlist. |
|
Retrieves a specific domain from the allowlist. |
|
Lists the domains in the allowlist. |