Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 799 Bytes

EntityRiskPolicyRuleAllOfConditionsRiskDetectionTypes.md

File metadata and controls

12 lines (8 loc) · 799 Bytes

Okta.Sdk.Model.EntityRiskPolicyRuleAllOfConditionsRiskDetectionTypes

An object that references detected risk events. This object can have an include parameter or an exclude parameter, but not both.

Properties

Name Type Description Notes
Exclude List<DetectedRiskEvents> An array of detected risk events to exclude in the entity policy rule [optional]
Include List<DetectedRiskEvents> An array of detected risk events to include in the entity policy rule [optional]

[Back to Model list] [Back to API list] [Back to README]