Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 987 Bytes

BehaviorRule.md

File metadata and controls

33 lines (27 loc) · 987 Bytes

BehaviorRule

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]

Examples

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

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