Skip to main content

Binding

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/Binding.json
expiresAtdate-time
grantedAtdate-timerequired
grantedBystring
idstringrequired
roleIdstringrequired
roleNamestringrequired
tenantIdstringrequired
userUUIDstringrequired
Binding
{
"$schema": "https://example.com/schemas/Binding.json",
"expiresAt": "2024-07-29T15:51:28.071Z",
"grantedAt": "2024-07-29T15:51:28.071Z",
"grantedBy": "string",
"id": "string",
"roleId": "string",
"roleName": "string",
"tenantId": "string",
"userUUID": "string"
}