Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
As An Admin User On Enterprise Server, Is There A Programmatic Way To...

as an Admin user on Enterprise server, is there a programmatic way to...

  • query all of the age of all of the API credentials for all users
  • revoke the API credentials that are older than a certain age. E.g., 90 days
    Looking for a way to enforce regular rotation of keys

If not, what would it take for an update so that we have REST APIs to do the above? Someone with admin rights to do that inspection of the age of all users' API credentials

  
  
Posted 12 hours ago
Votes Newest

Answers

12 Views
0 Answers
12 hours ago
12 hours ago
Tags