security iam role modify

The security iam role modify updates the description of a custom role .

Syntax

CLI
IMPORTANT
This operation is supported only on primary cluster group.
maprcli security iam role modify -name <Role Name> -desc <Description Message>

Parameters

Parameter Description
name (Required) Name of the role.
desc (Required) Description of the role.
cluster (Optional) Name of the cluster.

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'"
        ]
}