You can create Identity type conditions that evaluate profile_key and profile_value using one of the
operators: equals, not (equal to), empty (null), exists (not null), greater (than or equal to),
less (than or equal to), prefix (starts wth), suffix (ends with), contains (partial string match).
If you are using the API for providing a UI overlay, you can use this endpoint for long term sustainability when designing a dropdown menu in case we add additional operators in a future version.
Documentation Index
Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The enum snake case value
"equals"
The human readable label
"Equals"
Indicates if the operator uses a profile value
true
The symbol representation of the operator
"="
The phosphor icon name
"phosphor-equals-light"
The hero icon name
"equals"