Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.38 KB

File metadata and controls

60 lines (46 loc) · 1.38 KB
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

conditionalAccessDeviceStates resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents device states in the policy scope.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "includeStates": [ "String" ],
  "excludeStates": [ "String" ]
}