{
"object": "list",
"data": [
{
"id": "string",
"name": "string",
"permissions": [
"string"
],
"resource_type": "string",
"predefined_role": true,
"description": "string",
"created_at": 0,
"updated_at": 0,
"created_by": "string",
"created_by_user_obj": {
"property1": "string",
"property2": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"assignment_sources": [
{
"principal_id": "string",
"principal_type": "string"
}
]
}
],
"has_more": true,
"next": "string"
}