Click or drag to resize

IdentityIsIdentityProvisioned Method

Checks that the identity has been created in the target system based on status returned to the Identity object from MIM Sync. To be used in a condition for checking that the Identity is created in the target system. Allowing the process to continue when the identity is available.
Codemethod usageThe CodeMethod is typically used in a Condition for a process to wait for the provisioning of an account.
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type)Object type with reference to an Identity.

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public bool IsIdentityProvisioned(
	CodeMethodInvokeContext context,
	string identityReferencePropertySysName,
	string identitySetPropertyToCheckSysName,
	string setPropertyValueUIDStr
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
identityReferencePropertySysName
Type: SystemString
Reference to identity master object
identitySetPropertyToCheckSysName
Type: SystemString
Property to check for provisioning status in.
setPropertyValueUIDStr
Type: SystemString
UID of set property value of identitySetPropertyToCheckSysName to check against.

Return Value

Type: Boolean
True if the Identity has been provisioned
See Also