Locations
List Zero Trust Gateway locations
client.zeroTrust.gateway.locations.list(LocationListParams { account_id } params, RequestOptionsoptions?): SinglePage<Location { id, client_default, created_at, 12 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, 12 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, 5 more } params, RequestOptionsoptions?): Location { id, client_default, created_at, 12 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, 5 more } params, RequestOptionsoptions?): Location { id, client_default, created_at, 12 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}