Assured Workloads API (assuredworkloads:v1)

2022-06-17

1 new method

Additions

    Methods
  • assuredworkloads.organizations.locations.workloads.restrictAllowedResources

      Description: Restrict the list of resources allowed in the Workload environment. The current list of allowed products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In addition to assuredworkloads.workload.update permission, the user should also have orgpolicy.policy.set permission on the folder resource to use this functionality.

      Parameters:

        name

          Type: string

          Required: Yes

          Pattern: ^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$

          Description: Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

          Location: path

      Path: v1/{+name}:restrictAllowedResources

      Parameter Order: name

      Flat Path: v1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:restrictAllowedResources

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

      HTTP Method: POST