Class NetworkCellularGatewayEsimsInventoryItemProfile
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
Iccid
eSIM profile ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "iccid")]
public string Iccid { get; set; }
Property Value
ServiceProvider
Service Provider information
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serviceProvider")]
public NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider ServiceProvider { get; set; }
Property Value
Status
eSIM profile status
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "status")]
public string Status { get; set; }