Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 632 Bytes

ScheduledUserLifecycleAction.md

File metadata and controls

21 lines (15 loc) · 632 Bytes

ScheduledUserLifecycleAction

Properties

Name Type Description Notes
Status PolicyUserStatus [optional]

Examples

  • Prepare the resource
$ScheduledUserLifecycleAction = Initialize-Okta.PowerShellScheduledUserLifecycleAction  -Status null
  • Convert the resource to JSON
$ScheduledUserLifecycleAction | ConvertTo-JSON

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