REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Request body
The request body contains data with the following structure:
JSON representation
{"policy": {object (Policy)}}
Fields
policy
object (Policy)
REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.
Response body
If successful, the response body contains an instance of Policy.
[[["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 2024-04-12 UTC."],[[["This endpoint utilizes a POST request to set the access control policy for a specified resource via the `setIamPolicy` method."],["The required `resource` path parameter in the URL determines which resource the policy will apply to, following gRPC Transcoding syntax."],["The request body must contain a `policy` object in JSON format, representing the complete policy to be applied, and its size must be under a few 10s of KB."],["Upon successful execution, the response body will return an instance of `Policy`."],["The operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]