Table of Contents

Class NetworkCellularGatewayEsimsInventoryItemProfile

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

Network Cellular Gateway Esims Inventory Item Profile

[DataContract]
public class NetworkCellularGatewayEsimsInventoryItemProfile
Inheritance
NetworkCellularGatewayEsimsInventoryItemProfile
Inherited Members

Properties

CustomApns

Available custom APNs for the profile

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

Property Value

List<string>

Iccid

eSIM profile ID

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

Property Value

string

ServiceProvider

Service Provider information

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serviceProvider")]
public NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider ServiceProvider { get; set; }

Property Value

NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider

Status

eSIM profile status

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

Property Value

string