Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key_id | str | Unique identifier for the API key | |
| name | str | User-provided name for the API key | |
| scopes | List[str] | List of scopes granted to this API key. Valid values are ‘read’ and ‘write’. |
Python SDK model: ApiKey
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key_id | str | Unique identifier for the API key | |
| name | str | User-provided name for the API key | |
| scopes | List[str] | List of scopes granted to this API key. Valid values are ‘read’ and ‘write’. |