Skip to main content

AccountWithSecret

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/AccountWithSecret.json
activeCredentialsint64required
clientIdstringrequired
clientSecretstringrequired
createdAtdate-timerequired
emailstringrequired
idstringrequired
isActivebooleanrequired
namestringrequired
AccountWithSecret
{
"$schema": "https://example.com/schemas/AccountWithSecret.json",
"activeCredentials": 0,
"clientId": "string",
"clientSecret": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"email": "string",
"id": "string",
"isActive": true,
"name": "string"
}