models_v2.active_directory_app_parameters module

class models_v2.active_directory_app_parameters.ActiveDirectoryAppParameters(app_id=None, app_name=None)[source]

Bases: object

Implementation of the ‘Active Directory App Parameters.’ model.

Specifies the Active Directory special parameters for the Protection Group.

Attributes:
app_id (long|int): Specifies the application id of the Active

Directory instance.

app_name (string): Specifies the application name of the Active

Directory instance.

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.