Item | Description |
---|---|
Name | The name of the service account. |
Token | The token for the service account. |
Organization | The organization that the service account was created in. |
Status | The status of the service account. |
Admin | Whether the service account has Super Admin enabled or not. |
… | Click the ellipsis to display the delete icon. |
rotation_period
: specify how often to generate a new key. By default, it is set to 24h
(24 hours).verification_ttl
: specify how long the public portion of a key will be available for verification after being rotated. The verification_ttl
should be greater than ttl
but not greater than 10 times of rotation_period
. By default, it is set to 24h
(24 hours).ttl
: specify the TTL for the OIDC token for the service account. By default, it is set to 12h
(12 hours).