Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceConfigure 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: anyOverride http request option.
Create a VPC Private Endpoint
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: anyOverride http request option.
Delete a VPC Private Endpoint
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: anyOverride http request option.
Get a VPC Private Endpoint
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: anyOverride http request option.
List VPC Private Endpoints
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: anyOverride http request option.
Get User Refresh Token Expiration Time
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: anyOverride http request option.
List allowed HTTP origins
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: anyOverride http request option.
List VPC Private Endpoint Services
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: anyOverride http request option.
Set allowed HTTP origins
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: anyOverride http request option.
Set User Refresh Token Expiration Time
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: anyOverride http request option.
Modify a VPC Private Endpoint
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: anyOverride http request option.
Create an IP address or CIDR block in the Access List
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: anyOverride http request option.
Delete an IP address or CIDR block from the Access List
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: anyOverride http request option.
List the allowed entries in the Access List
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: anyOverride http request option.
Modify an IP address or CIDR block in the Access List
Generated using TypeDoc
SecurityApi - factory interface