List of permission grants.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PermissionGrants", "title": "PermissionGrants", "additionalProperties": false, "description": "List of permission grants.", "properties": { "expand": { "description": "Expand options that include additional permission grant details in the response.", "readOnly": true, "type": "string" }, "permissions": { "description": "Permission grants list.", "items": { "$ref": "#/components/schemas/PermissionGrant" }, "readOnly": true, "type": "array" } }, "type": "object" }