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