TExternalReconciler.Resolve Method
Runs the full default policy: FindExisting, then Provision when AllowAutoProvision is enabled. Returns nil when nothing matched and provisioning is disabled.
Syntax
Unit: Sphinx.ExternalReconciler
function TExternalReconciler.Resolve(out Provisioned: Boolean): TUser;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| out | Provisioned | Boolean | Set to True when a new user was created. |