models.group_delete_parameters module¶
-
class
models.group_delete_parameters.
GroupDeleteParameters
(domain=None, names=None)[source]¶ Bases:
object
Implementation of the ‘GroupDeleteParameters’ model.
Specifies the groups to delete on the Cohesity Cluster.
- Attributes:
- domain (string): Specifies the domain associated with the groups to
delete. Only groups associated with the same domain can be deleted by a single request. If no domain is specified, the specified groups are deleted from the LOCAL domain on the Cohesity Cluster. If a non-LOCAL domain is specified, the specified groups are deleted on the Cohesity Cluster. However, the referenced group principals on the Active Directory are not deleted.
- names (list of string): Array of Groups. Specifies the list of groups
to delete on the Cohesity Cluster. Only groups from the same domain can be deleted by a single request.
-
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.