Table of Contents

Class EntraConditionalAccessPolicyIdentifiedTarget

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the target of a condition of an Entra directory conditional access policy.

public class EntraConditionalAccessPolicyIdentifiedTarget : GlobalSerializableBase, IComparable<EntraConditionalAccessPolicyIdentifiedTarget>
Inheritance
EntraConditionalAccessPolicyIdentifiedTarget
Implements

Constructors

EntraConditionalAccessPolicyIdentifiedTarget()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyIdentifiedTarget class.

public EntraConditionalAccessPolicyIdentifiedTarget()

EntraConditionalAccessPolicyIdentifiedTarget(Guid, string)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyIdentifiedTarget class.

public EntraConditionalAccessPolicyIdentifiedTarget(Guid nativeIdentifier, string displayName)

Parameters

nativeIdentifier Guid

The native identifier.

displayName string

The display name.

Properties

DisplayName

Gets or sets the display name of the target.

public string DisplayName { get; set; }

Property Value

string

FullName

Gets the full name of the target.

[Browsable(false)]
public string FullName { get; }

Property Value

string

NativeIdentifier

Gets or sets the internal native identifier.

public Guid NativeIdentifier { get; set; }

Property Value

Guid

Methods

CompareTo(EntraConditionalAccessPolicyIdentifiedTarget)

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

public int CompareTo(EntraConditionalAccessPolicyIdentifiedTarget other)

Parameters

other EntraConditionalAccessPolicyIdentifiedTarget

The CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyIdentifiedTarget to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyIdentifiedTarget objects.

ToString()

Returns the target as a human readable string.

public override string ToString()

Returns

string

The target as a human readable string.