Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.18 KB

remove-principals.mdx

File metadata and controls

43 lines (30 loc) · 1.18 KB
layout page_title description
docs
roles remove-principals - Command
The "roles remove-principals" command lets you remove principals from a role. Principals can be users or groups.

roles remove-principals

Command: roles remove-principals

The roles remove-principals command lets you remove principals from a role. Principals can be users or groups. You can specify multiple principals per role.

Example

This example removes the principals sg_1234567890 from a role with the ID r_1234567890:

$ boundary roles remove-principals -id r_1234567890 -principal sg_1234567890

Usage

$ boundary roles remove-principals [options] [args]

Command options

  • -id=<string> - The ID of the role you want to remove principals from.
  • -principal=<string> - The principals you want to remove from the role. Principals can be users or groups. You can optionally specify multiple principals per role.
  • -version=<int> The version of the role to remove principals from. If you do not specify a version, the command performs a check-and-set automatically.

@include 'cmd-option-note.mdx'