Skip to main content
Properties for SAP HANA connections are specified in the properties object when creating or updating a connection. All properties are nested within the connection request body. There are two authentication methods supported for SAP HANA connections:
  • Username/Password authentication.
  • User Key authentication.
Review the required connection properties for the authentication method you are using.

Properties

authType
string
required
Usepwd for Username/Password authentication.
host
string
required
Hostname or IP address of the SAP HANA server.
port
string
required
Port number for the SAP HANA server connection.
username
string
required
Username for authenticating to the SAP HANA database.
password
object
required
Reference to a Prophecy secret containing the password for authentication. Required for pwd authentication.
  • When using the create connection API, the secret must be stored in Prophecy before creating the connection.
  • When using the create fabric API, replace this whole object with the string {{SECRET}}, which references the secret being created in parallel to the connection.