CreateApiKeyRequest
CreateApiKeyRequest documentation for Java SDK
CreateApiKeyRequest
Request parameters for creating a new API key.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| labels | Map<String, String> | Key-value pairs of metadata associated with the API key. Used for organization and filtering. | [optional] |
| expiresAt | Long | Expiration timestamp in milliseconds since epoch. If not provided, the key does not expire. | [optional] |