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] |
- 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