Table of Contents

Class OrganizationLicensingCotermLicense

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

Organization Licensing Coterm License

[DataContract]
public class OrganizationLicensingCotermLicense
Inheritance
OrganizationLicensingCotermLicense
Inherited Members

Constructors

OrganizationLicensingCotermLicense()

public OrganizationLicensingCotermLicense()

Properties

ClaimedAt

When the license was claimed into the organization

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

Property Value

string

Counts

The counts of the license by model type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public List<OrganizationLicensingCotermLicenseCount> Counts { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseCount>

Duration

The duration (term length) of the license, measured in days

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

Property Value

int

Editions

The editions of the license for each relevant product type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "editions")]
public List<OrganizationLicensingCotermLicenseEdition> Editions { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseEdition>

Expired

Flag to indicate if the license is expired

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expired")]
public bool Expired { get; set; }

Property Value

bool

Invalidated

Flag to indicated that the license is invalidated

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "invalidated")]
public bool Invalidated { get; set; }

Property Value

bool

InvalidatedAt

When the license was invalidated. Will be null for active licenses

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

Property Value

string

Key

The key of the license

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

Property Value

string

Mode

The operation mode of the license when it was claimed

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mode")]
public LicenseMode Mode { get; set; }

Property Value

LicenseMode

OrganizationId

The ID of the organization that the license is claimed in

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

Property Value

string

StartedAt

When the license's term began (approximately the date when the license was created)

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

Property Value

string