[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(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."]]],["This content describes setting an access control policy on a specified resource using a POST request to the `setIamPolicy` endpoint. The request requires a `resource` path parameter, and the body must contain the complete `policy` object to be applied. The `policy` replaces any existing policy. Successful requests return a `Policy` object. Authorization requires specific OAuth scopes, including `earthengine` or `cloud-platform`. The policy size is limited.\n"]]