ApiKeyResponse Model
ApiKeyResponse Model documentation for .NET SDK
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 | Dictionary<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] |