conditionalAccessSessionControls resource type

Namespace: microsoft.graph

Represents session controls that are enforced after sign-in. All the session controls inherit from conditionalAccessSessionControl.

Properties

Property Type Description
applicationEnforcedRestrictions applicationEnforcedRestrictionsSessionControl Session control to enforce application restrictions. Only Exchange Online and Sharepoint Online support this session control.
cloudAppSecurity cloudAppSecuritySessionControl Session control to apply cloud app security.
disableResilienceDefaults Boolean Session control that determines whether it is acceptable for Microsoft Entra ID to extend existing sessions based on information collected prior to an outage or not.
persistentBrowser persistentBrowserSessionControl Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly.
signInFrequency signInFrequencySessionControl Session control to enforce signin frequency.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "applicationEnforcedRestrictions": {"@odata.type": "microsoft.graph.applicationEnforcedRestrictionsSessionControl"},
  "cloudAppSecurity": {"@odata.type": "microsoft.graph.cloudAppSecuritySessionControl"},
  "disableResilienceDefaults": false,
  "persistentBrowser": {"@odata.type": "microsoft.graph.persistentBrowserSessionControl"},
  "signInFrequency": {"@odata.type": "microsoft.graph.signInFrequencySessionControl"}
}