Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.agent.CreateKeysRequest.KeyRequest Class Reference

Inner class for CreateKeyRequest to hold groups of counts and attributes. More...

Inheritance diagram for ionicsdk.agent.CreateKeysRequest.KeyRequest:

Public Member Functions

def __init__ (self, ref, count, attributes, mutableattributes=None)
 Constructor. More...
 

Public Attributes

 ref
 ref (String) A string value that will be included with the created keys that can be used to match them with the provided attributes
 
 count
 count (int) The number of keys with the given attributes to be created
 
 attributes
 attributes (KeyAttributesDict) The attributes to be set for these keys
 
 mutableattributes
 mutableattributes (KeyAttributesDict) The mutable attributes to be set for these keys
 

Detailed Description

Inner class for CreateKeyRequest to hold groups of counts and attributes.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.CreateKeysRequest.KeyRequest.__init__ (   self,
  ref,
  count,
  attributes,
  mutableattributes = None 
)

Constructor.

Parameters
ref(String) A string value that will be included with the created keys that can be used to match them with the provided attributes
count(int) The number of keys with the given attributes to be created
attributes(KeyAttributesDict) The attributes to be set for these keys
mutableattributes(KeyAttributesDict) The mutable attributes to be set for these keys

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