WebService::Fastly::Object::LoggingSftpAllOf

Load the model package

use WebService::Fastly::Object::LoggingSftpAllOf;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- password | string | The password for the server. If both password and secret_key are passed, secret_key will be used in preference. | [optional] path | string | The path to upload logs to. | [optional] [default to 'null'] port | int | The port number. | [optional] [default to 22] public_key | string | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [default to 'null'] secret_key | string | The SSH private key for the server. If both password and secret_key are passed, secret_key will be used in preference. | [optional] [default to 'null'] ssh_known_hosts | string | A list of host keys for all hosts we can connect to over SFTP. | [optional] user | string | The username for the server. | [optional]

[Back to Model list] [Back to API list] [Back to README]