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:
falsevalue 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"
}
}