Client SDK Version 1.8.1
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.agent.GetKeyQueryResult Class Reference

Class used to return external key query result object(s). More...

Inheritance diagram for ionicsdk.agent.GetKeyQueryResult:

Public Member Functions

def __init__ (self, externalkeyid, errorcode, errormessage, keyids)
 Constructor which assigns all internal variables. More...
 

Public Attributes

 externalkeyid
 (string) The external key id
 
 errorcode
 (int) The error code
 
 errormessage
 (string) The error text message
 
 keyids
 (string) The Key IDs
 

Detailed Description

Class used to return external key query result object(s).

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.GetKeyQueryResult.__init__ (   self,
  externalkeyid,
  errorcode,
  errormessage,
  keyids 
)

Constructor which assigns all internal variables.

Parameters
externalkeyid(string) The external key id
errorcode(int) The error code
errormessage(string) The error text message
keyids(string) The Key IDs

The documentation for this class was generated from the following file: