Class LicensingSubscriptionClaimRequest
Licensing Subscription Claim
[DataContract]
public class LicensingSubscriptionClaimRequest
- Inheritance
-
LicensingSubscriptionClaimRequest
- Inherited Members
Properties
ClaimKey
Subscription description
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "claimKey")]
public string ClaimKey { get; set; }
Property Value
Description
Extra details or notes about the subscription
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Name
Friendly name to identify the subscription
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
OrganizationId
The id of the organization claiming the subscription
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
Property Value
Validate
Validate - Check if the provided claim key is valid and can be claimed into the organization.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "validate")]
public bool? Validate { get; set; }
Property Value
- bool?