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."],[[["The `setIamPolicy` method allows you to define access control for a specific Earth Engine resource, replacing any existing policy."],["You send a `POST` request to the specified URL, including the resource name and the desired policy in the request body."],["The policy you provide in the request should adhere to the structure defined in the `Policy` object and can be a few 10s of KB in size."],["A successful response will return the applied `Policy` object, confirming the access control settings for the resource."],["To use this method, you need appropriate authorization with either the `earthengine` or `cloud-platform` scope."]]],[]]