models_v2.id_mapping_params module¶
- 
class 
models_v2.id_mapping_params.IdMappingParams(sid_mapped_to_unix_root_user=None, user_id_mapping_params=None)[source]¶ Bases:
objectImplementation of the ‘IdMappingParams’ model.
Specifies the params of the user id mapping info of an Active Directory.
- Attributes:
 - sid_mapped_to_unix_root_user (string): Specifies the sid of an Active
 Directory domain user mapping to unix root user.
- user_id_mapping_params (UserIdMappingParams2): Specifies the
 information about how the Unix and Windows users are mapped for this domain.
- 
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.