Entitlements
class Entitlements extends Resource (View source)
The "entitlements" collection of methods.
Typical usage is:
$androidenterpriseService = new Google\Service\AndroidEnterprise(...);
$entitlements = $androidenterpriseService->entitlements;
Methods
Removes 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. (entitlements.delete)
Retrieves details of an entitlement. Note: This item has been deprecated.
Lists 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. (entitlements.listEntitlements)
Adds 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. (entitlements.update)
Details
delete(string $enterpriseId, string $userId, string $entitlementId, array $optParams = [])
Removes 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. (entitlements.delete)
Entitlement
get(string $enterpriseId, string $userId, string $entitlementId, array $optParams = [])
Retrieves details of an entitlement. Note: This item has been deprecated.
New integrations cannot use this method and can refer to our new recommendations. (entitlements.get)
EntitlementsListResponse
listEntitlements(string $enterpriseId, string $userId, array $optParams = [])
Lists 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. (entitlements.listEntitlements)
Entitlement
update(string $enterpriseId, string $userId, string $entitlementId, Entitlement $postBody, array $optParams = [])
Adds 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. (entitlements.update)