Interface ISecurityQuestion
Represents a SecurityQuestion resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ISecurityQuestion : 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 |