Table of Contents

Class OrganizationSmBulkEnrollmentTokenDetailed

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

Organization Sm Bulk Enrollment Token

[DataContract]
public class OrganizationSmBulkEnrollmentTokenDetailed
Inheritance
OrganizationSmBulkEnrollmentTokenDetailed
Inherited Members

Constructors

OrganizationSmBulkEnrollmentTokenDetailed()

public OrganizationSmBulkEnrollmentTokenDetailed()

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

RawToken

The raw token the user will input into the agent.

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

Property Value

string