RootKeySummary
A summary of a root key. The actual key is not included in the summary.
Syntax
json
{
"id": "string",
"expiresAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
expiresAt
optionalThe time when the root key expires.
- Type
string
- Format
date-time
- Type
createdAt
requiredThe time when the root key was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the root key was last updated.
- Type
string
- Format
date-time
- Type