Table of Contents

Class DeviceClaimRequestDeviceDetails

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

ClaimNetworkDevicesDeviceDetails

[DataContract]
public class DeviceClaimRequestDeviceDetails
Inheritance
DeviceClaimRequestDeviceDetails
Inherited Members

Constructors

DeviceClaimRequestDeviceDetails()

public DeviceClaimRequestDeviceDetails()

Properties

Details

An array of details. Supported list of details includes: "device mode", "username", "password", "enable password", "ap mapping type" and "ap network id". For onboarding into hybrid mode, the value of the device mode detail must be "monitored"

[DataMember(Name = "details")]
public List<DeviceClaimRequestDeviceDetailsDetail>? Details { get; set; }

Property Value

List<DeviceClaimRequestDeviceDetailsDetail>

Serial

The serial of the device these details relate to

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

Property Value

string