Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.33 KB

AccessPolicyRuleActions.md

File metadata and controls

33 lines (27 loc) · 1.33 KB

AccessPolicyRuleActions

Properties

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

Examples

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

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