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. |
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime,AVals:2
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime,AVals:2
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Turns on operation grouping feature and specifies a grouping interval.
Operation grouping is feature that groups several operations on a resource
into a single operation. This can be used in case midPoint creates a lot of
small operations. But we want to group all of them into a single big operation.
This means that small operations are delayed for a specified interval. Then
all the operations are grouped into a single operation and executed at once.
This approach slightly delays the operations. But it may be huge advantage for
resources where the operations are costly (manual resources, slow resources).
This parameter specifies a maximum interval between the operation is requested
and the operation is started. First operation will be postponed for the specified
interval. When the interval is over the operation will be executed. All the
operations that have accumulated during the interval will be grouped together
and executed.
Note: provisioning propagation task must be running to execute the operations.
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]