Class AdministeredLicensingSubscriptionEntitlements
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
IsAddOn
Whether or not the entitlement is an add-on
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isAddOn")]
public bool IsAddOn { get; set; }
Property Value
IsFree
Whether or not the entitlement is granted for free
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isFree")]
public bool IsFree { get; set; }
Property Value
Name
The user-facing name of the entitlement
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
ProductClass
The product class associated with the entitlement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productClass")]
public string ProductClass { get; set; }
Property Value
ProductType
The product type of the entitlement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }
Property Value
Sku
The SKU identifier of the entitlement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sku")]
public string Sku { get; set; }