| RoleApprovalProcessLaunchParameters Constructor |
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic RoleApprovalProcessLaunchParameters(
int requestorId,
string reason,
int originId,
DataObjects roleAssignments,
int step1ApprovalProcessTemplateId,
int step2ApprovalProcessTemplateId
)
Parameters
- requestorId
- Type: SystemInt32
UserId of the user who has requested the role assignments.
- reason
- Type: SystemString
- originId
- Type: SystemInt32
The ID of the request object - roleAssignments
- Type: Omada.OE.ModelDataObjects
- step1ApprovalProcessTemplateId
- Type: SystemInt32
- step2ApprovalProcessTemplateId
- Type: SystemInt32
See Also