FileTransferAuthenticationScheme
FileTransferAuthenticationScheme
Remote server authentication details
JSON Example
{
"identity_file": "string",
"password": "string",
"scheme_name": "string",
"username": "string"
}
string
identity_file
Optional
SSH private key data
string
password
Optional
Password to authenticate with
string
scheme_name
Required
Authentication scheme name
Possible values are :
PASSWORD,
KEY,
string
As /^([a-zA-Z][a-zA-Z0-9-.]*[a-zA-Z]\\\){0,1}\w[\w.-]+$/
username
Required
User name to authenticate with