10.6. Models for API Object Modules

Models for Python objects in Tanium’s API.

pytan3.api_models.float_types = (<class 'float'>,)

tuple of type – Float types.

pytan3.api_models.integer_types = (<class 'int'>,)

tuple of type – Integer types.

pytan3.api_models.simple_types = (<class 'int'>, <class 'str'>, <class 'float'>)

tuple of type – All types that should be considered simple types.

pytan3.api_models.string_types = (<class 'str'>,)

tuple of type – String types.