View source: R/finspacedata_operations.R
finspacedata_create_permission_group | R Documentation |
Creates a group of permissions for various actions that a user can perform in FinSpace.
See https://www.paws-r-sdk.com/docs/finspacedata_create_permission_group/ for full documentation.
finspacedata_create_permission_group(
name,
description = NULL,
applicationPermissions,
clientToken = NULL
)
name |
[required] The name of the permission group. |
description |
A brief description for the permission group. |
applicationPermissions |
[required] The option to indicate FinSpace application permissions that are granted to a specific group. 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.