Table of Contents

Class DeviceProvisioningStatus

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class DeviceProvisioningStatus
Inheritance
DeviceProvisioningStatus
Inherited Members

Properties

Mac

The device MAC address.

[DataMember(Name = "mac")]
public string? Mac { get; set; }

Property Value

string

Name

The device name.

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

Property Value

string

Network

Network info

[DataMember(Name = "network")]
public DeviceProvisioningStatusNetwork? Network { get; set; }

Property Value

DeviceProvisioningStatusNetwork

ProductType

Device product type.

[DataMember(Name = "productType")]
public string? ProductType { get; set; }

Property Value

string

Serial

The device serial number.

[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string

Status

The device provisioning status. Possible statuses: unprovisioned, incomplete, complete.

[DataMember(Name = "status")]
public DeviceProvisioningStatusStatus? Status { get; set; }

Property Value

DeviceProvisioningStatusStatus?

Tags

List of custom tags for the device.

[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>