ResourceConsistencyType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Configuration of consistency mechanisms. This may include configuration of high-level operation retries and similar technical configuration.
Item Summary  
Name Type Multiplicity Description
avoidDuplicateValues property
boolean
[0,1] When set to true, midPoint will try to avoid adding attribute values that are already there and remove values that are not there. 
shadowConstraintsCheck property
ShadowCheckType
[0,1] Shadow constraint uniqueness setting. 
useProposedShadows property
boolean
[0,1] If set to true then midPoint will try to create shadows in "proposed" lifecycle state even before an operation is executed. 
recordPendingOperations property
RecordPendingOperationsType
[0,1] TODO See also avoidDuplicateOperations and useProposedShadows properties. 
avoidDuplicateOperations property
boolean
[0,1] When set to true, midPoint will try to avoid executing duplication operations on the resource. 
operationGroupingInterval property
duration
[0,1] Turns on operation grouping feature and specifies a grouping interval. 
validateSchema property
boolean
[0,1] If set to true then midPoint will validate the schema of objects that leave and enter midPoint by the connectors. 
caseIgnoreAttributeNames property
boolean
[0,1] If set to true then midPoint will ignore the case of the attribute names. 
discovery property
boolean
[0,1]  
connectorErrorCriticality container
ErrorSelectorType
[0,1] Specifies a method that midPoint will use to evaluate criticality of errors: which errors are considered to be critical (stops the operation) and which error are non-critical (operation continues). 
pendingOperationGracePeriod property
duration
[0,1] Duration for which the completed asynchronous operations that are kept in the shadow objects are considered during computation. 
pendingOperationRetentionPeriod property
duration
[0,1] Duration for which the completed asynchronous operations will be kept in the shadow objects. 
operationRetryPeriod property
duration
[0,1] Duration for which the system will wait before re-trying failed operation. 
operationRetryMaxAttempts property
int
[0,1] Maximum number of attempts to re-try a failed operation. 
deadShadowRetentionPeriod property
duration
[0,1] Duration for which the system will keep dead shadows. 
reshreshOnRead property
boolean
[0,1] If set to true then midPoint will always refresh shadow when it is retrieved.