Skip to main content

entitlements

Overview

Nameentitlements
TypeResource
Idgoogledevelopers.androidenterprise.entitlements

Fields

NameDatatypeDescription
productIdstringThe ID of the product that the entitlement is for. For example, "app:com.google.android.gm".
reasonstringThe reason for the entitlement. For example, "free" for free apps. This property is temporary: it will be replaced by the acquisition kind field of group licenses.

Methods

NameAccessible byRequired ParamsDescription
getSELECTenterpriseId, entitlementId, userIdRetrieves details of an entitlement. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
listSELECTenterpriseId, userIdLists all entitlements for the specified user. Only the ID is set. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
deleteDELETEenterpriseId, entitlementId, userIdRemoves an entitlement to an app for a user. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
updateEXECenterpriseId, entitlementId, userIdAdds or updates an entitlement to an app for a user. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.