Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key_id | str | Unique identifier for the newly generated API key | |
| private_key | str | RSA private key in PEM format. This must be stored securely and cannot be retrieved again after this response |
Python SDK model: GenerateApiKeyResponse
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key_id | str | Unique identifier for the newly generated API key | |
| private_key | str | RSA private key in PEM format. This must be stored securely and cannot be retrieved again after this response |