Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 865 Bytes

LogActor.md

File metadata and controls

29 lines (23 loc) · 865 Bytes

LogActor

Properties

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

Examples

  • Prepare the resource
$LogActor = Initialize-Okta.PowerShellLogActor  -AlternateId null `
 -Detail null `
 -DisplayName null `
 -Id null `
 -Type null
  • Convert the resource to JSON
$LogActor | ConvertTo-JSON

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