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 = 1The configuration type is "AD to Microsoft Entra ID"
EntraToActiveDirectory = 2The configuration type is "Microsoft Entra ID to AD"
Unknown = 0The configuration type is unknown.