authzs_list()#
Retrieve the list of authorization levels.
Prototype
PUBLIC json_t *authzs_list(void);
Parameters
Key |
Type |
Description |
|---|---|---|
(none) |
(none) |
This function does not take any parameters. |
Return Value
Returns a json_t * array containing the list of authorization levels.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples