Skip to main content

managed_devices_with_app_failures

Creates, updates, deletes, gets or lists a managed_devices_with_app_failures resource.

Overview

Namemanaged_devices_with_app_failures
TypeResource
Identra_id.users.managed_devices_with_app_failures

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectuser_idRetrieves the list of devices with failed apps

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
user_idstringThe unique identifier of user

SELECT examples

Retrieves the list of devices with failed apps

SELECT
*
FROM entra_id.users.managed_devices_with_app_failures
WHERE user_id = '{{ user_id }}' -- required
;