Cloud Identity API (cloudidentity:v1beta1)

2026-08-19

4 new methods

Additions

    Methods
  • cloudidentity.allowlistedDomains.get

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

    • https://www.googleapis.com/auth/cloud-identity.allowlisteddomains
    • https://www.googleapis.com/auth/cloud-identity.allowlisteddomains.readonly
  • 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