Class OrganizationLicense
An organization license
[DataContract]
public class OrganizationLicense : IdentifiedItem
- Inheritance
-
OrganizationLicense
- Inherited Members
Properties
ActivationDate
ActivationDate
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "activationDate")]
public string ActivationDate { get; set; }
Property Value
ClaimDate
ClaimDate
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "claimDate")]
public string ClaimDate { get; set; }
Property Value
DeviceSerial
DeviceSerial
[ApiAccess(ApiAccess.ReadUpdate)]
[ApiForeignKey(typeof(Device))]
[DataMember(Name = "deviceSerial")]
public string DeviceSerial { get; set; }
Property Value
DurationInDays
DurationInDays
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "durationInDays")]
public int DurationInDays { get; set; }
Property Value
ExpirationDate
ExpirationDate
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expirationDate")]
public string ExpirationDate { get; set; }
Property Value
HeadLicenseId
headLicenseId - undocumented
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "headLicenseId")]
public object? HeadLicenseId { get; set; }
Property Value
LicenseKey
LicenseKey
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licenseKey")]
public string LicenseKey { get; set; }
Property Value
LicenseType
LicenseType
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licenseType")]
public string LicenseType { get; set; }
Property Value
NetworkId
NetworkId
[ApiAccess(ApiAccess.ReadCreate)]
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
OrderNumber
OrderNumber
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "orderNumber")]
public string OrderNumber { get; set; }
Property Value
PermanentlyQueuedLicenses
PermanentlyQueuedLicenses
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "permanentlyQueuedLicenses")]
public List<Dictionary<string, string>> PermanentlyQueuedLicenses { get; set; }
Property Value
SeatCount
SeatCount
[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "seatCount")]
public int? SeatCount { get; set; }
Property Value
- int?
State
State
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "state")]
public string State { get; set; }
Property Value
TotalDurationInDays
TotalDurationInDays
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "totalDurationInDays")]
public int TotalDurationInDays { get; set; }