aws.finspace_data.list_permission_groups
Example SQL Queries
SELECT * FROMaws.finspace_data.list_permission_groupsWHERE"max_results" = 'VALUE';Description
Lists all available permission groups in FinSpace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| application_permissions Indicates the permissions that are granted to a specific group for accessing the FinSpace application. When assigning application permissions, be aware that the permission ManageUsersAndGroups allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users.
| VARCHAR[] |
Show child fields
| |
| create_time The timestamp at which the group was created in FinSpace. The value is determined as epoch time in milliseconds. | BIGINT |
| description A brief description for the permission group. | VARCHAR |
| last_modified_time Describes the last time the permission group was updated. The value is determined as epoch time in milliseconds. | BIGINT |
| membership_status Indicates the status of the user within a permission group.
| VARCHAR |
| name The name of the permission group. | VARCHAR |
| permission_group_id The unique identifier for the permission group. | VARCHAR |