Class EntraConnectOnPremisesSyncSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the organization on-premises sync settings for an Entra directory.
public class EntraConnectOnPremisesSyncSettings : BaseTypeSection
- Inheritance
-
EntraConnectOnPremisesSyncSettings
Constructors
EntraConnectOnPremisesSyncSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConnectOnPremisesSyncSettings class.
public EntraConnectOnPremisesSyncSettings()
Properties
Enabled
Gets or sets whether on-premises sync is enabled for the organization.
public BooleanOption Enabled { get; set; }
Property Value
LastPasswordSyncDateTime
Gets or sets the last password sync date and time.
public DateTime LastPasswordSyncDateTime { get; set; }
Property Value
LastSyncDateTime
Gets or sets the password sync date and time.
public DateTime LastSyncDateTime { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraConnectOnPremisesSyncSettings class from the specified XML.
public static EntraConnectOnPremisesSyncSettings FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraConnectOnPremisesSyncSettings
A CENTREL.XIA.Configuration.Types.EntraConnectOnPremisesSyncSettings class.
ToString()
Returns the on-premises sync settings as a human readable string.
public override string ToString()
Returns
- string
The on-premises sync settings as a human readable string.