Class DeviceCellularSimsSimApn
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
Authentication
A list of Sims
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "authentication")]
public DeviceCellularSimsSimApnAuthentication? Authentication { get; set; }
Property Value
Name
Name
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string Name { get; set; }