Skip to main content
Version: 12 - TBD

UserGitPublicKey

class flow_api.user_git_public_key.UserGitPublicKey(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=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
clsOptional
commitbool
debugboolif set, the content of the data being written will be logged.
initOptional
public_keyUnionA public SSH key.
selectOptional
user_idUnionReference 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