SftpStorageConfigSpec
SftpStorageConfigSpec
Configuration for SFTP storage.
JSON Example
{
"password": "password",
"port": "port",
"host": "host",
"thumbprint": "thumbprint",
"directory": "directory",
"username": "username"
}
string
host
Required
The address of the SFTP server.
string
port
Required
The port of the SFTP server.
string
thumbprint
Required
The thumbprint of the SFTP server.
string
username
Required
The username used for authentication with the SFTP server.
string As password
As password
password
Required
The password used for authentication with the SFTP server.
string
directory
Optional
Directory on the SFTP server where the objects will be stored.