Table of Contents

Class DeviceCellularSimsSimApn

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

Device Cellular Sims

[DataContract]
public class DeviceCellularSimsSimApn
Inheritance
DeviceCellularSimsSimApn
Inherited Members

Properties

AllowedIpTypes

Is Primary

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedIpTypes")]
public List<string> AllowedIpTypes { get; set; }

Property Value

List<string>

Authentication

A list of Sims

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "authentication")]
public DeviceCellularSimsSimApnAuthentication? Authentication { get; set; }

Property Value

DeviceCellularSimsSimApnAuthentication

Name

Name

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

Property Value

string