Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.36 KB

conditionalaccessdevicestates.md

File metadata and controls

59 lines (45 loc) · 1.36 KB
title description ms.localizationpriority author ms.subservice doc_type
conditionalAccessDeviceStates resource type
Represents device states in the policy scope.
medium
SanDeo-MSFT
entra-sign-in
resourcePageType

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 is a JSON representation of the resource.

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