object
-
auth_methodstring required -
console_accessboolean required -
created_atstring · date-time required -
display_namestring -
emailstring -
expires_atstring · date-time required -
global_rolestring -
idstring required -
idle_expires_atstring · date-time required -
last_seen_atstring · date-time required -
presented_claimsobject -
-
claimsobject -
Additional properties: values must match the following schema
one ofMust match exactly one schema
Schema 1
stringSchema 2
array of string -
emailstring -
issstring -
substring
-
-
remote_addrstring -
revoked_atstring · date-time -
rolesobject -
Additional properties: values must match the following schema
string -
subjectstring required -
user_agentstring
OpenAPI schema definition
{
"properties": {
"auth_method": {
"type": "string"
},
"console_access": {
"type": "boolean"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"display_name": {
"type": "string"
},
"email": {
"type": "string"
},
"expires_at": {
"format": "date-time",
"type": "string"
},
"global_role": {
"type": "string"
},
"id": {
"type": "string"
},
"idle_expires_at": {
"format": "date-time",
"type": "string"
},
"last_seen_at": {
"format": "date-time",
"type": "string"
},
"presented_claims": {
"properties": {
"claims": {
"additionalProperties": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"type": "object"
},
"email": {
"type": "string"
},
"iss": {
"type": "string"
},
"sub": {
"type": "string"
}
},
"type": "object"
},
"remote_addr": {
"type": "string"
},
"revoked_at": {
"format": "date-time",
"type": "string"
},
"roles": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"subject": {
"type": "string"
},
"user_agent": {
"type": "string"
}
},
"required": [
"id",
"subject",
"auth_method",
"created_at",
"last_seen_at",
"idle_expires_at",
"expires_at",
"console_access"
],
"type": "object"
}