Class EntraConnectSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Entra Connect settings for an Entra directory.
public class EntraConnectSettings : BypassSection
- Inheritance
-
EntraConnectSettings
- Inherited Members
Constructors
EntraConnectSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConnectSettings class.
public EntraConnectSettings()
Properties
CloudSync
Gets or sets the Cloud Sync settings.
public EntraCloudSyncSettings CloudSync { get; set; }
Property Value
OnPremisesSync
Gets or sets the organization level on-premises sync settings.
public EntraConnectOnPremisesSyncSettings OnPremisesSync { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraConnectSettings class from the specified XML.
public static EntraConnectSettings FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraConnectSettings
A CENTREL.XIA.Configuration.Types.EntraConnectSettings class.