RoleListResponse
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RoleListResponse.jsonroles object[]required
Array [
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/Role.jsoncreatedAtdate-timerequired
descriptionstringrequired
idstringrequired
isActivebooleanrequired
isSystembooleanrequired
namestringrequired
permissionsstring[]nullablerequired
tenantIdstringrequired
updatedAtdate-timerequired
]
RoleListResponse
{
"$schema": "https://example.com/schemas/RoleListResponse.json",
"roles": "Unknown Type: array,null"
}