Class EntraConditionalAccessAuthenticationContext
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra directory conditional access authentication context.
public class EntraConditionalAccessAuthenticationContext : GlobalSerializableBase, IComparable<EntraConditionalAccessAuthenticationContext>
- Inheritance
-
EntraConditionalAccessAuthenticationContext
- Implements
Constructors
EntraConditionalAccessAuthenticationContext()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessAuthenticationContext class.
public EntraConditionalAccessAuthenticationContext()
Properties
Description
Gets or sets the description of the conditional access authentication context.
public string Description { get; set; }
Property Value
DisplayName
Gets or sets the display name of the conditional access authentication context.
public string DisplayName { get; set; }
Property Value
FullName
Gets the full name of the authentication context including the display name and native identifier.
[Browsable(true)]
public string FullName { get; }
Property Value
IsAvailable
Gets or sets whether the conditional access authentication context is available.
public BooleanOption IsAvailable { get; set; }
Property Value
NativeIdentifier
Gets or sets the internal identifier of the conditional access authentication context.
public string NativeIdentifier { get; set; }
Property Value
Methods
CompareTo(EntraConditionalAccessAuthenticationContext)
Compares two CENTREL.XIA.Configuration.Types.EntraConditionalAccessAuthenticationContext objects to allow sorting alphabetically by display name.
public int CompareTo(EntraConditionalAccessAuthenticationContext other)
Parameters
otherEntraConditionalAccessAuthenticationContextThe CENTREL.XIA.Configuration.Types.EntraConditionalAccessAuthenticationContext to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraConditionalAccessAuthenticationContext objects.
ToString()
Returns the full name of the conditional access authentication context.
public override string ToString()
Returns
- string
The full name of the conditional access authentication context.