Method: projects.assets.setIamPolicy
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह तय किए गए संसाधन पर, ऐक्सेस कंट्रोल की नीति सेट करता है. यह किसी भी मौजूदा नीति की जगह लागू हो जाती है.
एचटीटीपी अनुरोध
POST https://earthengine.googleapis.com/v1/{resource=projects/*/assets/**}:setIamPolicy
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
resource |
string
ज़रूरी है: वह संसाधन जिसके लिए नीति तय की जा रही है. इस फ़ील्ड के लिए सही वैल्यू जानने के लिए, संसाधन के नाम देखें.
|
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में नीचे दिए गए स्ट्रक्चर वाला डेटा होता है:
JSON के काेड में दिखाना |
{
"policy": {
object (Policy )
}
} |
फ़ील्ड |
policy |
object (Policy )
ज़रूरी है: resource पर लागू होने वाली पूरी नीति. नीति का साइज़ 10 केबी से ज़्यादा नहीं होना चाहिए. कोई नीति न होने पर भी, उसे मान्य माना जाता है. हालांकि, Google Cloud की कुछ सेवाएं (जैसे, Projects) उसे अस्वीकार कर सकती हैं.
|
जवाब का मुख्य भाग
कामयाब रहने पर, जवाब के मुख्य हिस्से में Policy
का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/cloud-platform
ज़्यादा जानकारी के लिए, OAuth 2.0 Overview देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis endpoint sets the access control policy for a specific Earth Engine resource, replacing any existing policies.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, send a \u003ccode\u003ePOST\u003c/code\u003e request to the specified URL with the desired policy in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a \u003ccode\u003epolicy\u003c/code\u003e object defining the access control rules.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication is required and you must have the \u003ccode\u003eearthengine\u003c/code\u003e or \u003ccode\u003ecloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.assets.setIamPolicy\n\nSets the access control policy on the specified resource. Replaces any existing policy.\n\n### HTTP request\n\n`POST https://earthengine.googleapis.com/v1/{resource=projects/*/assets/**}:setIamPolicy`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resource` | `string` REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"policy\": { object (/earth-engine/reference/rest/Shared.Types/Policy) } } ``` |\n\n| Fields ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `policy` | `object (`[Policy](/earth-engine/reference/rest/Shared.Types/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. |\n\n### Response body\n\nIf successful, the response body contains an instance of [Policy](/earth-engine/reference/rest/Shared.Types/Policy).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]