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