Policy Simulator API (policysimulator:v1alpha)

2024-02-22

1 new method | 1 removed method

Additions

    Methods
  • policysimulator.organizations.locations.orgPolicyViolationsPreviews.create

      Parameters:

        parent

          Type: string

          Required: Yes

          Location: path

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

          Description: Required. The organization under which this OrgPolicyViolationsPreview will be created. Example: `organizations/my-example-org/locations/global`

        orgPolicyViolationsPreviewId

          Location: query

          Description: Optional. An optional user-specified ID for the OrgPolicyViolationsPreview. If not provided, a random ID will be generated.

          Type: string

      Description: CreateOrgPolicyViolationsPreview creates an OrgPolicyViolationsPreview for the proposed changes in the provided OrgPolicyViolationsPreview.OrgPolicyOverlay. The changes to OrgPolicy are specified by this `OrgPolicyOverlay`. The resources to scan are inferred from these specified changes.

      Flat Path: v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews

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

      Parameter Order: parent

      Path: v1alpha/{+parent}/orgPolicyViolationsPreviews

      HTTP Method: POST

Deletions

    Methods
  • policysimulator.organizations.locations.orgPolicyViolationsPreviews

      Flat Path: v1alpha/organizations/{organizationsId}/locations/{locationsId}/orgPolicyViolationsPreviews

      Path: v1alpha/{+parent}/orgPolicyViolationsPreviews

      Description: GenerateOrgPolicyViolationsPreview generates an OrgPolicyViolationsPreview for the proposed changes in the provided OrgPolicyViolationsPreview.OrgPolicyOverlay. The changes to OrgPolicy are specified by this `OrgPolicyOverlay`. The resources to scan are inferred from these specified changes.

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

      Parameter Order: parent

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The organization under which this OrgPolicyViolationsPreview will be created. Example: `organizations/my-example-org/locations/global`

          Required: Yes

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

          Type: string

          Location: path