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] |
- Prepare the resource
$UserFactor = Initialize-Okta.PowerShellUserFactor -Created null `
-FactorType null `
-Id null `
-LastUpdated null `
-Provider null `
-Status null `
-Verify null `
-Embedded null `
-Links null
- Convert the resource to JSON
$UserFactor | ConvertTo-JSON