Cloud Identity API (cloudidentity:v1)

2026-05-15

3 new methods

Additions

    Methods
  • cloudidentity.policies.create

  • cloudidentity.policies.patch

      Path : v1/{+name}

      Flat Path : v1/policies/{policiesId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the Policy. Format: policies/{policy}.

          Pattern : ^policies/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-identity.policies

      Description : Update a policy.

  • cloudidentity.policies.delete

      Path : v1/{+name}

      Flat Path : v1/policies/{policiesId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the policy to delete. Format: `policies/{policy}`.

          Pattern : ^policies/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-identity.policies

      Description : Delete a policy.