Updating a group
Depending on your IdP setup in CDP, you can enable or disable the Sync Membership option for a group.
Before you begin
To manage CDP groups, you must have the PowerUser role.Steps
Management Console UI
- Sign in to the CDP console.
- From the CDP home page, click Management Console.
- In the User Management section of the side navigation panel,
click Groups.
The Groups page displays the list of the available CDP groups.
- From the context menu to the right of the desired group, click Update Group.
- Select or deselect the Sync Membership checkbox.
- Click Update.
CLI
Depending on your requirement can use either of the following parameters with thecdp iam update-group
command to
update a
group:cdp iam update-group \
--group-name<value> \
--sync-membership-on-user-login
OR
cdp iam update-group \
--group-name <value> \
--no-sync-membership-on-user-login