2026-08-19
▼ ▲ cloudidentity.allowlistedDomains.delete
Parameters :
name
Location : path
Type : string
Pattern : ^allowlistedDomains/[^/]+$
Description : Required. Specifies the [resource name](https://google.aip.dev/122) of the domain to delete.
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
Description : Removes a domain from the allowlist.
Parameter Order : name
HTTP Method : DELETE
Flat Path : v1/allowlistedDomains/{allowlistedDomainsId}
Path : v1/{+name}
▼ ▲ cloudidentity.allowlistedDomains.create
Path : v1/allowlistedDomains
Flat Path : v1/allowlistedDomains
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
Description : Adds a domain to the allowlist.
▼ ▲ cloudidentity.allowlistedDomains.get
HTTP Method : GET
Flat Path : v1/allowlistedDomains/{allowlistedDomainsId}
Path : v1/{+name}
Parameter Order : name
Parameters :
name
Location : path
Type : string
Required : Yes
Pattern : ^allowlistedDomains/[^/]+$
Description : Required. Specifies the [resource name](https://google.aip.dev/122) of the domain to retrieve.
Scopes :
Description : Retrieves a specific domain from the allowlist.
▼ ▲ cloudidentity.allowlistedDomains.list
Path : v1/allowlistedDomains
Flat Path : v1/allowlistedDomains
HTTP Method : GET
Parameters :
filter
Location : query
Type : string
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.
pageSize
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.
Format : int32
Location : query
Type : integer
pageToken
Description : Optional. Identifies a token from a previous page of results, if any.
Location : query
Type : string
Scopes :
Description : Lists the domains in the allowlist.