| id |
string |
Unique identifier for the JWT key |
| projectId |
string |
The project this JWT key belongs to |
| label |
string |
Human-readable name for the JWT key |
| algorithm |
string |
The cryptographic algorithm used |
| publicKeyPem |
string |
RSA public key in PEM format |
| active |
boolean |
Whether the JWT key is currently active and can be used for verification |
| createTime |
string |
Timestamp when the JWT key was created |
| updateTime |
string |
Timestamp when the JWT key was last updated |