gclass_authz_desc()

gclass_authz_desc()#

Retrieves the authorization descriptor table for a given gclass. The descriptor table defines the access control list (ACL) for the gclass.

Prototype

const sdata_desc_t *gclass_authz_desc(
    hgclass gclass
);

Parameters

Key

Type

Description

gclass

hgclass

The gclass whose authorization descriptor table is to be retrieved.


Return Value

A pointer to the sdata_desc_t structure representing the authorization descriptor table of the gclass. Returns NULL if the gclass is invalid.

Notes

This function is useful for inspecting the access control definitions of a gclass.

Prototype

// Not applicable in JS

Prototype

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