Models
Schema: `APIKeyInfo`
Represents a stored API key without returning the full secret value.
- Type:
object - Required fields:
id,name,principal_id
Properties
| Name | Type | Required | Description |
|---|---|---|---|
created_at |
string |
false |
- |
expires_at |
string |
false |
- |
id |
string |
true |
- |
key_prefix |
string |
false |
- |
name |
string |
true |
- |
principal_id |
string |
true |
- |