Table of Contents

Class EntraUserOnPremisesSettings

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

Represents the on-premises settings for an Entra directory user.

public class EntraUserOnPremisesSettings : BypassSection
Inheritance
EntraUserOnPremisesSettings
Inherited Members

Constructors

EntraUserOnPremisesSettings()

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

public EntraUserOnPremisesSettings()

Properties

DomainName

Gets or sets the domain name.

public string DomainName { get; set; }

Property Value

string

LastSyncDateTime

Gets or sets the date and time that the user last synced with the on-premises directory.

public DateTime LastSyncDateTime { get; set; }

Property Value

DateTime

SamAccountName

Gets or sets the SAM account name of the user.

public string SamAccountName { get; set; }

Property Value

string

SecurityIdentifier

Gets or sets the on-premises security identifier of the user.

public string SecurityIdentifier { get; set; }

Property Value

string

Methods

ToString()

Returns the SAM account name of the user.

public override string ToString()

Returns

string

The SAM account name of the user.