Class ProductsApproveRequest
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductsApproveRequest : IDirectResponseSchema
Properties
ApprovalUrlInfo
The approval URL that was shown to the user. Only the permissions shown to the user with that URL will be accepted, which may not be the product's entire set of permissions. For example, the URL may only display new permissions from an update after the product was approved, or not include new permissions if the product was updated since the URL was generated.
Declaration
[JsonProperty("approvalUrlInfo")]
public virtual ApprovalUrlInfo ApprovalUrlInfo { get; set; }
Property Value
Type | Description |
---|---|
ApprovalUrlInfo |
ApprovedPermissions
Sets how new permission requests for the product are handled. "allPermissions" automatically approves all current and future permissions for the product. "currentPermissionsOnly" approves the current set of permissions for the product, but any future permissions added through updates will require manual reapproval. If not specified, only the current set of permissions will be approved.
Declaration
[JsonProperty("approvedPermissions")]
public virtual string ApprovedPermissions { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |