| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Session control used to enforce cloud app security checks. Inehrits from Conditional Access Session Control.
| 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. |
None.
The following JSON representation shows the resource type.
{
"isEnabled": true,
"cloudAppSecurityType": "String"
}