Table of Contents

Class LicensingSubscriptionClaimRequest

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

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

string

Description

Extra details or notes about the subscription

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

Property Value

string

Name

Friendly name to identify the subscription

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

Property Value

string

OrganizationId

The id of the organization claiming the subscription

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

Property Value

string

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?