Table of Contents

Class OrganizationSmBulkEnrollmentToken

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

Organization Sm Bulk Enrollment Token

[DataContract]
public class OrganizationSmBulkEnrollmentToken
Inheritance
OrganizationSmBulkEnrollmentToken
Inherited Members

Constructors

OrganizationSmBulkEnrollmentToken()

public OrganizationSmBulkEnrollmentToken()

Properties

ExpiresAt

The expiration date.

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

Property Value

string

Id

The token id.

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

Property Value

string

NetworkId

The network id of the associated node_group.

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

Property Value

string