Show / Hide Table of Contents

Class ProductPermissions

Information about the permissions required by a specific app and whether they have been accepted by the enterprise.

Inheritance
object
ProductPermissions
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 ProductPermissions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Permission

The permissions required by the app.

Declaration
[JsonProperty("permission")]
public virtual IList<ProductPermission> Permission { get; set; }
Property Value
Type Description
IList<ProductPermission>

ProductId

The ID of the app that the permissions relate to, e.g. "app:com.google.android.gm".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX