Class UserLicenseResource
The "userLicense" collection of methods.
Inherited Members
Namespace: Google.Apis.GSuiteMarketplaceAPI.v2
Assembly: Google.Apis.GSuiteMarketplaceAPI.v2.dll
Syntax
public class UserLicenseResource
Constructors
UserLicenseResource(IClientService)
Constructs a new resource.
Declaration
public UserLicenseResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Gets the user's licensing status to determine if they have permission to use a given app. For more information, see Getting app installation and licensing details.
Declaration
public virtual UserLicenseResource.GetRequest Get(string applicationId, string userId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | applicationId | The ID of the application. |
| string | userId | The ID of the user. |
Returns
| Type | Description |
|---|---|
| UserLicenseResource.GetRequest |