Pacfiles
List PAC files
client.zeroTrust.gateway.pacfiles.list(PacfileListParams { account_id } params, RequestOptionsoptions?): SinglePage<PacfileListResponse { id, created_at, description, 4 more } >
GET/accounts/{account_id}/gateway/pacfiles
Get a PAC file
client.zeroTrust.gateway.pacfiles.get(stringpacfileID, PacfileGetParams { account_id } params, RequestOptionsoptions?): PacfileGetResponse { id, contents, created_at, 5 more }
GET/accounts/{account_id}/gateway/pacfiles/{pacfile_id}
Create a PAC file
client.zeroTrust.gateway.pacfiles.create(PacfileCreateParams { account_id, contents, name, 2 more } params, RequestOptionsoptions?): PacfileCreateResponse { id, contents, created_at, 5 more }
POST/accounts/{account_id}/gateway/pacfiles
Update a Zero Trust Gateway PAC file
client.zeroTrust.gateway.pacfiles.update(stringpacfileID, PacfileUpdateParams { account_id, contents, description, name } params, RequestOptionsoptions?): PacfileUpdateResponse { id, contents, created_at, 5 more }
PUT/accounts/{account_id}/gateway/pacfiles/{pacfile_id}
Delete a PAC file
client.zeroTrust.gateway.pacfiles.delete(stringpacfileID, PacfileDeleteParams { account_id } params, RequestOptionsoptions?): PacfileDeleteResponse
DELETE/accounts/{account_id}/gateway/pacfiles/{pacfile_id}