Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 606 Bytes

LogOutcome.md

File metadata and controls

23 lines (17 loc) · 606 Bytes

LogOutcome

Properties

Name Type Description Notes
Reason String [optional] [readonly]
Result String [optional] [readonly]

Examples

  • Prepare the resource
$LogOutcome = Initialize-Okta.PowerShellLogOutcome  -Reason null `
 -Result null
  • Convert the resource to JSON
$LogOutcome | ConvertTo-JSON

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