GetSimResult

data class GetSimResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val deviceType: String? = null, val id: String, val integratedCircuitCardIdentifier: String? = null, val internationalMobileSubscriberIdentity: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val provisioningState: String, val simPolicy: SimPolicyResourceIdResponse? = null, val simState: String, val staticIpConfiguration: List<SimStaticIpPropertiesResponse>? = null, val systemData: SystemDataResponse, val type: String)

SIM resource.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, deviceType: String? = null, id: String, integratedCircuitCardIdentifier: String? = null, internationalMobileSubscriberIdentity: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, name: String, provisioningState: String, simPolicy: SimPolicyResourceIdResponse? = null, simState: String, staticIpConfiguration: List<SimStaticIpPropertiesResponse>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

Link copied to clipboard
val deviceType: String? = null

An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the SIM resource.

Link copied to clipboard

The SIM policy used by this SIM.

Link copied to clipboard

The state of the SIM resource.

Link copied to clipboard

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"