Interface IOktaSignOnPolicyRuleSignonActions
Represents a OktaSignOnPolicyRuleSignonActions resource in the Okta API.
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