Skip to content
Start here

Tags

List tags
client.zeroTrust.access.tags.list(TagListParams { account_id, page, per_page } params, RequestOptionsoptions?): V4PagePaginationArray<Tag { name } >
GET/accounts/{account_id}/access/tags
Get a tag
client.zeroTrust.access.tags.get(stringtagName, TagGetParams { account_id } params, RequestOptionsoptions?): Tag { name }
GET/accounts/{account_id}/access/tags/{tag_name}
Create a tag
client.zeroTrust.access.tags.create(TagCreateParams { account_id, name } params, RequestOptionsoptions?): Tag { name }
POST/accounts/{account_id}/access/tags
Update a tag
client.zeroTrust.access.tags.update(stringtagName, TagUpdateParams { account_id, name } params, RequestOptionsoptions?): Tag { name }
PUT/accounts/{account_id}/access/tags/{tag_name}
Delete a tag
client.zeroTrust.access.tags.delete(stringtagName, TagDeleteParams { account_id } params, RequestOptionsoptions?): TagDeleteResponse { name }
DELETE/accounts/{account_id}/access/tags/{tag_name}
ModelsExpand Collapse
Tag { name }

A tag

name: string

The name of the tag

TagDeleteResponse { name }
name?: string

The name of the tag