iosUpdateDeviceStatus 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.
Methods
Method | Return Type | Description |
---|---|---|
List iosUpdateDeviceStatuses | iosUpdateDeviceStatus collection | List properties and relationships of the iosUpdateDeviceStatus objects. |
Get iosUpdateDeviceStatus | iosUpdateDeviceStatus | Read properties and relationships of the iosUpdateDeviceStatus object. |
Create iosUpdateDeviceStatus | iosUpdateDeviceStatus | Create a new iosUpdateDeviceStatus object. |
Delete iosUpdateDeviceStatus | None | Deletes a iosUpdateDeviceStatus. |
Update iosUpdateDeviceStatus | iosUpdateDeviceStatus | Update the properties of a iosUpdateDeviceStatus object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
installStatus | iosUpdatesInstallStatus | The installation status of the policy report. Possible values are: success , available , idle , unknown , mdmClientCrashed , timeout , downloading , downloadFailed , downloadRequiresComputer , downloadInsufficientSpace , downloadInsufficientPower , downloadInsufficientNetwork , installing , installInsufficientSpace , installInsufficientPower , installPhoneCallInProgress , installFailed , notSupportedOperation , sharedDeviceUserLoggedInError , updateError , deviceOsHigherThanDesiredOsVersion , updateScanFailed . |
osVersion | String | The device version that is being reported. |
deviceId | String | The device id that is being reported. |
userId | String | The User id that is being reported. |
deviceDisplayName | String | Device name of the DevicePolicyStatus. |
userName | String | The User Name that is being reported |
deviceModel | String | The device model that is being reported |
platform | Int32 | Platform of the device that is being reported |
complianceGracePeriodExpirationDateTime | DateTimeOffset | The DateTime when device compliance grace period expires |
status | complianceStatus | Compliance status of the policy report. Possible values are: unknown , notApplicable , compliant , remediated , nonCompliant , error , conflict , notAssigned . |
lastReportedDateTime | DateTimeOffset | Last modified date time of the policy report. |
userPrincipalName | String | UserPrincipalName. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosUpdateDeviceStatus",
"id": "String (identifier)",
"installStatus": "String",
"osVersion": "String",
"deviceId": "String",
"userId": "String",
"deviceDisplayName": "String",
"userName": "String",
"deviceModel": "String",
"platform": 1024,
"complianceGracePeriodExpirationDateTime": "String (timestamp)",
"status": "String",
"lastReportedDateTime": "String (timestamp)",
"userPrincipalName": "String"
}