Optional
configuration: ConfigurationCreate a new Secret.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The Secret to create.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Create a new Secret
Delete a Secret associated with a Atlas App Services App.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a secret.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Delete a Secret
List secrets associated with a Atlas App Services App.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
List secrets
Modify a Secret associated with a Atlas App Services App.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a secret.
The modified value of the Secret.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Modify a Secret
Generated using TypeDoc
SecretsApi - axios parameter creator