Interface ISecurityQuestionUserFactorProfile
Represents a SecurityQuestionUserFactorProfile resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ISecurityQuestionUserFactorProfile : IResource
Properties
Answer
Declaration
string Answer { get; set; }
Property Value
Type |
Description |
System.String |
|
Question
Declaration
string Question { get; set; }
Property Value
Type |
Description |
System.String |
|
QuestionText
Declaration
string QuestionText { get; set; }
Property Value
Type |
Description |
System.String |
|