models_v2.active_directory_ad_protection_group_parameters module¶
-
class
models_v2.active_directory_ad_protection_group_parameters.
ActiveDirectoryADProtectionGroupParameters
(objects=None, indexing_policy=None)[source]¶ Bases:
object
Implementation of the ‘Active Directory(AD) Protection Group Parameters.’ model.
Specifies the parameters which are specific to Active directory related Protection Groups.
- Attributes:
- objects (list of ActiveDirectoryProtectionGroupObjectParams):
Specifies the list of object ids to be protected.
- indexing_policy (IndexingPolicy): Specifies settings for indexing
files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index.
-
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.