Class GrouplicenseusersResource
The "grouplicenseusers" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class GrouplicenseusersResource
Constructors
GrouplicenseusersResource(IClientService)
Constructs a new resource.
Declaration
public GrouplicenseusersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, string)
Retrieves the IDs of the users who have been granted entitlements under the license. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
Declaration
public virtual GrouplicenseusersResource.ListRequest List(string enterpriseId, string groupLicenseId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | groupLicenseId | The ID of the product the group license is for, e.g. "app:com.google.android.gm". |
Returns
Type | Description |
---|---|
GrouplicenseusersResource.ListRequest |