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.
Enrollment status screen setting
Properties
Property | Type | Description |
---|---|---|
hideInstallationProgress | Boolean | Show or hide installation progress to user |
allowDeviceUseBeforeProfileAndAppInstallComplete | Boolean | Allow or block user to use device before profile and app installation complete |
blockDeviceSetupRetryByUser | Boolean | Allow the user to retry the setup on installation failure |
allowLogCollectionOnInstallFailure | Boolean | Allow or block log collection on installation failure |
customErrorMessage | String | Set custom error message to show upon installation failure |
installProgressTimeoutInMinutes | Int32 | Set installation progress timeout in minutes |
allowDeviceUseOnInstallFailure | Boolean | Allow the user to continue using the device on installation failure |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsEnrollmentStatusScreenSettings",
"hideInstallationProgress": true,
"allowDeviceUseBeforeProfileAndAppInstallComplete": true,
"blockDeviceSetupRetryByUser": true,
"allowLogCollectionOnInstallFailure": true,
"customErrorMessage": "String",
"installProgressTimeoutInMinutes": 1024,
"allowDeviceUseOnInstallFailure": true
}