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
Properties
DisplayName
Gets or sets the display name of the target.
public string DisplayName { get; set; }
Property Value
FullName
Gets the full name of the target.
[Browsable(false)]
public string FullName { get; }
Property Value
NativeIdentifier
Gets or sets the internal native identifier.
public Guid NativeIdentifier { get; set; }
Property Value
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
otherEntraConditionalAccessPolicyIdentifiedTargetThe 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.