Sha256: a4d6cd81e0c051a81b1fd3c8c49124b33ca880f74f43dc7ddb63e42969a65b26
Contents?: true
Size: 1020 Bytes
Versions: 18
Compression:
Stored size: 1020 Bytes
Contents
# Fastly::LoggingSftpAdditional ## 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'] | | **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 API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
18 entries across 18 versions & 1 rubygems