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.AgentMetadataCollectorProcessEnvironment Class Reference

Class used to generate a metadata object containing environment variables. More...

Inheritance diagram for ionicsdk.agent.AgentMetadataCollectorProcessEnvironment:

Public Member Functions

def __init__ (self, listOfEnvironmentKeys)
 Constructor. More...
 
def getmetadata (self)
 Get the metadata map. More...
 

Public Attributes

 listOfKeys
 (list of strings) The list of environment variables to fetch
 

Detailed Description

Class used to generate a metadata object containing environment variables.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.AgentMetadataCollectorProcessEnvironment.__init__ (   self,
  listOfEnvironmentKeys 
)

Constructor.

Parameters
listOfEnvironmentKeys(list of string): environment variables to fetch

Member Function Documentation

◆ getmetadata()

def ionicsdk.agent.AgentMetadataCollectorProcessEnvironment.getmetadata (   self)

Get the metadata map.

Returns

Returns a MetadataMap containing environment data.

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