Locations
List Zero Trust Gateway locations
client.zeroTrust.gateway.locations.list(LocationListParams { account_id } params, RequestOptionsoptions?): SinglePage<Location { id, client_default, created_at, 11 more } >
GET/accounts/{account_id}/gateway/locations
Get Zero Trust Gateway location details
client.zeroTrust.gateway.locations.get(stringlocationId, LocationGetParams { account_id } params, RequestOptionsoptions?): Location { id, client_default, created_at, 11 more }
GET/accounts/{account_id}/gateway/locations/{location_id}
Create a Zero Trust Gateway location
client.zeroTrust.gateway.locations.create(LocationCreateParams { account_id, name, client_default, 4 more } params, RequestOptionsoptions?): Location { id, client_default, created_at, 11 more }
POST/accounts/{account_id}/gateway/locations
Update a Zero Trust Gateway location
client.zeroTrust.gateway.locations.update(stringlocationId, LocationUpdateParams { account_id, name, client_default, 4 more } params, RequestOptionsoptions?): Location { id, client_default, created_at, 11 more }
PUT/accounts/{account_id}/gateway/locations/{location_id}
Delete a Zero Trust Gateway location
client.zeroTrust.gateway.locations.delete(stringlocationId, LocationDeleteParams { account_id } params, RequestOptionsoptions?): LocationDeleteResponse
DELETE/accounts/{account_id}/gateway/locations/{location_id}