integrations.sh
← all integrations

googleapis.com – orgpolicy

OpenAPI apis-guru analyticsmedia

The Org Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:orgpolicy/v2.json
Provider
googleapis.com:orgpolicy / orgpolicy
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/orgpolicy/v2/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/orgpolicy/v2/openapi.yaml

Tools (11)

Extracted live via the executor SDK.

  • organizations.orgpolicyOrganizationsCustomConstraintsCreate

    Creates a custom constraint. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the organization does not exist. Returns a google.rpc.Status with google.rpc.Code.ALREADY_EXISTS if the constraint already exists on the given organization.

  • organizations.orgpolicyOrganizationsCustomConstraintsList

    Retrieves all of the custom constraints that exist on a particular organization resource.

  • projects.orgpolicyProjectsConstraintsList

    Lists constraints that could be applied on the specified resource.

  • projects.orgpolicyProjectsPoliciesCreate

    Creates a policy. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the constraint does not exist. Returns a google.rpc.Status with google.rpc.Code.ALREADY_EXISTS if the policy already exists on the given Google Cloud resource.

  • projects.orgpolicyProjectsPoliciesDelete

    Deletes a policy. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the constraint or organization policy does not exist.

  • projects.orgpolicyProjectsPoliciesGet

    Gets a policy on a resource. If no policy is set on the resource, NOT_FOUND is returned. The etag value can be used with UpdatePolicy() to update a policy during read-modify-write.

  • projects.orgpolicyProjectsPoliciesGetEffectivePolicy

    Gets the effective policy on a resource. This is the result of merging policies in the resource hierarchy and evaluating conditions. The returned policy will not have an etag or condition set because it is an evaluated policy across multiple resources. Subtrees of Resource Manager resource hierarchy with 'under:' prefix will not be expanded.

  • projects.orgpolicyProjectsPoliciesList

    Retrieves all of the policies that exist on a particular resource.

  • projects.orgpolicyProjectsPoliciesPatch

    Updates a policy. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the constraint or the policy do not exist. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the policy Note: the supplied policy will perform a full overwrite of all fields.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools