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 enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device.
Methods
| Method | Return Type | Description |
|---|---|---|
| List enrollmentProfiles | enrollmentProfile collection | List properties and relationships of the enrollmentProfile objects. |
| Get enrollmentProfile | enrollmentProfile | Read properties and relationships of the enrollmentProfile object. |
| Create enrollmentProfile | enrollmentProfile | Create a new enrollmentProfile object. |
| Delete enrollmentProfile | None | Deletes a enrollmentProfile. |
| Update enrollmentProfile | enrollmentProfile | Update the properties of a enrollmentProfile object. |
| setDefaultProfile action | None | |
| exportMobileConfig function | String | Exports the mobile configuration |
| updateDeviceProfileAssignment action | None |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The GUID for the object |
| displayName | String | Name of the profile |
| description | String | Description of the profile |
| requiresUserAuthentication | Boolean | Indicates if the profile requires user authentication |
| configurationEndpointUrl | String | Configuration endpoint url to use for Enrollment |
| enableAuthenticationViaCompanyPortal | Boolean | Indicates to authenticate with Apple Setup Assistant instead of Company Portal. |
| requireCompanyPortalOnSetupAssistantEnrolledDevices | Boolean | Indicates that Company Portal is required on setup assistant enrolled devices |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.enrollmentProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"requiresUserAuthentication": true,
"configurationEndpointUrl": "String",
"enableAuthenticationViaCompanyPortal": true,
"requireCompanyPortalOnSetupAssistantEnrolledDevices": true
}