Click or drag to resize

ProvisioningClaimControllerSaveClaim Method

Creates or updates a provisioning claim. If an identical and non-expired claim already exists then it is *not* updated. This is in order to avoid potential circular provisioning cycles.

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void SaveClaim(
	ProvisioningClaim claim,
	bool onlyReplaceChangedClaimWithQueueClaim = false
)

Parameters

claim
Type: Omada.OE.Solution.OIM.AppLogic.RoPEProvisioningClaim
onlyReplaceChangedClaimWithQueueClaim (Optional)
Type: SystemBoolean
If true, an existing queued claim cannot be overwritten if the hash has changed.
See Also