Required. The target Google Cloud resource that parents the set of custom constraints that will be returned from this call. Must be in one of the following forms:
organizations/{organization_id}
Authorization requires the following IAM permission on the specified resource parent:
orgpolicy.customConstraints.list
Query parameters
Parameters
pageSize
integer
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
pageToken
string
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
Request body
The request body must be empty.
Response body
The response returned from the customConstraints.list method. It will be empty if no custom or managed constraints are set on the organization resource.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# Method: organizations.customConstraints.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListCustomConstraintsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRetrieves all of the custom constraints that exist on a particular organization resource.\n\n### HTTP request\n\n`GET https://orgpolicy.googleapis.com/v2/{parent=organizations/*}/customConstraints`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response returned from the [customConstraints.list](/resource-manager/docs/reference/orgpolicy/rest/v2/organizations.customConstraints/list#google.cloud.orgpolicy.v2.OrgPolicy.ListCustomConstraints) method. It will be empty if no custom or managed constraints are set on the organization resource.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]