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
get_all() -> list[GatewayProfileInstance]
List all gateway profiles.
Returns:
-
list[GatewayProfileInstance]–list[GatewayProfileInstance]: List of all gateway profile instances.
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
get_all() -> list[GatewayProfileInstance]
List all gateway profiles.
Returns:
-
list[GatewayProfileInstance]–list[GatewayProfileInstance]: List of all gateway profile instances.
Request and response types: Gateway profile models.