Table of Contents

Class LicensingClaimKeyValidation

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

Licensing Claim Key Validation

[DataContract]
public class LicensingClaimKeyValidation
Inheritance
LicensingClaimKeyValidation
Inherited Members

Properties

Counts

Numeric breakdown of network and entitlement counts

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public LicensingSubscriptionClaimCounts Counts { get; set; }

Property Value

LicensingSubscriptionClaimCounts

Description

Subscription Description

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

Property Value

string

EndDate

Subscription expiration date

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endDate")]
public DateTime EndDate { get; set; }

Property Value

DateTime

EnterpriseAgreement

Enterprise agreement details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enterpriseAgreement")]
public LicensingSubscriptionClaimEnterpriseAgreement EnterpriseAgreement { get; set; }

Property Value

LicensingSubscriptionClaimEnterpriseAgreement

Entitlements

Entitlement info

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "entitlements")]
public List<LicensingSubscriptionClaimEntitlement> Entitlements { get; set; }

Property Value

List<LicensingSubscriptionClaimEntitlement>

LastUpdatedAt

When the subscription was last changed

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }

Property Value

DateTime

Name

Subscription name

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

Property Value

string

ProductTypes

Product Types

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }

Property Value

List<string>

RenewalRequested

Whether a renewal has been requested for the subscription

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

Property Value

bool

SmartAccount

Smart account

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccount")]
public LicensingSubscriptionClaimSmartAccount SmartAccount { get; set; }

Property Value

LicensingSubscriptionClaimSmartAccount

SmartAccountStatus

Smart account status

[Obsolete("Deleted in Meraki API v1.53")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccountStatus")]
public string SmartAccountStatus { get; set; }

Property Value

string

StartDate

Subscription start date

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startDate")]
public DateTime StartDate { get; set; }

Property Value

DateTime

Status

Subscription Status

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

Property Value

string

SubscrptionId

Subscription's ID

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

Property Value

string

Type

Subscription type

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

Property Value

string

WebOrderId

Web order id

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

Property Value

string