Class EntraConditionalAccessPolicyPersistentBrowser
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the persistent browser session control of an Entra directory conditional access policy.
public class EntraConditionalAccessPolicyPersistentBrowser : GlobalSerializableBase
- Inheritance
-
EntraConditionalAccessPolicyPersistentBrowser
Constructors
EntraConditionalAccessPolicyPersistentBrowser()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyPersistentBrowser class.
public EntraConditionalAccessPolicyPersistentBrowser()
Properties
IsEnabled
Gets or sets whether the persistent browser session control is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
Mode
Gets or sets the persistent browser mode.
public EntraConditionalAccessPolicyPersistentBrowserMode Mode { get; set; }
Property Value
ModeString
Gets the mode as a human readable string.
public string ModeString { get; set; }
Property Value
Methods
ToString()
Returs the persistent browser settings as a human readable string.
public override string ToString()
Returns
- string
The persistent browser settings as a human readable string.