Table of Contents

Class OrganizationLicenseState

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

An organization licence state

[DataContract]
public class OrganizationLicenseState
Inheritance
OrganizationLicenseState
Inherited Members

Properties

ExpirationDate

status

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

Property Value

string

LicenseCount

Total number of licenses (Per-device licensing only)

[DataMember(Name = "licenseCount")]
public int LicenseCount { get; set; }

Property Value

int

LicenseTypes

Data by license type (Per-device licensing only)

[DataMember(Name = "licenseTypes")]
public List<OrganizationLicenseStateLicenseType> LicenseTypes { get; set; }

Property Value

List<OrganizationLicenseStateLicenseType>

LicensedDeviceCounts

Licensed device counts

[DataMember(Name = "licensedDeviceCounts")]
public Dictionary<string, int> LicensedDeviceCounts { get; set; }

Property Value

Dictionary<string, int>

States

Aggregated data for licenses by state (Per-device licensing only)

[DataMember(Name = "states")]
public OrganizationLicenseStateStates States { get; set; }

Property Value

OrganizationLicenseStateStates

Status

status

[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string

SystemsManager

Aggregated data for Systems Manager licenses (Per-device licensing only)

[DataMember(Name = "systemsManager")]
public OrganizationLicenseStateSystemsManager SystemsManager { get; set; }

Property Value

OrganizationLicenseStateSystemsManager