ApiKeyResponse Model
ApiKeyResponse Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| apiKeyId | String | Unique identifier for the API key. | [optional] |
| userId | String | ID of the user that owns this API key. | [optional] |
| keyPrefix | String | First few characters of the key for display/identification purposes. | [optional] |
| status | String | Current status of the API key: ACTIVE, INACTIVE, or STATUS_UNSPECIFIED. | [optional] |
| labels | {String: String} | User-defined labels for organization and filtering. | [optional] |
| expiresAt | Number | Expiration timestamp in milliseconds since epoch. If not provided, the key does not expire. | [optional] |
| lastUsedAt | Number | Last time this API key was used, in milliseconds since epoch. | [optional] |
| createdAt | Number | When the API key was created, in milliseconds since epoch. | [optional] |
| updatedAt | Number | When the API key was last updated, in milliseconds since epoch. | [optional] |
| createdById | String | ID of the user that created this API key. | [optional] |
| updatedById | String | ID of the user that last updated this API key. | [optional] |