Table of Contents

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 = 1

The attribute mapping flow type is always.

AttributeAddOnly = 5

The attribute mapping flow type is only if no current value exists.

MultiValueAddOnly = 3

The attribute mapping flow type is only when the change is adding new values to a multi-valued attribute.

ObjectAddOnly = 2

The attribute mapping flow type is only during object creation.

Unknown = 0

The attribute mapping flow type is unknown.

ValueAddOnly = 4

The attribute mapping flow type is only when a value is added.