doppler-rs 0.0.1

Unofficial client library for the Doppler API - secure secrets management platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdateSecretsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project** | **String** | Unique identifier for the project object. | [default to PROJECT_NAME]
**config** | **String** | Name of the config object. | [default to CONFIG_NAME]
**secrets** | Option<[**models::SecretsUpdateMap**]SecretsUpdateMap.md> |  | [optional]
**change_requests** | Option<[**Vec<models::SecretChangeRequest>**]SecretChangeRequest.md> | Either `secrets` or `change_requests` is required (can't use both). Object of secrets you would like to save to the config. Try it with the sample secrets below. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)