Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users only, or none
Source:R/connect_operations.R
connect_update_workspace_visibility.RdUpdates the visibility setting of a workspace, controlling whether it is available to all users, assigned users only, or none.
See https://www.paws-r-sdk.com/docs/connect_update_workspace_visibility/ for full documentation.
Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- WorkspaceId
[required] The identifier of the workspace.
- Visibility
[required] The visibility setting for the workspace. Valid values are:
ALL(available to all users),ASSIGNED(available only to assigned users and routing profiles), andNONE(not visible to any users).