Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 654 Bytes

CallUserFactorProfile.md

File metadata and controls

23 lines (17 loc) · 654 Bytes

CallUserFactorProfile

Properties

Name Type Description Notes
PhoneExtension String [optional]
PhoneNumber String [optional]

Examples

  • Prepare the resource
$CallUserFactorProfile = Initialize-Okta.PowerShellCallUserFactorProfile  -PhoneExtension null `
 -PhoneNumber null
  • Convert the resource to JSON
$CallUserFactorProfile | ConvertTo-JSON

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