java.gitea.api/docs/CreateKeyOption.md

16 lines
380 B
Markdown
Executable File

# CreateKeyOption
CreateKeyOption options when creating a key
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | An armored SSH key to add |
**readOnly** | **Boolean** | Describe if the key has only read access or read/write | [optional]
**title** | **String** | Title of the key to add |