Enum EntraCloudSyncAttributeMappingSourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Entra Cloud Sync attribute mapping source type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraCloudSyncAttributeMappingSourceType
Fields
Constant = 3The attribute mapping source type is constant.
Direct = 2The attribute mapping source type is direct.
Expression = 4The attribute mapping source type is expression.
None = 1The attribute mapping source type is none.
Unknown = 0The attribute mapping source type is unknown.