Table of Contents

Enum EntraCloudSyncConfigurationType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The status of an Entra Cloud Sync configuration type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraCloudSyncConfigurationType

Fields

ActiveDirectoryToEntra = 1

The configuration type is "AD to Microsoft Entra ID"

EntraToActiveDirectory = 2

The configuration type is "Microsoft Entra ID to AD"

Unknown = 0

The configuration type is unknown.