ApiKeyResponse Model
ApiKeyResponse Model documentation for Java SDK
ApiKeyResponse
API key metadata without sensitive information.
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 | Map<String, String> | User-defined labels for organization and filtering. | [optional] |
| expiresAt | Long | Expiration timestamp in milliseconds since epoch. If not provided, the key does not expire. | [optional] |
| lastUsedAt | Long | Last time this API key was used, in milliseconds since epoch. | [optional] |
| createdAt | Long | When the API key was created, in milliseconds since epoch. | [optional] |
| updatedAt | Long | 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] |