Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
FactorType | FactorType | [optional] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Provider | FactorProvider | [optional] | |
Status | FactorStatus | [optional] | |
Verify | VerifyFactorRequest | [optional] | |
Embedded | System.Collections.Hashtable | [optional] [readonly] | |
Links | System.Collections.Hashtable | [optional] [readonly] | |
VarProfile | WebAuthnUserFactorProfile | [optional] |
- Prepare the resource
$WebAuthnUserFactor = Initialize-Okta.PowerShellWebAuthnUserFactor -Created null `
-FactorType null `
-Id null `
-LastUpdated null `
-Provider null `
-Status null `
-Verify null `
-Embedded null `
-Links null `
-VarProfile null
- Convert the resource to JSON
$WebAuthnUserFactor | ConvertTo-JSON