PyConnection
class PyConnection(connection)
Bases: object
Interface for a content item’s embedded connection.
- Parameters: connection (IConnection)
__init__(connection)
Creates a new PyConnection object.
Args: : connection: A IConnection object.
Returns: None.
- Parameters: connection (IConnection)
- Return type: None
Methods
__init__ (connection) |
Creates a new PyConnection object. |
---|
Attributes
authentication_type |
Gets the authentication type for the response. |
---|---|
connection_username |
Gets the connection username for the response. |
embed_password |
Gets whether to embed the password. |
id |
Gets the unique identifier. |
query_tagging_enabled |
Gets the query tagging enabled flag for the response. |
server_address |
Gets the server address for the response. |
server_port |
Gets the server port for the response. |
type |
Gets the connection type for the response. |
use_o_auth_managed_keychain |
Gets whether to use OAuth managed keychain. |
property id : UUID
Gets the unique identifier.
property type : str
Gets the connection type for the response.
property server_address : str
Gets the server address for the response.
property server_port : str
Gets the server port for the response.
property connection_username : str
Gets the connection username for the response.
property query_tagging_enabled : bool
Gets the query tagging enabled flag for the response. This is returned only for administrator users.
property authentication_type : str
Gets the authentication type for the response.
property use_o_auth_managed_keychain : bool
Gets whether to use OAuth managed keychain.
property embed_password : bool
Gets whether to embed the password.