Skip to content

Commit

Permalink
Update SettingsCustomRoles.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed May 29, 2024
1 parent 551ae1d commit 17dcf39
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ const SettingsCustomRoles = () => {
<CippOffcanvas
visible={offcanvasVisible}
hideFunction={() => setOffcanvasVisible(false)}
title={`${cat}.${obj}`}
title="Permission Info"
placement="end"
size="lg"
>
<h4 className="mt-2">{`${cat}.${obj}`}</h4>
<p>
Listed below are the available API endpoints based on permission level, ReadWrite level
includes endpoints under Read.
Expand Down Expand Up @@ -222,7 +223,8 @@ const SettingsCustomRoles = () => {
<>
<p className="me-1">
Custom roles can be used to restrict permissions for users with the 'editor' or 'readonly'
roles in CIPP. They can be limited to a subset of tenants and API permissions.
roles in CIPP. They can be limited to a subset of tenants and API permissions. To restrict
direct API access, create a role with the name 'CIPP-API'.
</p>
<p className="small">
NOTE: The custom role must be added to the user in SWA in conjunction with the base role.
Expand Down

0 comments on commit 17dcf39

Please sign in to comment.