# Client Tags

Client tags describe various properties of the application or tool used to generate the data access. The full list of client tools is available [here](/content/docs/acl/client-tools-list/index.html).

### Client Tool ID

`client.tool.id::<ID>`

For example, to match Snowflake UI, use `client.tool.id::1`.

### Client Tool Name

`client.tool.name::<NAME>`

For example, to match Snowflake UI, use `"'client.tool.name::Snowflake UI'"`.

### Client Tool Type

`client.tool.type::<TYPE>`

For example, to match BI tools, use `client.tool.type::bi`.

### Client Tool Driver

`client.tool.driver::<DRIVER>`

For example, to match JDBC-based tools, use `client.tool.driver::jdbc`.
