Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
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
SecretsApi
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
SecretsApi
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
SecretsApi
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
SecretsApi
Generated using TypeDoc
SecretsApi - object-oriented interface
Export