Name | Type | Description | Notes |
---|---|---|---|
Created | String | [optional] | |
ExternalId | String | [optional] | |
Id | String | [optional] [readonly] | |
LastUpdated | String | [optional] | |
VarProfile | System.Collections.Hashtable | [optional] | |
Embedded | System.Collections.Hashtable | [optional] [readonly] | |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$IdentityProviderApplicationUser = Initialize-Okta.PowerShellIdentityProviderApplicationUser -Created null `
-ExternalId null `
-Id null `
-LastUpdated null `
-VarProfile null `
-Embedded null `
-Links null
- Convert the resource to JSON
$IdentityProviderApplicationUser | ConvertTo-JSON