mirror of https://github.com/istio/istio.io.git
956 B
956 B
| title | overview | order | layout | type |
|---|---|---|---|---|
| lists Config | Generated documentation for Mixer's Aspect Configuration Schema | 1160 | docs | markdown |
Index
- ListsParams (message)
ListsParams
Configures a lists aspect.
Example: kind: lists params: blacklist: true checkExpression: source.ip
| Field | Type | Description |
|---|---|---|
blacklist |
bool | blacklist determines if this behaves like a blacklist default is whitelist |
checkExpression |
string | checkExpression is the expression evaluated at runtime to derive the value that is checked against the list |