docs/MavenUpstreamRequest.md in cloudsmith-api-2.0.13 vs docs/MavenUpstreamRequest.md in cloudsmith-api-2.0.14
- old
+ new
@@ -8,9 +8,12 @@
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
**extra_header_1** | **String** | The key for extra header #1 to send to upstream. | [optional]
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
+**gpg_key_inline** | **String** | A public GPG key to associate with packages found on this upstream. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
+**gpg_key_url** | **String** | When provided, Cloudsmith will fetch, validate, and associate a public GPG key found at the provided URL. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
+**gpg_verification** | **String** | The GPG signature verification mode for this upstream. | [optional] [default to 'Allow All']
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
**mode** | **String** | The mode that this upstream should operate in. Upstream sources can be used to proxy resolved packages, as well as operate in a proxy/cache or cache only mode. | [optional] [default to 'Proxy Only']
**name** | **String** | A descriptive name for this upstream source. A shortened version of this name will be used for tagging cached packages retrieved from this upstream. |
**priority** | **Integer** | Upstream sources are selected for resolving requests by sequential order (1..n), followed by creation date. | [optional]
**upstream_url** | **String** | The URL for this upstream source. This must be a fully qualified URL including any path elements required to reach the root of the repository. |