Table of Contents

Class AdministeredLicensingSubscriptionEntitlements

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

Administered Licensing Subscription Entitlements

[DataContract]
public class AdministeredLicensingSubscriptionEntitlements
Inheritance
AdministeredLicensingSubscriptionEntitlements
Inherited Members

Constructors

AdministeredLicensingSubscriptionEntitlements()

public AdministeredLicensingSubscriptionEntitlements()

Properties

FeatureTier

The feature tier associated with the entitlement (null for add-ons)

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

Property Value

string

IsAddOn

Whether or not the entitlement is an add-on

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

Property Value

bool

IsFree

Whether or not the entitlement is granted for free

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

Property Value

bool

Name

The user-facing name of the entitlement

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

Property Value

string

ProductClass

The product class associated with the entitlement

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

Property Value

string

ProductType

The product type of the entitlement

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

Property Value

string

Sku

The SKU identifier of the entitlement

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

Property Value

string