CreateTokenRequest
namestringnullable
Человекочитаемое название resource.
scopesTokenScope (string)[]nullable
Список scopes granted to the token or resource.
Possible values: [Read, Write, Admin]
expiresAtstring<date-time>nullable
Timestamp when the resource or token expires.
CreateTokenRequest
{
"name": "string",
"scopes": [
"Read"
],
"expiresAt": "2024-07-29T15:51:28.071Z"
}