Show / Hide Table of Contents

Class NewPermissionsEvent

An event generated when new permissions are added to an app.

Inheritance
object
NewPermissionsEvent
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class NewPermissionsEvent : IDirectResponseSchema

Properties

ApprovedPermissions

The set of permissions that the enterprise admin has already approved for this application. Use Permissions.Get on the EMM API to retrieve details about these permissions.

Declaration
[JsonProperty("approvedPermissions")]
public virtual IList<string> ApprovedPermissions { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProductId

The id of the product (e.g. "app:com.google.android.gm") for which new permissions were added. This field will always be present.

Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type Description
string

RequestedPermissions

The set of permissions that the app is currently requesting. Use Permissions.Get on the EMM API to retrieve details about these permissions.

Declaration
[JsonProperty("requestedPermissions")]
public virtual IList<string> RequestedPermissions { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX