Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 888 Bytes

PushUserFactorProfile.md

File metadata and controls

31 lines (25 loc) · 888 Bytes

PushUserFactorProfile

Properties

Name Type Description Notes
CredentialId String [optional]
DeviceToken String [optional]
DeviceType String [optional]
Name String [optional]
Platform String [optional]
Version String [optional]

Examples

  • Prepare the resource
$PushUserFactorProfile = Initialize-Okta.PowerShellPushUserFactorProfile  -CredentialId null `
 -DeviceToken null `
 -DeviceType null `
 -Name null `
 -Platform null `
 -Version null
  • Convert the resource to JSON
$PushUserFactorProfile | ConvertTo-JSON

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