{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserIdentifierConditionEvaluatorPattern", "title": "UserIdentifierConditionEvaluatorPattern", "type": "object", "properties": { "matchType": { "type": "string", "enum": [ "SUFFIX", "EXPRESSION", "STARTS_WITH", "EQUALS", "CONTAINS" ] }, "value": { "type": "string" } }, "x-okta-tags": [ "Policy" ] }