security iam role modify
Updates the Identities such as Users, Groups of a Custom Role.
Syntax
- CLI
-
IMPORTANTThis operation is only supported on primary cluster group.
maprcli security iam role modify -name <Role Name> -desc <Description Message>
Parameters
Parameter | Description |
---|---|
name |
Name of the Role. |
users |
Name of the User. |
groups |
Name of the Group. |
Example
maprcli security iam role modify -name Eng -desc "Dev Engineers" -json
{
"timestamp":1726571720425,
"timeofday":"2024-09-17 04:15:20.425 GMT-0700 AM",
"status":"OK",
"total":0,
"data":[
],
"messages":[
"Successfully modified the role 'Eng'"
]
}