Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.16 KB

BehaviorRuleAnomalousLocation.md

File metadata and controls

35 lines (29 loc) · 1.16 KB

BehaviorRuleAnomalousLocation

Properties

Name Type Description Notes
Created System.DateTime [optional] [readonly]
Id String [optional] [readonly]
LastUpdated System.DateTime [optional] [readonly]
Name String
Status LifecycleStatus [optional]
Type BehaviorRuleType
Link ApiTokenLink [optional]
Settings BehaviorRuleSettingsAnomalousLocation [optional]

Examples

  • Prepare the resource
$BehaviorRuleAnomalousLocation = Initialize-Okta.PowerShellBehaviorRuleAnomalousLocation  -Created null `
 -Id null `
 -LastUpdated null `
 -Name null `
 -Status null `
 -Type null `
 -Link null `
 -Settings null
  • Convert the resource to JSON
$BehaviorRuleAnomalousLocation | ConvertTo-JSON

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