Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Modifies the details of a permission group. You cannot modify a
permissionGroupID
.
Synopsis
- data UpdatePermissionGroup = UpdatePermissionGroup' {}
- newUpdatePermissionGroup :: Text -> UpdatePermissionGroup
- updatePermissionGroup_applicationPermissions :: Lens' UpdatePermissionGroup (Maybe [ApplicationPermission])
- updatePermissionGroup_clientToken :: Lens' UpdatePermissionGroup (Maybe Text)
- updatePermissionGroup_description :: Lens' UpdatePermissionGroup (Maybe Text)
- updatePermissionGroup_name :: Lens' UpdatePermissionGroup (Maybe Text)
- updatePermissionGroup_permissionGroupId :: Lens' UpdatePermissionGroup Text
- data UpdatePermissionGroupResponse = UpdatePermissionGroupResponse' {}
- newUpdatePermissionGroupResponse :: Int -> UpdatePermissionGroupResponse
- updatePermissionGroupResponse_permissionGroupId :: Lens' UpdatePermissionGroupResponse (Maybe Text)
- updatePermissionGroupResponse_httpStatus :: Lens' UpdatePermissionGroupResponse Int
Creating a Request
data UpdatePermissionGroup Source #
See: newUpdatePermissionGroup
smart constructor.
UpdatePermissionGroup' | |
|
Instances
newUpdatePermissionGroup Source #
Create a value of UpdatePermissionGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdatePermissionGroup
, updatePermissionGroup_applicationPermissions
- 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.
CreateDataset
– Group members can create new datasets.ManageClusters
– Group members can manage Apache Spark clusters from FinSpace notebooks.ManageUsersAndGroups
– Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.ManageAttributeSets
– Group members can manage attribute sets.ViewAuditData
– Group members can view audit data.AccessNotebooks
– Group members will have access to FinSpace notebooks.GetTemporaryCredentials
– Group members can get temporary API credentials.
$sel:clientToken:UpdatePermissionGroup'
, updatePermissionGroup_clientToken
- A token that ensures idempotency. This token expires in 10 minutes.
UpdatePermissionGroup
, updatePermissionGroup_description
- A brief description for the permission group.
UpdatePermissionGroup
, updatePermissionGroup_name
- The name of the permission group.
UpdatePermissionGroup
, updatePermissionGroup_permissionGroupId
- The unique identifier for the permission group to update.
Request Lenses
updatePermissionGroup_applicationPermissions :: Lens' UpdatePermissionGroup (Maybe [ApplicationPermission]) Source #
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.
CreateDataset
– Group members can create new datasets.ManageClusters
– Group members can manage Apache Spark clusters from FinSpace notebooks.ManageUsersAndGroups
– Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.ManageAttributeSets
– Group members can manage attribute sets.ViewAuditData
– Group members can view audit data.AccessNotebooks
– Group members will have access to FinSpace notebooks.GetTemporaryCredentials
– Group members can get temporary API credentials.
updatePermissionGroup_clientToken :: Lens' UpdatePermissionGroup (Maybe Text) Source #
A token that ensures idempotency. This token expires in 10 minutes.
updatePermissionGroup_description :: Lens' UpdatePermissionGroup (Maybe Text) Source #
A brief description for the permission group.
updatePermissionGroup_name :: Lens' UpdatePermissionGroup (Maybe Text) Source #
The name of the permission group.
updatePermissionGroup_permissionGroupId :: Lens' UpdatePermissionGroup Text Source #
The unique identifier for the permission group to update.
Destructuring the Response
data UpdatePermissionGroupResponse Source #
See: newUpdatePermissionGroupResponse
smart constructor.
UpdatePermissionGroupResponse' | |
|
Instances
newUpdatePermissionGroupResponse Source #
Create a value of UpdatePermissionGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdatePermissionGroup
, updatePermissionGroupResponse_permissionGroupId
- The unique identifier for the updated permission group.
$sel:httpStatus:UpdatePermissionGroupResponse'
, updatePermissionGroupResponse_httpStatus
- The response's http status code.
Response Lenses
updatePermissionGroupResponse_permissionGroupId :: Lens' UpdatePermissionGroupResponse (Maybe Text) Source #
The unique identifier for the updated permission group.
updatePermissionGroupResponse_httpStatus :: Lens' UpdatePermissionGroupResponse Int Source #
The response's http status code.