Skip to content

User Assignable Roles

jsh edited this page Sep 27, 2020 · 1 revision

These commands allow users to assign and remove roles for themselves.

Command group

Command: iamconfig
Aliases: None
Preconditions: Administrator
Required Context: None

Commands

Command: iam <roleName>
Aliases: None
Preconditions: None
Parameters: <roleName> - The name of the role to add;
Description: Join a role.
Expected Result: You are given the specified joinable role.

Command: iamnot <roleName>
Aliases: None
Preconditions: None
Parameters: <roleName> - The name of the role to remove;
Description: Remove a role.
Expected Result: You no longer have the specified joinable role.

Command: iamconfig add <roleName>
Aliases: None
Preconditions: None
Parameters: <roleName> - The name of the role;
Description: Configure a role as joinable.
Expected Result: The specified role is now joinable by using the iam/iamnot commands.

Command: iamconfig remove <roleName>
Aliases: None
Preconditions: None
Parameters: <roleName> - The name of the role;
Description: Configure a role to no longer be joinable.
Expected Result: The specified role is no longer joinable by using the iam/iamnot commands.

Clone this wiki locally