Client SDK Version 1.8.0
Ionic Security client SDK for Python users
Public Member Functions | List of all members
ionicsdk.common.KeyDataList Class Reference

List of keys with convenience functions for searching. More...

Inheritance diagram for ionicsdk.common.KeyDataList:

Public Member Functions

def getids (self)
 Gets a list of all the key IDs in this KeyDataList. More...
 
def findkey (self, keyid)
 Returns the key object with the matching ID, or None if not found. More...
 

Detailed Description

List of keys with convenience functions for searching.

Member Function Documentation

◆ findkey()

def ionicsdk.common.KeyDataList.findkey (   self,
  keyid 
)

Returns the key object with the matching ID, or None if not found.

Returns
The KeyData if found, or None otherwise

◆ getids()

def ionicsdk.common.KeyDataList.getids (   self)

Gets a list of all the key IDs in this KeyDataList.

Returns
A list of the key ID's in this list of Keys

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