Interface SecurityApiInterface

SecurityApi - interface

Export

SecurityApi

Hierarchy

  • SecurityApiInterface

Implemented by

Methods

  • Configure a new private endpoint for the App.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Create a VPC Private Endpoint

    Throws

    Memberof

    SecurityApiInterface

  • Delete a private endpoint.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Delete a VPC Private Endpoint

    Throws

    Memberof

    SecurityApiInterface

  • Get a specific private endpoint configuration.

    Parameters

    Returns AxiosPromise<PrivateEndpoint>

    Summary

    Get a VPC Private Endpoint

    Throws

    Memberof

    SecurityApiInterface

  • Get a list of all private endpoints configured for the App.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List VPC Private Endpoints

    Throws

    Memberof

    SecurityApiInterface

  • List the allowed HTTP origins from which App Services should allow requests.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List allowed HTTP origins

    Throws

    Memberof

    SecurityApiInterface

  • Get a list of all private endpoint services configured for the App.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List VPC Private Endpoint Services

    Throws

    Memberof

    SecurityApiInterface

  • Set the allowed HTTP origins from which App Services should allow requests.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Set allowed HTTP origins

    Throws

    Memberof

    SecurityApiInterface

  • Set the expiration time in seconds for user session refresh tokens.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Set User Refresh Token Expiration Time

    Throws

    Memberof

    SecurityApiInterface

  • Update the configuration of a private endpoint.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Modify a VPC Private Endpoint

    Throws

    Memberof

    SecurityApiInterface

  • Delete an IP address or CIDR block from the Access List of your App Services app

    Parameters

    Returns AxiosPromise<void>

    Summary

    Delete an IP address or CIDR block from the Access List

    Throws

    Memberof

    SecurityApiInterface

  • List the allowed entries in the Access List of your Atlas App Services App.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List the allowed entries in the Access List

    Throws

    Memberof

    SecurityApiInterface

Generated using TypeDoc