Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachmentPoint}/denypolicies
The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.
For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.
Query parameters
Parameters
policyId
string
The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.
[[["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-03-07 UTC."],[[["This page outlines how to create a policy using a POST request to the Google Cloud IAM API endpoint: `https://iam.googleapis.com/v2beta/{parent=policies/*/*}`."],["The `parent` path parameter, which is required, specifies the resource to which the policy is attached, and must use the correct URL-encoded format."],["The `policyId` query parameter allows you to define a custom ID for the policy, which is subject to specific formatting rules including a length of 3 to 63 characters, lowercase letters, numbers, dashes, and periods."],["The request body should contain a `Policy` instance, and if the request is successful, the response will include an `Operation` instance."],["Creating a policy requires one of the following authorization scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/iam`."]]],[]]