finspacedata_update_permission_group {paws.storage} | R Documentation |
Modifies the details of a permission group
Description
Modifies the details of a permission group. You cannot modify a permissionGroupID
.
See https://www.paws-r-sdk.com/docs/finspacedata_update_permission_group/ for full documentation.
Usage
finspacedata_update_permission_group(
permissionGroupId,
name = NULL,
description = NULL,
applicationPermissions = NULL,
clientToken = NULL
)
Arguments
permissionGroupId |
[required] The unique identifier for the permission group to update. |
name |
The name of the permission group. |
description |
A brief description for the permission group. |
applicationPermissions |
The permissions that are granted to a specific group for accessing the FinSpace application. When assigning application permissions, be aware that the permission
|
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |