Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
Public Member Functions | List of all members
ionicsdk.common.RefKeyDataList Class Reference

List of keys and associated references with convenience functions for searching. More...

Inheritance diagram for ionicsdk.common.RefKeyDataList:
ionicsdk.common.KeyDataList

Public Member Functions

def findref (self, ref)
 Returns the first key object with the matching reference string, or None if not found. More...
 
- Public Member Functions inherited from ionicsdk.common.KeyDataList
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 and associated references with convenience functions for searching.

Member Function Documentation

◆ findref()

def ionicsdk.common.RefKeyDataList.findref (   self,
  ref 
)

Returns the first key object with the matching reference string, or None if not found.

Further matching ref values can be found by removing used keys from the list or a copy of the list.

Parameters
ref(string): The reference string to search for
Returns
The KeyData if found, or None otherwise

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