Enum EntraCloudSyncAttributeMappingFlowType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Entra Cloud Sync attribute mapping flow type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraCloudSyncAttributeMappingFlowType
Fields
Always = 1The attribute mapping flow type is always.
AttributeAddOnly = 5The attribute mapping flow type is only if no current value exists.
MultiValueAddOnly = 3The attribute mapping flow type is only when the change is adding new values to a multi-valued attribute.
ObjectAddOnly = 2The attribute mapping flow type is only during object creation.
Unknown = 0The attribute mapping flow type is unknown.
ValueAddOnly = 4The attribute mapping flow type is only when a value is added.