ServiceAccount
A service account.
Syntax
json
{
"id": "string",
"username": "string",
"description": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
description
requiredThe description of the service account.
- Type
string
- Type
createdAt
requiredThe time when the service account was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the service account was last updated.
- Type
string
- Format
date-time
- Type