Class EntraGroupOnPremisesSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the on-premises settings for an Entra directory group.
public class EntraGroupOnPremisesSettings : BypassSection
- Inheritance
-
EntraGroupOnPremisesSettings
- Inherited Members
Constructors
EntraGroupOnPremisesSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraGroupOnPremisesSettings class.
public EntraGroupOnPremisesSettings()
Properties
DomainName
Gets or sets the domain name.
public string DomainName { get; set; }
Property Value
LastSyncDateTime
Gets or sets the date and time that the group last synced with the on-premises directory.
public DateTime LastSyncDateTime { get; set; }
Property Value
SamAccountName
Gets or sets the SAM account name of the group.
public string SamAccountName { get; set; }
Property Value
SecurityIdentifier
Gets or sets the on-premises security identifier of the group.
public string SecurityIdentifier { get; set; }
Property Value
Methods
ToString()
Returns the SAM account name of the group.
public override string ToString()
Returns
- string
The SAM account name of the group.