ज़रूरी जानकारी: अब हम Play EMM API (एपीआई) के लिए नए रजिस्ट्रेशन स्वीकार नहीं कर रहे हैं.
ज़्यादा जानें.
Permissions
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस संसाधन के लिए उपलब्ध तरीकों की सूची देखने के लिए, इस पेज के आखिर में देखें.
संसाधन निरूपण
अनुमतियों वाला संसाधन, किसी Android ऐप्लिकेशन को दी जाने वाली अतिरिक्त सुविधा को दिखाता है. इसके लिए, साफ़ तौर पर सहमति लेना ज़रूरी होता है. ऐप्लिकेशन के लिए एनटाइटलमेंट बनाने से पहले, एंटरप्राइज़ एडमिन को अपने उपयोगकर्ताओं की ओर से इन अनुमतियों के लिए सहमति देनी होगी.
अनुमतियों का कलेक्शन सिर्फ़ पढ़ने के लिए होता है. हर अनुमति (स्थानीय नाम और ब्यौरा) के लिए दी गई जानकारी का इस्तेमाल, एंटरप्राइज़ से सहमति लेते समय एमडीएम के यूज़र इंटरफ़ेस में किया जाना चाहिए.
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
प्रॉपर्टी का नाम |
मान |
ब्यौरा |
नोट |
description |
string |
'अनुमतियां' संसाधन के बारे में ज़्यादा जानकारी, जिसमें इस बात की ज़्यादा जानकारी दी गई है कि किन चीज़ों पर इसका असर पड़ता है. |
|
kind |
string |
|
|
name |
string |
अनुमति का नाम. |
|
permissionId |
string |
अनुमति की खास तौर पर पहचान करने वाली ओपेक स्ट्रिंग. |
|
तरीके
- पाएं
- एंटरप्राइज़ एडमिन को दिखाने के लिए Android ऐप्लिकेशन की अनुमति की जानकारी लेता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-08 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-08 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eA Permissions resource represents an extra capability granted to an Android app requiring explicit consent from an enterprise admin.\u003c/p\u003e\n"],["\u003cp\u003ePermissions resource information is read-only and used to obtain consent from the enterprise within the MDM user interface.\u003c/p\u003e\n"],["\u003cp\u003eEach permission is uniquely identified by an opaque string (permissionId) and includes a localized name and description for display.\u003c/p\u003e\n"],["\u003cp\u003eEnterprise admins must grant consent to these permissions before an entitlement for the app can be created.\u003c/p\u003e\n"]]],[],null,["# Permissions\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nA Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created. \n\nThe permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.\n\n```text\n{\n \"kind\": \"androidenterprise#permission\",\n \"permissionId\": string,\n \"name\": string,\n \"description\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|----------------|----------|-------------------------------------------------------------------------------------------|-------|\n| `description` | `string` | A longer description of the Permissions resource, giving more details of what it affects. | |\n| `kind` | `string` | | |\n| `name` | `string` | The name of the permission. | |\n| `permissionId` | `string` | An opaque string uniquely identifying the permission. | |\n\nMethods\n-------\n\n[get](/android/work/play/emm-api/v1/permissions/get)\n: Retrieves details of an Android app permission for display to an enterprise admin."]]