Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.27 KB

UserFactor.md

File metadata and controls

37 lines (31 loc) · 1.27 KB

UserFactor

Properties

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]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]