Configure a new private endpoint for the 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.
Create a VPC Private Endpoint
SecurityApiInterface
Delete a private endpoint.
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 _id ObjectID of a VPC private endpoint.
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a VPC Private Endpoint
SecurityApiInterface
Get a specific private endpoint configuration.
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 _id ObjectID of a VPC private endpoint.
Optional
options: AxiosRequestConfig<any>Override http request option.
Get a VPC Private Endpoint
SecurityApiInterface
Get a list of all private endpoints configured for the 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 VPC Private Endpoints
SecurityApiInterface
Get the current expiration time in seconds for user session refresh tokens.
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.
Get User Refresh Token Expiration Time
SecurityApiInterface
List the allowed HTTP origins from which App Services should allow requests.
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 allowed HTTP origins
SecurityApiInterface
Get a list of all private endpoint services configured for the 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 VPC Private Endpoint Services
SecurityApiInterface
Set the allowed HTTP origins from which App Services should allow requests.
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.
A list of HTTP origins.
Optional
options: AxiosRequestConfig<any>Override http request option.
Set allowed HTTP origins
SecurityApiInterface
Set the expiration time in seconds for user session refresh tokens.
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.
Set User Refresh Token Expiration Time
SecurityApiInterface
Update the configuration of a private endpoint.
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 _id ObjectID of a VPC private endpoint.
Optional
options: AxiosRequestConfig<any>Override http request option.
Modify a VPC Private Endpoint
SecurityApiInterface
Create an IP address or CIDR block in the Access List for your 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 IP Access List entry to create.
Optional
options: AxiosRequestConfig<any>Override http request option.
Create an IP address or CIDR block in the Access List
SecurityApiInterface
Delete an IP address or CIDR block from the Access List of your 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 IP address entry denoted by `ip_id` with the information given in the request body
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete an IP address or CIDR block from the Access List
SecurityApiInterface
List the allowed entries in the Access List of your 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 the allowed entries in the Access List
SecurityApiInterface
Modify an IP address or CIDR block in the Access List of your 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 IP address entry denoted by `ip_id` with the information given in the request body
The updated value of the IP Access List entry.
Optional
options: AxiosRequestConfig<any>Override http request option.
Modify an IP address or CIDR block in the Access List
SecurityApiInterface
Generated using TypeDoc
SecurityApi - interface
Export
SecurityApi