Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name for the API key. This helps identify the key’s purpose | |
| scopes | List[str] | List of scopes to grant to the API key. Valid values are ‘read’ and ‘write’. If ‘write’ is included, ‘read’ must also be included. Defaults to full access ([‘read’, ‘write’]) if not provided. | [optional] |