-
Notifications
You must be signed in to change notification settings - Fork 11
User Assignable Roles
These commands allow users to assign and remove roles for themselves.
Command: iamconfig
Aliases: None
Preconditions: Administrator
Required Context: None
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.