Table of Contents

Class EntraConditionalAccessPolicySimpleTarget

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 EntraConditionalAccessPolicySimpleTarget : GlobalSerializableBase, IComparable<EntraConditionalAccessPolicySimpleTarget>
Inheritance
EntraConditionalAccessPolicySimpleTarget
Implements

Constructors

EntraConditionalAccessPolicySimpleTarget()

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

public EntraConditionalAccessPolicySimpleTarget()

EntraConditionalAccessPolicySimpleTarget(string, string)

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

public EntraConditionalAccessPolicySimpleTarget(string nativeIdentifier, string displayName)

Parameters

nativeIdentifier string

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

NativeIdentifier

Gets or sets the internal native identifier.

public string NativeIdentifier { get; set; }

Property Value

string

Methods

CompareTo(EntraConditionalAccessPolicySimpleTarget)

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

public int CompareTo(EntraConditionalAccessPolicySimpleTarget other)

Parameters

other EntraConditionalAccessPolicySimpleTarget

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

Returns

int

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

ToString()

Returns the target as a human readable string.

public override string ToString()

Returns

string

The target as a human readable string.