Skip to main content
Get a list of possible operators for a given condition value. Required Scope: Manage All
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Condition ValueThe value for the selected condition.

Example Output

[
	{
		"name": "equals",
		"value": "="
	},
	{
		"name": "does not equal",
		"value": "!="
	},
	{
		"name": "contains",
		"value": "~"
	},
	{
		"name": "does not contain",
		"value": "!~"
	},
	{
		"name": "begins with",
		"value": "bw"
	},
	{
		"name": "ends with",
		"value": "ew"
	}
]

Workflow Library Example

List Condition Operators with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop