Class EntraCloudSyncSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Cloud Sync settings for an Entra directory.
public class EntraCloudSyncSettings : BypassSection
- Inheritance
-
EntraCloudSyncSettings
- Inherited Members
Constructors
EntraCloudSyncSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncSettings class.
public EntraCloudSyncSettings()
Properties
Agents
Gets or sets the configured Cloud Sync agents.
public EntraCloudSyncAgents Agents { get; set; }
Property Value
Configurations
Gets or sets the Cloud Sync configurations.
public EntraCloudSyncConfigurations Configurations { get; set; }
Property Value
Enabled
Gets or sets whether Cloud Sync is enabled for the organization.
public BooleanOption Enabled { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraCloudSyncSettings class from the specified XML.
public static EntraCloudSyncSettings FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraCloudSyncSettings
A CENTREL.XIA.Configuration.Types.EntraCloudSyncSettings 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.