Interface IPolicyRuleActions
Represents a PolicyRuleActions resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IPolicyRuleActions : IResource
Properties
Enroll
Declaration
IPolicyRuleActionsEnroll Enroll { get; set; }
Property Value
PasswordChange
Declaration
IPasswordPolicyRuleAction PasswordChange { get; set; }
Property Value
SelfServicePasswordReset
Declaration
IPasswordPolicyRuleAction SelfServicePasswordReset { get; set; }
Property Value
SelfServiceUnlock
Declaration
IPasswordPolicyRuleAction SelfServiceUnlock { get; set; }
Property Value
Signon
Declaration
IOktaSignOnPolicyRuleSignonActions Signon { get; set; }
Property Value