UserGitPublicKey
class flow_api.user_git_public_key.UserGitPublicKey(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, public_key=<class 'flow_api.system.NotSet'>, user_id=<class 'flow_api.system.NotSet'>, debug=False)
Base class: Row
A public SSH key of a user. It is used for user authentication in the git integration.
Parameters
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| by | str | |
| cls | typing.Union[ type, NoneType ] | |
| debug | bool | if set, the content of the data being written will be logged. |
| init | typing.Union[ dict, NoneType ] | |
| public_key | typing.Union[ flow_api.system.NotSet, str ] | A public SSH key. |
| select | typing.Union[ str, NoneType ] | |
| user_id | typing.Union[ flow_api.system.NotSet, str ] | Reference to the user this git_public_key belongs to. |
Constants
RESOURCE = user_git_public_keyMethods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details
user
details