Class EntraCloudSyncConfigurationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the settings for an Entra Cloud Sync configuration.
public class EntraCloudSyncConfigurationSettings : GlobalSerializableBase
- Inheritance
-
EntraCloudSyncConfigurationSettings
Constructors
EntraCloudSyncConfigurationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationSettings class.
public EntraCloudSyncConfigurationSettings()
Properties
AccidentalDeletionProtectionEnabled
Gets or sets whether accidental deletion protection is enabled.
public BooleanOption AccidentalDeletionProtectionEnabled { get; set; }
Property Value
AccidentalDeletionThreshold
Gets or sets the accidental deletion threshold.
public int AccidentalDeletionThreshold { get; set; }
Property Value
EmailNotificationsEnabled
Gets or sets whether email notifications are enabled.
public BooleanOption EmailNotificationsEnabled { get; set; }
Property Value
EmailNotificationsRecipient
Gets or sets the email notifications recipient.
public string EmailNotificationsRecipient { get; set; }
Property Value
ExchangeHybridWritebackEnabled
Gets or sets whether Exchange hybrid writeback is enabled.
public BooleanOption ExchangeHybridWritebackEnabled { get; set; }
Property Value
PasswordHashSyncEnabled
Gets or sets whether password hash sync is enabled.
public BooleanOption PasswordHashSyncEnabled { get; set; }