Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.agent.AgentConfig Class Reference

Configuration object used by Agent. More...

Inheritance diagram for ionicsdk.agent.AgentConfig:

Public Member Functions

def __init__ (self, useragent=None, httpimpl=None, httptimeoutsecs=None, maxredirects=None)
 Initializes the agent config object with provided inputs. More...
 

Public Attributes

 useragent
 (string) The User-Agent header value to use for HTTP communication
 
 httpimpl
 (string) The name of the HTTP implementation to use
 
 httptimeoutsecs
 (int) The HTTP timeout in seconds (default 30)
 
 maxredirects
 (int) The maximum number of HTTP redirects (default 2)
 

Detailed Description

Configuration object used by Agent.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.AgentConfig.__init__ (   self,
  useragent = None,
  httpimpl = None,
  httptimeoutsecs = None,
  maxredirects = None 
)

Initializes the agent config object with provided inputs.

Parameters
useragent(string, optional): The User-Agent header value to use for HTTP communication.
httpimpl(string, optional): The name of the HTTP implementation to use.
httptimeoutsecs(int, optional): The HTTP timeout in seconds (default 30).
maxredirects(int, optional): The maximum number of HTTP redirects (default 2).

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