Show / Hide Table of Contents

Class UserLicenseResource

The "userLicense" collection of methods.

Inheritance
object
UserLicenseResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX