authz_get_level_desc()

authz_get_level_desc()#

Retrieve the description of a specific authorization level.

Prototype

PUBLIC const char *authz_get_level_desc(
    const char  *level
);
        

Parameters

Key

Type

Description

level

const char *

The authorization level to retrieve the description for.


Return Value

Returns a string containing the description of the authorization level, or NULL if the level is not found.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples