RoleList
Role List
A page of the roles available to be assigned in Installer, as returned by GET /iam/roles.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"role": "string",
"display_name": "string"
}
]
}