SimPropertiesFormat interface
SIM properties.
- Extends
Properties
authentication |
The Ki value for the SIM. |
operator |
The Opc value for the SIM. |
Inherited Properties
device |
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. |
integrated |
The integrated circuit card ID (ICCID) for the SIM. |
international |
The international mobile subscriber identity (IMSI) for the SIM. |
provisioning |
The provisioning state of the SIM resource. NOTE: This property will not be serialized. It can only be populated by the server. |
sim |
The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. |
sim |
The state of the SIM resource. NOTE: This property will not be serialized. It can only be populated by the server. |
site |
A dictionary of sites to the provisioning state of this SIM on that site. NOTE: This property will not be serialized. It can only be populated by the server. |
static |
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}. |
vendor |
The public key fingerprint of the SIM vendor who provided this SIM, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
vendor |
The name of the SIM vendor who provided this SIM, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authenticationKey
The Ki value for the SIM.
authenticationKey?: string
Property Value
string
operatorKeyCode
The Opc value for the SIM.
operatorKeyCode?: string
Property Value
string
Inherited Property Details
deviceType
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.
deviceType?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.deviceType
integratedCircuitCardIdentifier
The integrated circuit card ID (ICCID) for the SIM.
integratedCircuitCardIdentifier?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.integratedCircuitCardIdentifier
internationalMobileSubscriberIdentity
The international mobile subscriber identity (IMSI) for the SIM.
internationalMobileSubscriberIdentity: string
Property Value
string
Inherited From CommonSimPropertiesFormat.internationalMobileSubscriberIdentity
provisioningState
The provisioning state of the SIM resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.provisioningState
simPolicy
The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
simPolicy?: SimPolicyResourceId
Property Value
Inherited From CommonSimPropertiesFormat.simPolicy
simState
The state of the SIM resource. NOTE: This property will not be serialized. It can only be populated by the server.
simState?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.simState
siteProvisioningState
A dictionary of sites to the provisioning state of this SIM on that site. NOTE: This property will not be serialized. It can only be populated by the server.
siteProvisioningState?: {[propertyName: string]: SiteProvisioningState}
Property Value
{[propertyName: string]: SiteProvisioningState}
Inherited From CommonSimPropertiesFormat.siteProvisioningState
staticIpConfiguration
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}.
staticIpConfiguration?: SimStaticIpProperties[]
Property Value
Inherited From CommonSimPropertiesFormat.staticIpConfiguration
vendorKeyFingerprint
The public key fingerprint of the SIM vendor who provided this SIM, if any. NOTE: This property will not be serialized. It can only be populated by the server.
vendorKeyFingerprint?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.vendorKeyFingerprint
vendorName
The name of the SIM vendor who provided this SIM, if any. NOTE: This property will not be serialized. It can only be populated by the server.
vendorName?: string
Property Value
string
Inherited From CommonSimPropertiesFormat.vendorName