Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 783 Bytes

BehaviorRuleSettingsHistoryBased.md

File metadata and controls

23 lines (17 loc) · 783 Bytes

BehaviorRuleSettingsHistoryBased

Properties

Name Type Description Notes
MaxEventsUsedForEvaluation Int32 [optional] [default to 20]
MinEventsNeededForEvaluation Int32 [optional] [default to 0]

Examples

  • Prepare the resource
$BehaviorRuleSettingsHistoryBased = Initialize-Okta.PowerShellBehaviorRuleSettingsHistoryBased  -MaxEventsUsedForEvaluation null `
 -MinEventsNeededForEvaluation null
  • Convert the resource to JSON
$BehaviorRuleSettingsHistoryBased | ConvertTo-JSON

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