| RoleAssignmentPopulateIdentityRoleAssignments Method |
This code method poupulates an identity's role assignments onto a reference property and applies
the view filters based on the reference property view filter.
Codemethod usage | |
---|
Designed to be used in a process only | yes |
Action Object (data object type) | Any |
Security | Overridden |
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 PopulateIdentityRoleAssignments(
CodeMethodInvokeContext context,
string identityRefPropSysName,
string roleAsgnPropSysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- identityRefPropSysName
- Type: SystemString
Reference property system name referring to the identity for which the role assignment are to be populated - roleAsgnPropSysName
- Type: SystemString
Reference property system on which the result would be populated, the properties view filters are also used to filter role assignment.
See Also