embeddedSIMDeviceState resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Describes the embedded SIM activation code deployment state in relation to a device.
Methods
Method | Return Type | Description |
---|---|---|
List embeddedSIMDeviceStates | embeddedSIMDeviceState collection | List properties and relationships of the embeddedSIMDeviceState objects. |
Get embeddedSIMDeviceState | embeddedSIMDeviceState | Read properties and relationships of the embeddedSIMDeviceState object. |
Create embeddedSIMDeviceState | embeddedSIMDeviceState | Create a new embeddedSIMDeviceState object. |
Delete embeddedSIMDeviceState | None | Deletes a embeddedSIMDeviceState. |
Update embeddedSIMDeviceState | embeddedSIMDeviceState | Update the properties of a embeddedSIMDeviceState object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the embedded SIM device status. System generated value assigned when created. |
createdDateTime | DateTimeOffset | The time the embedded SIM device status was created. Generated service side. |
modifiedDateTime | DateTimeOffset | The time the embedded SIM device status was last modified. Updated service side. |
lastSyncDateTime | DateTimeOffset | The time the embedded SIM device last checked in. Updated service side. |
universalIntegratedCircuitCardIdentifier | String | The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed. |
deviceName | String | Device name to which the subscription was provisioned e.g. DESKTOP-JOE |
userName | String | Username which the subscription was provisioned to e.g. joe@contoso.com |
state | embeddedSIMDeviceStateValue | The state of the profile operation applied to the device. Possible values are: notEvaluated , failed , installing , installed , deleting , error , deleted , removedByUser . |
stateDetails | String | String description of the provisioning state. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.embeddedSIMDeviceState",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"modifiedDateTime": "String (timestamp)",
"lastSyncDateTime": "String (timestamp)",
"universalIntegratedCircuitCardIdentifier": "String",
"deviceName": "String",
"userName": "String",
"state": "String",
"stateDetails": "String"
}