API version:
Show / Hide Table of Contents

Interface IPasswordPolicyRuleActions

Represents a PasswordPolicyRuleActions resource in the Okta API.

Inherited Members
IPolicyRuleActions.Enroll
IPolicyRuleActions.Signon
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IPasswordPolicyRuleActions : IPolicyRuleActions, IResource

Properties

PasswordChange

Declaration
IPasswordPolicyRuleAction PasswordChange { get; set; }
Property Value
Type Description
IPasswordPolicyRuleAction

SelfServicePasswordReset

Declaration
IPasswordPolicyRuleAction SelfServicePasswordReset { get; set; }
Property Value
Type Description
IPasswordPolicyRuleAction

SelfServiceUnlock

Declaration
IPasswordPolicyRuleAction SelfServiceUnlock { get; set; }
Property Value
Type Description
IPasswordPolicyRuleAction
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.