update_deviances_by_ad_object
Update deviance records for a specific Active Directory object and checker, setting an ignore-until date to suppress alerts.
Instructions
Update the deviances emitted on a specific AD object and for a specific checker. Note: profileId selects a configuration profile (a lens, not a container). If the user has not specified a profile, call get_preferred_profile (or get_preferences) and use preferredProfileId — do not assume profile 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Validates the PATCH /profiles/:profileId/checkers/:checkerId/ad-objects/:adObjectId/deviances request payload | |
| dateEnd | No | The date until which the deviances should have been emitted | |
| checkerId | Yes | Path parameter: checkerId | |
| dateStart | No | The date starting from which the deviances should have been emitted | |
| profileId | Yes | Path parameter: profileId | |
| reasonIds | No | Reasons for which the deviances should have been emitted | |
| adObjectId | Yes | Path parameter: adObjectId |