ServiceAccountKeyList
A list of service account keys. For each key, only a summary without the actual key is included.
Syntax
json
{
"items": [
{
"id": "string",
"expiresAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
],
"marker": "string"
}
Type Definition
- Type
object
- Properties
items
requiredA list of service account keys.
- Type
array
- Items
A summary of a service account key. The actual key is not included in the summary.
- Schema
ServiceAccountKeySummary
- Schema
- Type
marker
optionalThe pagination token to request more items.
- Type
string
- Type