Show / Hide Table of Contents

Class PermissionsResource

The "permissions" collection of methods.

Inheritance
object
PermissionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class PermissionsResource

Constructors

PermissionsResource(IClientService)

Constructs a new resource.

Declaration
public PermissionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves details of an Android app permission for display to an enterprise admin.

Declaration
public virtual PermissionsResource.GetRequest Get(string permissionId)
Parameters
Type Name Description
string permissionId

The ID of the permission.

Returns
Type Description
PermissionsResource.GetRequest
In this article
Back to top Generated by DocFX