models_v2.fallback_user_id_mapping_params module¶
-
class
models_v2.fallback_user_id_mapping_params.FallbackUserIdMappingParams(mtype=None, fixed_type_params=None)[source]¶ Bases:
objectImplementation of the ‘FallbackUserIdMappingParams’ model.
Specifies a fallback param for Unix and Windows users mapping.
- Attributes:
mtype (Type1Enum): Specifies the type of the mapping. fixed_type_params (FixedTypeParams): Specifies the params for Fixed
mapping type mapping.
-
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.