Cloud Identity API (cloudidentity:v1)

2026-08-19

4 new methods

Additions

    Methods
  • 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

  • cloudidentity.allowlistedDomains.get

  • 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 :

    • https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
    • https://www.googleapis.com/auth/cloud-identity.allowlisteddomains.readonly
    • Description : Lists the domains in the allowlist.