Class LicensingSubscriptionClaim
Licensing Subscription Claim
[DataContract]
public class LicensingSubscriptionClaim
- Inheritance
-
LicensingSubscriptionClaim
- Inherited Members
Properties
Counts
Numeric breakdown of network and entitlement counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public LicensingSubscriptionClaimCounts Counts { get; set; }
Property Value
Description
Subscription Description
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
EndDate
Subscription expiration date
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endDate")]
public DateTime EndDate { get; set; }
Property Value
EnterpriseAgreement
Enterprise Agreement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enterpriseAgreement")]
public LicensingSubscriptionClaimEnterpriseAgreement EnterpriseAgreement { get; set; }
Property Value
Entitlements
Entitlement info
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "entitlements")]
public List<LicensingSubscriptionClaimEntitlement> Entitlements { get; set; }
Property Value
LastUpdatedAt
When the subscription was last changed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }
Property Value
Name
Subscription name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
ProductTypes
Products the subscription has entitlements for
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }
Property Value
RenewalRequested
Whether a renewal has been requested for the subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "renewalRequested")]
public bool RenewalRequested { get; set; }
Property Value
SmartAccount
Smart account
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccount")]
public LicensingSubscriptionClaimSmartAccount SmartAccount { get; set; }
Property Value
SmartAccountStatus
Smart account status
[Obsolete("Deleted in Meraki API v1.53")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "smartAccountStatus")]
public string SmartAccountStatus { get; set; }
Property Value
StartDate
Subscription start date
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startDate")]
public DateTime StartDate { get; set; }
Property Value
Status
Subscription Status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
SubscrptionId
Subscription's ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subscriptionId")]
public string SubscrptionId { get; set; }
Property Value
Type
Subscription type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
WebOrderId
Web order id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "webOrderId")]
public string WebOrderId { get; set; }