| AccessRequestIntegrationControllerExportAllAccessRequests Method |
Parses all access approvals
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Task ExportAllAccessRequests(
int daysInHistory
)
Parameters
- daysInHistory
- Type: SystemInt32
number of days in history to look for surveys
Return Value
Type:
TaskTask allowing to await completion
See Also