models_v2.active_directory_protection_group_object_params module¶
-
class
models_v2.active_directory_protection_group_object_params.
ActiveDirectoryProtectionGroupObjectParams
(source_id=None, source_name=None, app_params=None, enable_system_backup=None)[source]¶ Bases:
object
Implementation of the ‘Active Directory Protection Group Object Params.’ model.
Specifies the object identifier to for the active directory protection group.
- Attributes:
- source_id (long|int): Specifies the id of the registered active
directory source.
- source_name (string): Specifies the name of the registered active
directory source.
- app_params (list of ActiveDirectoryAppParameters): Specifies the
specific parameters required for active directory app configuration.
- enable_system_backup (bool): Specifies whether to take bmr backup. If
this is not specified, the bmr backup won’t be enabled.
-
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.