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
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows 10 Enrollment Status Page Configuration
Inherits from deviceEnrollmentConfiguration
Methods
| Method | Return Type | Description |
|---|---|---|
| List windows10EnrollmentCompletionPageConfigurations | windows10EnrollmentCompletionPageConfiguration collection | List properties and relationships of the windows10EnrollmentCompletionPageConfiguration objects. |
| Get windows10EnrollmentCompletionPageConfiguration | windows10EnrollmentCompletionPageConfiguration | Read properties and relationships of the windows10EnrollmentCompletionPageConfiguration object. |
| Create windows10EnrollmentCompletionPageConfiguration | windows10EnrollmentCompletionPageConfiguration | Create a new windows10EnrollmentCompletionPageConfiguration object. |
| Delete windows10EnrollmentCompletionPageConfiguration | None | Deletes a windows10EnrollmentCompletionPageConfiguration. |
| Update windows10EnrollmentCompletionPageConfiguration | windows10EnrollmentCompletionPageConfiguration | Update the properties of a windows10EnrollmentCompletionPageConfiguration object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique Identifier for the account Inherited from deviceEnrollmentConfiguration |
| displayName | String | The display name of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
| description | String | The description of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
| priority | Int32 | Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. Inherited from deviceEnrollmentConfiguration |
| createdDateTime | DateTimeOffset | Created date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
| lastModifiedDateTime | DateTimeOffset | Last modified date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
| version | Int32 | The version of the device enrollment configuration Inherited from deviceEnrollmentConfiguration |
| allowNonBlockingAppInstallation | Boolean | When TRUE, ESP (Enrollment Status Page) installs all required apps targeted during technician phase and ignores any failures for non-blocking apps. When FALSE, ESP fails on any error during app install. The default is false. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| assignments | enrollmentConfigurationAssignment collection | The list of group assignments for the device configuration profile Inherited from deviceEnrollmentConfiguration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windows10EnrollmentCompletionPageConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"allowNonBlockingAppInstallation": true
}