[[["容易理解","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-03-06 (世界標準時間)。"],[[["Retrieves the access control policy for a specified Earth Engine resource, returning an empty policy if none is set."],["Uses an HTTP POST request to `https://earthengine.googleapis.com/v1alpha/{resource=projects/*/assets/**}:getIamPolicy`, with the resource specified in the URL path."],["Request body can optionally include `GetPolicyOptions` for customizing the policy retrieval."],["Successful responses contain a `Policy` object representing the resource's access control settings."],["Requires appropriate OAuth scopes for authorization, such as `earthengine`, `cloud-platform`, or their read-only counterparts."]]],["This documentation details how to retrieve the access control policy for a specific resource using a POST request to the provided URL. The request requires a resource path and accepts an optional `GetPolicyOptions` object in the request body. The server responds with a `Policy` object if successful or an empty policy if none is set. Authorization requires specific OAuth scopes related to Earth Engine or Cloud Platform. The parameter `resource` is the path to the resource which the policy is applied to.\n"]]