security iam role info

Provides detailed information about a specific Custom Role.

Syntax

CLI
maprcli security iam role info -name <Role Name>

Parameters

Parameter Description
name Name of the Role.
cluster Name of the Cluster.
Example:
maprcli security iam role info -name engineering -json
{
        "timestamp":1725885213163,
        "timeofday":"2024-09-09 05:33:33.163 GMT-0700 AM",
        "status":"OK",
        "total":1,
        "data":[
                {
                        "name":"engineering",
                        "id":8,
                        "description":"An engineering role",
                        "identities":{
                                "users":"keycloakuser1,user2",
                                "groups":"fabric-manager"
                        }
                }
        ]
}