Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
Key | String | [optional] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Provider | AuthenticatorProvider | [optional] | |
Settings | AuthenticatorSettings | [optional] | |
Status | AuthenticatorStatus | [optional] | |
Type | AuthenticatorType | [optional] | |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$Authenticator = Initialize-Okta.PowerShellAuthenticator -Created null `
-Id null `
-Key null `
-LastUpdated null `
-Name null `
-Provider null `
-Settings null `
-Status null `
-Type null `
-Links null
- Convert the resource to JSON
$Authenticator | ConvertTo-JSON