API version:
Show / Hide Table of Contents

Interface IOktaSignOnPolicyRuleSignonActions

Represents a OktaSignOnPolicyRuleSignonActions resource in the Okta API.

Inherited Members
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 IOktaSignOnPolicyRuleSignonActions : IResource

Properties

Access

Declaration
string Access { get; set; }
Property Value
Type Description
System.String

FactorLifetime

Declaration
int? FactorLifetime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

FactorPromptMode

Declaration
string FactorPromptMode { get; set; }
Property Value
Type Description
System.String

RememberDeviceByDefault

Declaration
bool? RememberDeviceByDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RequireFactor

Declaration
bool? RequireFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Session

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