security iam role
Describes maprcli command to initiate tasks for the specified resource.
Syntax
You can use iam role
command perform various operations related all
work-flows of IAM Custom Roles (IAM).
maprcli security iam role
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 respective links of a particular command for details.