ServiceAccountKey
A service account key. The actual key is included in the object. The object is only returned when creating a new service account key.
Syntax
{
"id": "string",
"expiresAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"key": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
expiresAt
optionalThe time when the service account key expires.
- Type
string
- Format
date-time
- Type
key
requiredThe service account key.
- Type
string
- Type
createdAt
requiredThe time when the service account key was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the service account key was last updated.
- Type
string
- Format
date-time
- Type