security iam role modify

Updates the Identities such as Users, Groups of a Custom Role

Syntax

IMPORTANT
This operation is only supported on primary cluster group.
The iam role modify command updates the Identities such as Users, Groups of a Custom Role.
maprcli security iam role modify -name <Role Name> -desc <Description Message>
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'"
        ]
}