Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.7 KB

File metadata and controls

59 lines (45 loc) · 1.7 KB
title cloudAppSecuritySessionControl resource type
description Session control used to enforce cloud app security checks.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

cloudAppSecuritySessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control used to enforce cloud app security checks. Inehrits from Conditional Access Session Control.

Properties

Property Type Description
isEnabled Boolean Specifies whether the session control is enabled.
cloudAppSecurityType cloudAppSecuritySessionControlType The possible values are: mcasConfigured, monitorOnly, blockDownloads. To learn more about these values, Deploy Conditional Access App Control for featured apps.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isEnabled": true,
  "cloudAppSecurityType": "String"
}