গুরুত্বপূর্ণ: আমরা আর প্লে EMM API-এর জন্য নতুন নিবন্ধন গ্রহণ করছি না।
আরও জানুন
Permissions
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই সম্পদের জন্য পদ্ধতির তালিকার জন্য, এই পৃষ্ঠার শেষে দেখুন।
সম্পদ উপস্থাপনা
একটি অনুমতি সংস্থান কিছু অতিরিক্ত ক্ষমতার প্রতিনিধিত্ব করে, একটি Android অ্যাপে মঞ্জুর করার জন্য, যার জন্য স্পষ্ট সম্মতি প্রয়োজন। অ্যাপটির জন্য একটি এনটাইটেলমেন্ট তৈরি করার আগে একজন এন্টারপ্রাইজ অ্যাডমিনকে তাদের ব্যবহারকারীদের পক্ষ থেকে এই অনুমতিগুলিতে সম্মতি দিতে হবে।
অনুমতি সংগ্রহ শুধুমাত্র পঠনযোগ্য. প্রতিটি অনুমতির জন্য প্রদত্ত তথ্য (স্থানীয় নাম এবং বিবরণ) এন্টারপ্রাইজ থেকে সম্মতি পাওয়ার সময় MDM ব্যবহারকারী ইন্টারফেসে ব্যবহার করার উদ্দেশ্যে।
{
"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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 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."]]