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