Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.39 KB

File metadata and controls

41 lines (33 loc) · 1.39 KB
title globalSecureAccessFilteringProfileSessionControl resource type
description Session control to link to a Global Secure Access security profile or filtering profile.
ms.localizationpriority medium
author fgomulka
ms.subservice entra-global-secure-access
doc_type resourcePageType
ms.date 04/01/2025

globalSecureAccessFilteringProfileSessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control to link to a Global Secure Access security profile or filtering profile. Inherits from conditionalAccessSessionControl.

Properties

Property Type Description
isEnabled Boolean Specifies whether the session control is enabled. Inherited from conditionalAccessSessionControl.
profileId String Specifies the distinct identifier that is assigned to the security profile or filtering profile.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.globalSecureAccessFilteringProfileSessionControl",
  "isEnabled": "Boolean"
}