# CreateKeyOption

CreateKeyOption options when creating a key

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **string** | An armored SSH key to add | [default to undefined]
**read_only** | **boolean** | Describe if the key has only read access or read/write | [optional] [default to undefined]
**title** | **string** | Title of the key to add | [default to undefined]

## Example

```typescript
import { CreateKeyOption } from 'berg';

const instance: CreateKeyOption = {
    key,
    read_only,
    title,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
