models_v2.credentials_to_connect_to_sql module

class models_v2.credentials_to_connect_to_sql.CredentialsToConnectToSQL(username=None, password=None)[source]

Bases: object

Implementation of the ‘Credentials to connect to SQL.’ model.

Specifies the credentials to connect to SQL.

Attributes:

username (string): username for when agent is not installed password (string): password for when agent is not installed

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.