permission_sets_post_resources {civis} | R Documentation |
Create a resource in a permission set
permission_sets_post_resources(id, name, description = NULL)
id |
integer required. The ID for this permission set. |
name |
string required. The name of this resource. |
description |
string optional. A description of this resource. |
A list containing the following elements:
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, |