Table of Contents

Class OrganizationLicense

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

ClaimDate

ClaimDate

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "claimDate")]
public string ClaimDate { get; set; }

Property Value

string

DeviceSerial

DeviceSerial

[ApiAccess(ApiAccess.ReadUpdate)]
[ApiForeignKey(typeof(Device))]
[DataMember(Name = "deviceSerial")]
public string DeviceSerial { get; set; }

Property Value

string

DurationInDays

DurationInDays

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "durationInDays")]
public int DurationInDays { get; set; }

Property Value

int

ExpirationDate

ExpirationDate

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expirationDate")]
public string ExpirationDate { get; set; }

Property Value

string

HeadLicenseId

headLicenseId - undocumented

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "headLicenseId")]
public object? HeadLicenseId { get; set; }

Property Value

object

LicenseKey

LicenseKey

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licenseKey")]
public string LicenseKey { get; set; }

Property Value

string

LicenseType

LicenseType

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licenseType")]
public string LicenseType { get; set; }

Property Value

string

NetworkId

NetworkId

[ApiAccess(ApiAccess.ReadCreate)]
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

OrderNumber

OrderNumber

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "orderNumber")]
public string OrderNumber { get; set; }

Property Value

string

PermanentlyQueuedLicenses

PermanentlyQueuedLicenses

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "permanentlyQueuedLicenses")]
public List<Dictionary<string, string>> PermanentlyQueuedLicenses { get; set; }

Property Value

List<Dictionary<string, string>>

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

string

TotalDurationInDays

TotalDurationInDays

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "totalDurationInDays")]
public int TotalDurationInDays { get; set; }

Property Value

int