Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CO-2350 Add catalog permissions. #6978

Merged
merged 1 commit into from Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions _docs/_hidden/misc_reference/scim_api_appendix.md
Expand Up @@ -106,6 +106,7 @@ A valid team permission object is a JSON object with the following key-value pai
| Manage Email Settings | `manage_email_settings` |
| Manage Subscription Groups | `manage_subscription_groups` |
| Manage Approval Settings | `manage_approval_settings` |
| Manage Catalogs Dashboard Permission | `manage_catalogs_dashboard_permission` |
{: .reset-td-br-1 .reset-td-br-2}

### Team permission strings {#team}
Expand Down
Expand Up @@ -78,6 +78,7 @@ You can manage user permissions by group or on an individual basis when editing
|Approve and Deny Campaigns| Allows users to approve or deny campaigns. The [approval workflow for campaigns]({{site.baseurl}}/user_guide/engagement_tools/campaigns/managing_campaigns/campaign_approval) must be turned on for this permission to apply. This setting is currently in early access. Contact your account manager if you're interested in participating in the early access. |
| Approve and Deny Canvases| Allows users to approve or deny Canvases. The [approval workflow for Canvases]({{site.baseurl}}/canvas_approval) must be turned on for this permission to apply. |
| View Custom Attributes Marked as PII | Allows this user to view custom attributes that are marked as PII without being an admin. |
| Manage Catalogs Dashboard Permission | Allows users to create and manage catalogs. |
{: .reset-td-br-1 .reset-td-br-2}

## App-by-app user permissions
Expand Down