GetNetworkSimResult

data class GetNetworkSimResult(val deviceType: String, val id: String, val integratedCircuitCardIdentifier: String, val internationalMobileSubscriberIdentity: String, val mobileNetworkSimGroupId: String, val name: String, val simPolicyId: String, val simState: String, val staticIpConfigurations: List<GetNetworkSimStaticIpConfiguration>, val vendorKeyFingerprint: String, val vendorName: String)

A collection of values returned by getNetworkSim.

Constructors

Link copied to clipboard
constructor(deviceType: String, id: String, integratedCircuitCardIdentifier: String, internationalMobileSubscriberIdentity: String, mobileNetworkSimGroupId: String, name: String, simPolicyId: String, simState: String, staticIpConfigurations: List<GetNetworkSimStaticIpConfiguration>, vendorKeyFingerprint: String, vendorName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The device type this SIM is associated with.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The integrated circuit card ID (ICCID) for the SIM.

Link copied to clipboard

The international mobile subscriber identity (IMSI) for the SIM.

Link copied to clipboard
Link copied to clipboard

The ID of SIM policy used by this SIM.

Link copied to clipboard

The state of the SIM resource.

Link copied to clipboard

A static_ip_configuration block as defined below.

Link copied to clipboard

The public key fingerprint of the SIM vendor who provided this SIM.

Link copied to clipboard

The name of the SIM vendor who provided this SIM, if any.