Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The importedAppleDeviceIdentityResult resource represents the result of attempting to import Apple devices identities.
Inherits from importedAppleDeviceIdentity
Methods
Method | Return Type | Description |
---|---|---|
List importedAppleDeviceIdentityResults | importedAppleDeviceIdentityResult collection | List properties and relationships of the importedAppleDeviceIdentityResult objects. |
Get importedAppleDeviceIdentityResult | importedAppleDeviceIdentityResult | Read properties and relationships of the importedAppleDeviceIdentityResult object. |
Create importedAppleDeviceIdentityResult | importedAppleDeviceIdentityResult | Create a new importedAppleDeviceIdentityResult object. |
Delete importedAppleDeviceIdentityResult | None | Deletes a importedAppleDeviceIdentityResult. |
Update importedAppleDeviceIdentityResult | importedAppleDeviceIdentityResult | Update the properties of a importedAppleDeviceIdentityResult object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. Inherited from importedAppleDeviceIdentity |
serialNumber | String | Device serial number Inherited from importedAppleDeviceIdentity |
requestedEnrollmentProfileId | String | Enrollment profile Id admin intends to apply to the device during next enrollment Inherited from importedAppleDeviceIdentity |
requestedEnrollmentProfileAssignmentDateTime | DateTimeOffset | The time enrollment profile was assigned to the device Inherited from importedAppleDeviceIdentity |
isSupervised | Boolean | Indicates if the Apple device is supervised. Inherited from importedAppleDeviceIdentity |
discoverySource | discoverySource | Apple device discovery source. Inherited from importedAppleDeviceIdentity. Possible values are: unknown , adminImport , deviceEnrollmentProgram . |
isDeleted | Boolean | Indicates if the device is deleted from Apple Business Manager Inherited from importedAppleDeviceIdentity |
createdDateTime | DateTimeOffset | Created Date Time of the device Inherited from importedAppleDeviceIdentity |
lastContactedDateTime | DateTimeOffset | Last Contacted Date Time of the device Inherited from importedAppleDeviceIdentity |
description | String | The description of the device Inherited from importedAppleDeviceIdentity |
enrollmentState | enrollmentState | The state of the device in Intune Inherited from importedAppleDeviceIdentity. Possible values are: unknown , enrolled , pendingReset , failed , notContacted , blocked . |
platform | platform | The platform of the Device. Inherited from importedAppleDeviceIdentity. Possible values are: unknown , ios , android , windows , windowsMobile , macOS , visionOS , tvos , unknownFutureValue . |
status | Boolean | Status of imported device identity |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.importedAppleDeviceIdentityResult",
"id": "String (identifier)",
"serialNumber": "String",
"requestedEnrollmentProfileId": "String",
"requestedEnrollmentProfileAssignmentDateTime": "String (timestamp)",
"isSupervised": true,
"discoverySource": "String",
"isDeleted": true,
"createdDateTime": "String (timestamp)",
"lastContactedDateTime": "String (timestamp)",
"description": "String",
"enrollmentState": "String",
"platform": "String",
"status": true
}