Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 607 Bytes

CustomHotpUserFactorProfile.md

File metadata and controls

21 lines (15 loc) · 607 Bytes

CustomHotpUserFactorProfile

Properties

Name Type Description Notes
SharedSecret String [optional]

Examples

  • Prepare the resource
$CustomHotpUserFactorProfile = Initialize-Okta.PowerShellCustomHotpUserFactorProfile  -SharedSecret null
  • Convert the resource to JSON
$CustomHotpUserFactorProfile | ConvertTo-JSON

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