Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 733 Bytes

LogTransaction.md

File metadata and controls

25 lines (19 loc) · 733 Bytes

LogTransaction

Properties

Name Type Description Notes
Detail System.Collections.Hashtable [optional] [readonly]
Id String [optional] [readonly]
Type String [optional] [readonly]

Examples

  • Prepare the resource
$LogTransaction = Initialize-Okta.PowerShellLogTransaction  -Detail null `
 -Id null `
 -Type null
  • Convert the resource to JSON
$LogTransaction | ConvertTo-JSON

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