Skip to main content
Version: 1.28.0

AttributeValuePredicate

Predicate for matching an identity-provider user attribute by name and optional value.

name object

String matcher supporting exact, prefix, suffix, or contains matching, case sensitivity, and negation.

caseSensitiveboolean
matchstring

Possible values: [EXACT, BEGIN, END, CONTAINS]

negateboolean
valuestring
negatedboolean

Invert this attribute predicate.

Example: false
value object

String matcher supporting exact, prefix, suffix, or contains matching, case sensitivity, and negation.

caseSensitiveboolean
matchstring

Possible values: [EXACT, BEGIN, END, CONTAINS]

negateboolean
valuestring
AttributeValuePredicate
{
"name": {
"caseSensitive": true,
"match": "EXACT",
"negate": true,
"value": "string"
},
"negated": false,
"value": {
"caseSensitive": true,
"match": "EXACT",
"negate": true,
"value": "string"
}
}