forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_forcedUser
Simon Bennetts edited this page Dec 4, 2017
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
isForcedUserModeEnabled | view | Returns 'true' if 'forced user' mode is enabled, 'false' otherwise | |
getForcedUser | view | contextId* | Gets the user (ID) set as 'forced user' for the given context (ID) |
setForcedUser | action | contextId* userId* | Sets the user (ID) that should be used in 'forced user' mode for the given context (ID) |
setForcedUserModeEnabled | action | boolean* | Sets if 'forced user' mode should be enabled or not |
Starred parameters are mandatory
Back to index