Lists
List Zero Trust lists
client.zeroTrust.gateway.lists.list(ListListParams { account_id, type } params, RequestOptionsoptions?): SinglePage<GatewayList { id, count, created_at, 5 more } >
GET/accounts/{account_id}/gateway/lists
Get Zero Trust list details
client.zeroTrust.gateway.lists.get(stringlistId, ListGetParams { account_id } params, RequestOptionsoptions?): GatewayList { id, count, created_at, 5 more }
GET/accounts/{account_id}/gateway/lists/{list_id}
Create Zero Trust list
client.zeroTrust.gateway.lists.create(ListCreateParams { account_id, name, type, 2 more } params, RequestOptionsoptions?): ListCreateResponse { id, created_at, description, 4 more }
POST/accounts/{account_id}/gateway/lists
Update Zero Trust list
client.zeroTrust.gateway.lists.update(stringlistId, ListUpdateParams { account_id, name, description, items } params, RequestOptionsoptions?): GatewayList { id, count, created_at, 5 more }
PUT/accounts/{account_id}/gateway/lists/{list_id}
Patch Zero Trust list.
client.zeroTrust.gateway.lists.edit(stringlistId, ListEditParams { account_id, append, remove } params, RequestOptionsoptions?): GatewayList { id, count, created_at, 5 more }
PATCH/accounts/{account_id}/gateway/lists/{list_id}
Delete Zero Trust list
client.zeroTrust.gateway.lists.delete(stringlistId, ListDeleteParams { account_id } params, RequestOptionsoptions?): ListDeleteResponse
DELETE/accounts/{account_id}/gateway/lists/{list_id}
ListsItems
Get Zero Trust list items
client.zeroTrust.gateway.lists.items.list(stringlistId, ItemListParams { account_id } params, RequestOptionsoptions?): SinglePage<ItemListResponse { created_at, description, value } >
GET/accounts/{account_id}/gateway/lists/{list_id}/items