View source: R/finspacedata_operations.R
finspacedata_update_permission_group | R Documentation |
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.
finspacedata_update_permission_group(
permissionGroupId,
name = NULL,
description = NULL,
applicationPermissions = NULL,
clientToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.