Class EntraDirectoryApplication
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra directory application.
public class EntraDirectoryApplication : GlobalSerializableClassicBase, IComparable<EntraDirectoryApplication>
- Inheritance
-
EntraDirectoryApplication
- Implements
Constructors
EntraDirectoryApplication()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryApplication class.
public EntraDirectoryApplication()
Properties
ApplicationIdentifier
Gets or sets the application identifier in GUID format.
public Guid ApplicationIdentifier { get; set; }
Property Value
Credentials
Gets or sets the credentials assigned to the application.
public EntraDirectoryApplicationCredentials Credentials { get; set; }
Property Value
DisplayName
Gets or sets the display name of the application.
public string DisplayName { get; set; }
Property Value
Identifier
Gets or sets the object identifier of the application.
public Guid Identifier { get; set; }
Property Value
Methods
CompareTo(EntraDirectoryApplication)
Compares two CENTREL.XIA.Configuration.Types.EntraDirectoryApplication objects to allow sorting alphabetically by display name.
public int CompareTo(EntraDirectoryApplication other)
Parameters
other
EntraDirectoryApplicationThe CENTREL.XIA.Configuration.Types.EntraDirectoryApplication to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraDirectoryApplication objects.
ToString()
Returns the display name of the application.
public override string ToString()
Returns
- string
The display name of the application.