| RoleAssignmentSetRoleAssignmentsStatus Method |
Method sets that status of a number of referred role assignments.
The action object must have:
- a reference property with role assignment objects.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | |
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 SetRoleAssignmentsStatus(
CodeMethodInvokeContext context,
string roleAssignmentsPropertySysName,
string status
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- roleAssignmentsPropertySysName
- Type: SystemString
System name of a MV reference property present on the action object, used for specifying role assignment data objects.
- status
- Type: SystemString
Specifies the new status value.
Can be either: pending, active, rejected, obsolete, disabled or locked.
Status is case-insensitive.
See Also