Credential#

class Credential(username=None, password=None, *args, **kwargs)#

Bases: object

User credential.

Parameters:
  • username (max=256 chars) – (username) Name of the user.

  • password – (password) Password of the user.

property password#

Password of the user.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property username#

Name of the user.

Type:

str