DsServiceAccount#

class DsServiceAccount(username=None, password=None, *args, **kwargs)[source]#

Bases: object

Service account information to connect to the directory service

Parameters:
  • username (required) – (username) Username to connect to the directory service

  • password (required) – (password) Password to connect to the directory service

property password#

Password to connect to the directory service

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property username#

Username to connect to the directory service

Type:

str