Skip to main content
Version: 10 - TBD

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

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clstyping.Union[ type, NoneType ]
debugboolif set, the content of the data being written will be logged.
inittyping.Union[ dict, NoneType ]
public_keytyping.Union[ flow_api.system.NotSet, str ]A public SSH key.
selecttyping.Union[ str, NoneType ]
user_idtyping.Union[ flow_api.system.NotSet, str ]Reference to the user this git_public_key belongs to.

Constants

RESOURCE = user_git_public_key

Methods

clone

delete

exists

export

get

get_dict

restore

save

user