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

Class used to return keyspace object(s). More...

Inheritance diagram for ionicsdk.agent.KeyspaceResponse:

Public Member Functions

def __init__ (self, fqdn, tenantId, enrollUrl, apiUrl=None)
 Constructor which assigns all internal variables. More...
 

Public Attributes

 fqdn
 (string) The fully qualified domain name
 
 tenantId
 (string) The tenant ID
 
 enrollUrl
 (string) The enrollment URL
 
 apiUrl
 (string) The main API URL, if available
 

Detailed Description

Class used to return keyspace object(s).

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.KeyspaceResponse.__init__ (   self,
  fqdn,
  tenantId,
  enrollUrl,
  apiUrl = None 
)

Constructor which assigns all internal variables.

Parameters
fqdn(string) The fully qualified domain name
tenantId(string) The tenant ID
enrollUrl(string) The enrollment URL
apiUrl(string) The main API URL, if available

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