Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 573 Bytes

EmailUserFactorProfile.md

File metadata and controls

21 lines (15 loc) · 573 Bytes

EmailUserFactorProfile

Properties

Name Type Description Notes
Email String [optional]

Examples

  • Prepare the resource
$EmailUserFactorProfile = Initialize-Okta.PowerShellEmailUserFactorProfile  -Email null
  • Convert the resource to JSON
$EmailUserFactorProfile | ConvertTo-JSON

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