BackupStorageConfigSpec
BackupStorageConfigSpec
Storage configurations for backups.
JSON Example
{
"sftp": {
"password": "password",
"port": "port",
"host": "host",
"thumbprint": "thumbprint",
"directory": "directory",
"username": "username"
}
}