Table of Contents

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

DateTime

DisplayName

Gets or sets the display name of the conditional access named location.

public string DisplayName { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the conditional access named location.

public Guid Identifier { get; set; }

Property Value

Guid

LocationTypeDisplayName

Gets the display name of the location type.

public abstract string LocationTypeDisplayName { get; set; }

Property Value

string

ModifiedDateTime

Gets or sets the date and time the named location was last modified.

public DateTime ModifiedDateTime { get; set; }

Property Value

DateTime

Methods

CompareTo(EntraConditionalAccessNamedLocationBase)

Compares two CENTREL.XIA.Configuration.Types.EntraConditionalAccessNamedLocationBase objects to allow sorting alphabetically by display name.

public int CompareTo(EntraConditionalAccessNamedLocationBase other)

Parameters

other EntraConditionalAccessNamedLocationBase

The 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.