Sha256: baa46e32e079a1a2d25a299c39c02cce6f5687f0fdc0544d4a1f7cddd7ee7954
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# Fastly::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** | **Object** | The port number. | [optional] | | **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastly-4.0.0.alpha4 | docs/LoggingSftpAllOf.md |
fastly-4.0.0.alpha3 | docs/LoggingSftpAllOf.md |
fastly-4.0.0.alpha2 | docs/LoggingSftpAllOf.md |