Table of Contents

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

EntraCloudSyncSettings

OnPremisesSync

Gets or sets the organization level on-premises sync settings.

public EntraConnectOnPremisesSyncSettings OnPremisesSync { get; set; }

Property Value

EntraConnectOnPremisesSyncSettings

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraConnectSettings class from the specified XML.

public static EntraConnectSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraConnectSettings

A CENTREL.XIA.Configuration.Types.EntraConnectSettings class.