Class UserLicense
Implements
Inherited Members
Namespace: Google.Apis.GSuiteMarketplaceAPI.v2.Data
Assembly: Google.Apis.GSuiteMarketplaceAPI.v2.dll
Syntax
public class UserLicense : IDirectResponseSchema
Properties
ApplicationId
The ID of the application corresponding to the license query.
Declaration
[JsonProperty("applicationId")]
public virtual string ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomerId
The domain name of the user.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EditionId
(Deprecated)
Declaration
[JsonProperty("editionId")]
public virtual string EditionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
The domain administrator has activated the application for this domain.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Id
The ID of user license.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
The type of API resource. This is always appsmarket#userLicense.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
The user's licensing status. One of: - ACTIVE: The user has a valid license and should be permitted to use
the application. - UNLICENSED: The administrator of this user's domain never assigned a seat for the
application to this user. - EXPIRED: The administrator assigned a seat to this user, but the license is
expired.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
The email address of the user.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |