Class EntraConditionalAccessNamedLocationBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra directory conditional access named location.
public abstract class EntraConditionalAccessNamedLocationBase : GlobalSerializableBase, IComparable<EntraConditionalAccessNamedLocationBase>
- Inheritance
-
EntraConditionalAccessNamedLocationBase
- Implements
- Derived
Constructors
EntraConditionalAccessNamedLocationBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessNamedLocationBase class.
public EntraConditionalAccessNamedLocationBase()
Properties
CreatedDateTime
Gets or sets the data and time the conditional access named location was created.
public DateTime CreatedDateTime { get; set; }
Property Value
DisplayName
Gets or sets the display name of the conditional access named location.
public string DisplayName { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the conditional access named location.
public Guid Identifier { get; set; }
Property Value
LocationTypeDisplayName
Gets the display name of the location type.
public abstract string LocationTypeDisplayName { get; set; }
Property Value
ModifiedDateTime
Gets or sets the date and time the named location was last modified.
public DateTime ModifiedDateTime { get; set; }
Property Value
Methods
CompareTo(EntraConditionalAccessNamedLocationBase)
Compares two CENTREL.XIA.Configuration.Types.EntraConditionalAccessNamedLocationBase objects to allow sorting alphabetically by display name.
public int CompareTo(EntraConditionalAccessNamedLocationBase other)
Parameters
otherEntraConditionalAccessNamedLocationBaseThe CENTREL.XIA.Configuration.Types.EntraConditionalAccessNamedLocationBase to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraConditionalAccessNamedLocationBase objects.
ToString()
Returns the display name of the conditional access named location.
public override string ToString()
Returns
- string
The display name of the conditional access named location.