Client SDK Version 1.8.1
Ionic Security client SDK for Python users
|
Data class for storing device profile information (also known as SEP data). More...
Public Member Functions | |
def | __init__ (self, name, deviceid, keyspace, server, creationtimestampsecs, aesCdIdcProfileKey, aesCdEiProfileKey) |
Initializes the agent config object with provided inputs. More... | |
Public Attributes | |
name | |
(string) The human readable name associated with this profile | |
deviceid | |
(string) Device ID generated by Ionic.com during registration | |
keyspace | |
(string) The device profile key space | |
server | |
(string): The Ionic.com server associated with this device profile | |
creationtimestampsecs | |
(int): The time at which this profile was created in UTC seconds since January 1, 1970 | |
aesCdIdcProfileKey | |
(bytes): The private AES key shared between client and Ionic.com | |
aesCdEiProfileKey | |
(bytes): The private AES key shared between client and EI (Enterprise Infrastructure) | |
Data class for storing device profile information (also known as SEP data).
This class stores device profile information which is the result of a successful device registration performed via Agent.createdevice().
A device profile is also known as a SEP (Secure Enrollment Profile).
def ionicsdk.common.DeviceProfile.__init__ | ( | self, | |
name, | |||
deviceid, | |||
keyspace, | |||
server, | |||
creationtimestampsecs, | |||
aesCdIdcProfileKey, | |||
aesCdEiProfileKey | |||
) |
Initializes the agent config object with provided inputs.
name | (string): The human readable name associated with this profile. |
deviceid | (string): Device ID generated by Ionic.com during registration. |
keyspace | (string): The device profile key space. |
server | (string): The Ionic.com server associated with this device profile. |
creationtimestampsecs | (int): The time at which this profile was created in UTC seconds since January 1, 1970. |
aesCdIdcProfileKey | (bytes): The private AES key shared between client and Ionic.com. |
aesCdEiProfileKey | (bytes): The private AES key shared between client and EI (Enterprise Infrastructure). |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2020 Ionic Security Inc. All rights reserved.
Generated on Mon Oct 5 2020 11:06:59 for Client SDK Version 1.8.1 by
1.8.18