SystemSecretSummary
A summary of a system secret. The secret value is not included in the summary.
Syntax
json
{
"revision": 1,
"kind": "OIDC_ENCRYPTION_KEY | OIDC_SIGNING_KEY | PROXY_AUTH_SIGNING_KEY | PROXY_ACCESS_SIGNING_KEY",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
createdAt
requiredThe time when the system secret was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the system secret was last updated.
- Type
string
- Format
date-time
- Type