Virtru SDK for Python  2.8.0
Virtru Python SDK module - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Pages
virtru_tdf3_python.ConfigClient Class Reference

Public Member Functions

def __init__
 
def get_config
 
def create_config
 
def get_config_metadata
 
def add_header
 

Constructor & Destructor Documentation

def virtru_tdf3_python.ConfigClient.__init__ (   const,
  configUrl 
)
          Create Audit Service client instance.

Member Function Documentation

def virtru_tdf3_python.ConfigClient.add_header (   header_name,
  header_value 
)
          Add additional HTTP header.

          Args:
             param_name(string): Header Name
             param_value(string): Header Value
def virtru_tdf3_python.ConfigClient.create_config (   key,
  in_file_path 
)
         Create the Config Service entry.

          Args:
             Args:
             key(string): compound key of the configuration to get
             in_file_path(string): path to the file where config is read from
def virtru_tdf3_python.ConfigClient.get_config (   key,
  out_file_path 
)
          Get the config from Config Service.

          Args:
             Args:
             key(string): compound key of the configuration to get
             out_file_path(string): path to the file where config is saved
def virtru_tdf3_python.ConfigClient.get_config_metadata (   key)
          Get an event which matches the provided event id.

          Args:
             Args:
             key(string): compound key of the configuration to get

          Returns:
             value of HTTP header Last-Modified.

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