security iam role
You can use iam role
command perform various operations related all
work-flows of IAM Custom Roles (IAM).
Syntax
maprcli security iam role
Example
maprcli security iam role -help
security iam role
create
-name <Role Name>
[ -desc <Role Description> ]
[ -cluster <Cluster Name> ]
modify
-name <Role Name>
-desc <Role Description>
[ -cluster <Cluster Name> ]
remove
-name <Role Name>
[ -cluster <Cluster Name> ]
info
-name <Role Name>
[ -cluster <Cluster Name> ]
list
[ -cluster <Cluster Name> ]
[ -limit <Limit>. default: 2147483647 ]
[ -start <Start>. default: 0 ]
attach
-name <Role Name>
[ -users <List of Users> ]
[ -groups <List of Groups> ]
detach
-name <Role Name>
[ -users <List of Users> ]
[ -groups <List of Groups> ]
See the specific page of the respective command for details, listed as follows: