2026-08-19
▼ ▲ cloudidentity.allowlistedDomains.get
Parameter Order : name
HTTP Method : GET
Description : Retrieves a specific domain from the allowlist.
Flat Path : v1beta1/allowlistedDomains/{allowlistedDomainsId}
Parameters :
name
Pattern : ^allowlistedDomains/[^/]+$
Type : string
Location : path
Description : Required. Specifies the [resource name](https://google.aip.dev/122) of the domain to retrieve.
Required : Yes
Path : v1beta1/{+name}
Scopes :
▼ ▲ cloudidentity.allowlistedDomains.list
HTTP Method : GET
Description : Lists the domains in the allowlist.
Flat Path : v1beta1/allowlistedDomains
Path : v1beta1/allowlistedDomains
Parameters :
pageToken
Description : Optional. Identifies a token from a previous page of results, if any.
Location : query
Type : string
filter
Location : query
Description : Optional. Provides an optional filter for list results. Currently, only exact matches on the domain are supported, such as "domain = 'google.com'", with no composite conditions.
Type : string
pageSize
Location : query
Description : Optional. Specifies the requested page size. If unspecified, the service returns at most 5000 domains. The maximum value is 5000; values above 5000 coerce to 5000. The limits can change over time.
Type : integer
Format : int32
Scopes :
▼ ▲ cloudidentity.allowlistedDomains.delete
HTTP Method : DELETE
Description : Removes a domain from the allowlist.
Parameter Order : name
Path : v1beta1/{+name}
Parameters :
name
Pattern : ^allowlistedDomains/[^/]+$
Type : string
Description : Required. Specifies the [resource name](https://google.aip.dev/122) of the domain to delete.
Required : Yes
Location : path
Scopes : https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
Flat Path : v1beta1/allowlistedDomains/{allowlistedDomainsId}
▼ ▲ cloudidentity.allowlistedDomains.create
HTTP Method : POST
Description : Adds a domain to the allowlist.
Scopes : https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
Path : v1beta1/allowlistedDomains
Flat Path : v1beta1/allowlistedDomains