Permissions
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu kaynağa yönelik yöntem listesi için bu sayfanın sonuna bakın.
Kaynak temsilleri
İzin kaynağı, açık izin gerektiren bir Android uygulamasına verilebilmesi için bazı ek özellikleri temsil eder. Uygulamadan yararlanma hakkı oluşturulabilmesi için bir kurumsal yöneticinin, kullanıcıları adına bu izinleri kabul etmesi gerekir.
İzin toplama işlemi salt okunurdur. Her izin için sağlanan bilgiler (yerelleştirilmiş ad ve açıklama), kuruluştan izin alınırken MDM kullanıcı arayüzünde kullanılmak üzere tasarlanmıştır.
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
Mülk adı |
Değer |
Açıklama |
Notlar |
description |
string |
İzinler kaynağının, neleri etkilediğine dair daha fazla ayrıntı içeren daha uzun bir açıklaması. |
|
kind |
string |
|
|
name |
string |
İznin adı. |
|
permissionId |
string |
İzni benzersiz şekilde tanımlayan opak bir dize. |
|
Yöntemler
- al
- Kurumsal yöneticiye gösterilecek Android uygulaması izninin ayrıntılarını alır.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-08 UTC.
[null,null,["Son güncelleme tarihi: 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."]]