Organization Policy API (orgpolicy:v2)

2022-02-01

1 removed method

Deletions

    Methods
  • orgpolicy.organizations.customConstraints.patch

      Description: Updates a Custom Constraint. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the constraint does not exist. Note: the supplied policy will perform a full overwrite of all fields.

      HTTP Method: PATCH

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Required: Yes

          Description: Immutable. Name of the constraint. This is unique within the organization. Format of the name should be * `organizations/{organization_id}/customConstraints/{custom_constraint_id}` Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

          Location: path

          Type: string

          Pattern: ^organizations/[^/]+/customConstraints/[^/]+$

      Parameter Order: name

      Flat Path: v2/organizations/{organizationsId}/customConstraints/{customConstraintsId}

      Path: v2/{+name}