Skip to main content
Get all deviances that has been created or resolved since an event.
External DocumentationTo learn more, visit the Tenable Identity Exposure documentation.

Example Output

{
	"_embedded": {
		"deviance": [
			{
				"id": 0,
				"directoryId": 0,
				"checkerId": 0,
				"profileId": 0,
				"adObjectId": 0,
				"reasonId": 0,
				"resolvedAt": "2025-10-23T09:10:17.937Z",
				"eventDate": "2025-10-23T09:10:17.937Z",
				"ignoreUntil": "2025-10-23T09:10:17.937Z",
				"devianceProviderId": "string",
				"attributes": [
					{
						"name": "string",
						"value": "string"
					}
				],
				"description": {
					"template": "string",
					"replacements": [
						{
							"name": "string",
							"valueType": "string"
						}
					]
				}
			}
		]
	}
}

Workflow Library Example

Get All Deviances Since Event with Tenable Identity Exposure and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop