Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
|
Password protected device profile persistor implementation. More...
Public Member Functions | |
def | __init__ (self, filepath, password) |
Constructs a persistor with the provided values. More... | |
![]() | |
def | __init__ (self) |
Constructs a persistor with default values. | |
def | getversion (self) |
Gets the profile persistor verion to use, or an empty value if a default will be used. More... | |
def | setversion (self, version) |
Sets the profile persistor verion to use. More... | |
Public Attributes | |
filepath | |
(unicode) File name and path where the encrypted JSON file will be located | |
Password protected device profile persistor implementation.
This class provides a file-based device persistor that is password protected. The minimum password length is six characters; use of a password of insufficient length will cause an AGENT_INVALIDVALUE IonicException.
def ionicsdk.common.DeviceProfilePersistorPasswordFile.__init__ | ( | self, | |
filepath, | |||
password | |||
) |
Constructs a persistor with the provided values.
filepath | (string): The file name and path |
password | (string): A user password as a string |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2021 Ionic Security Inc. All rights reserved. -
Generated on Wed Jul 21 2021 16:23:36 for Machina Client SDK Version 2.1.2 by
1.8.18