permission_sets_list_resources {civis} | R Documentation |
List resources in a permission set
Description
List resources in a permission set
Usage
permission_sets_list_resources(
id,
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
Arguments
id |
integer required. The ID for this permission set. |
limit |
integer optional. Number of results to return. Defaults to 50. Maximum allowed is 1000. |
page_num |
integer optional. Page number of the results to return. Defaults to the first page, 1. |
order |
string optional. The field on which to order the result set. Defaults to name. Must be one of: name, id, updated_at, created_at. |
order_dir |
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
Value
An array containing the following fields:
permissionSetId |
integer, The ID for the permission set this resource belongs to. |
name |
string, The name of this resource. |
description |
string, A description of this resource. |
createdAt |
string, |
updatedAt |
string, |
[Package civis version 3.1.2 Index]