EncryptedSimUploadList interface
The SIMs to upload. The SIM credentials must be encrypted.
Properties
azure |
An identifier for the Azure SIM onboarding public key used for encrypted upload. |
encrypted |
The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key. |
signed |
The encrypted transport key, signed using the SIM vendor private key. |
sims | A list of SIMs to upload, with encrypted properties. |
vendor |
The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key. |
version | The upload file format version. |
Property Details
azureKeyIdentifier
An identifier for the Azure SIM onboarding public key used for encrypted upload.
azureKeyIdentifier: number
Property Value
number
encryptedTransportKey
The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key.
encryptedTransportKey: string
Property Value
string
signedTransportKey
The encrypted transport key, signed using the SIM vendor private key.
signedTransportKey: string
Property Value
string
sims
A list of SIMs to upload, with encrypted properties.
sims: SimNameAndEncryptedProperties[]
Property Value
vendorKeyFingerprint
The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key.
vendorKeyFingerprint: string
Property Value
string
version
The upload file format version.
version: number
Property Value
number