Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.22 KB

OktaSignOnPolicyRuleActions.md

File metadata and controls

31 lines (25 loc) · 1.22 KB

OktaSignOnPolicyRuleActions

Properties

Name Type Description Notes
Enroll PolicyRuleActionsEnroll [optional]
Idp IdpPolicyRuleAction [optional]
PasswordChange PasswordPolicyRuleAction [optional]
SelfServicePasswordReset PasswordPolicyRuleAction [optional]
SelfServiceUnlock PasswordPolicyRuleAction [optional]
Signon OktaSignOnPolicyRuleSignonActions [optional]

Examples

  • Prepare the resource
$OktaSignOnPolicyRuleActions = Initialize-Okta.PowerShellOktaSignOnPolicyRuleActions  -Enroll null `
 -Idp null `
 -PasswordChange null `
 -SelfServicePasswordReset null `
 -SelfServiceUnlock null `
 -Signon null
  • Convert the resource to JSON
$OktaSignOnPolicyRuleActions | ConvertTo-JSON

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