List resources in a permission set
permission_sets_list_resources(
id,
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
An array containing the following fields:
integer, The ID for the permission set this resource belongs to.
string, The name of this resource.
string, A description of this resource.
string,
string,
integer required. The ID for this permission set.
integer optional. Number of results to return. Defaults to 50. Maximum allowed is 1000.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to name. Must be one of: name, id, updated_at, created_at.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.