gobj_get_global_authz_table()#
Retrieves the global authorization table, which defines the available authorization levels and their corresponding permissions.
Prototype
const sdata_desc_t *gobj_get_global_authz_table(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
A pointer to a sdata_desc_t structure representing the global authorization table.
Notes
The returned table contains predefined authorization levels such as __read_attribute__, __write_attribute__, and __execute_command__, among others.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples