Skip to content

Gateway profile

Gateway profile resource for gateway configuration profiles.

SyncGatewayProfiles

SyncGatewayProfiles(client: SyncClient)

Bases: BaseResource['SyncClient']

Gateway profiles resource for gateway profile management.

Methods:

  • get_all

    List all gateway profiles.

get_all

List all gateway profiles.

Returns:

AsyncGatewayProfiles

AsyncGatewayProfiles(client: AsyncClient)

Bases: BaseResource['AsyncClient']

Async gateway profiles resource for gateway profile management.

Methods:

  • get_all

    List all gateway profiles.

get_all async

List all gateway profiles.

Returns:

Request and response types: Gateway profile models.