Connection
class resources.connection.Connection
Base class: Resource
Connection information for a system which can be accessed for automation by Cloudomation.
:py:obj:flow_api.connection.Connection
Property | Description | Type |
---|---|---|
id | UUID() | |
connection_type | The type of the connection / the type of the remote system. | Enum('AWS', 'GIT', 'GOOGLE', 'IMAP', 'K8S', 'LDAP', 'PS', 'REDIS', 'REST', 'SCP', 'SMB', 'SMTP', 'SOAP', 'SQLMSSQL', 'SQLORACLE', 'SQLPG', 'SSH', 'VAULT', 'XMLRPC', name='connectiontype') |
value | The connection information. | JSONB(astext_type=Text()) |
analysis_data | JSONB(astext_type=Text()) | |
last_analysis_at | DateTime(timezone=True) | |
vault_secrets | String(length=10240) | |
size_bytes | BigInteger() |