freeipa/install/ui/test/data/role_find.json

20 lines
439 B
JSON
Raw Normal View History

{
"error": null,
"id": 0,
"result": {
"count": 1,
"result": [
{
"cn": [
"helpdesk"
],
"description": [
"Helpdesk"
],
"dn": "cn=helpdesk,cn=roles,cn=accounts,dc=example,dc=com"
}
],
"summary": "1 role matched",
"truncated": false
}
}