| IdentitySetOwnedIdentitiesOnProperty Method |
Populates all identities owned by the specified identity and with one of the specified identity categories,
into a reference property on the target,
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Any |
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void SetOwnedIdentitiesOnProperty(
CodeMethodInvokeContext context,
string ownerPropSysName,
string identityCategUIDs,
string ownedIdentitiesPropSysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- ownerPropSysName
- Type: SystemString
The system name of the property referring the owner for which we need to get the owned identities for - identityCategUIDs
- Type: SystemString
A comma separated list of identity category UIds.
Only identities of this categories will be cosidered. If empty will be ingnored. - ownedIdentitiesPropSysName
- Type: SystemString
The system name of the referece property where the owned identities should be populated.
See Also