| title | conditionalAccessDeviceStates resource type |
|---|---|
| description | Represents device states in the policy scope. |
| ms.localizationpriority | medium |
| author | SanDeo-MSFT |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents device states in the policy scope.
| Property | Type | Description |
|---|---|---|
| includeStates | String collection | States in the scope of the policy. All is the only allowed value. |
| excludeStates | String collection | States excluded from the scope of the policy. Possible values: Compliant, DomainJoined. |
None.
The following JSON representation shows the resource type.
{
"includeStates": [ "String" ],
"excludeStates": [ "String" ]
}