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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-05 UTC."],[[["Sets access control policy for a specified Earth Engine resource, replacing any existing policy."],["Utilizes an HTTP POST request to `https://earthengine.googleapis.com/v1beta/{resource=projects/*/assets/**}:setIamPolicy` with the resource specified in the URL."],["Request body must contain the desired policy in JSON format, adhering to the defined structure."],["Requires authorization using specific OAuth scopes like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."],["Successful response returns the applied policy details in JSON format."]]],[]]