Class MyAuthenticationFactorValidatorSecurityQuestions
List of security questions the user has submitted to get authenticated.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyAuthenticationFactorValidatorSecurityQuestions
Properties
Answer
Declaration
[JsonProperty(PropertyName = "answer")]
public string Answer { get; set; }
Property Value
Type | Description |
---|---|
string | Answer of the security question the user has submitted
|
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | id of the security question
|
Remarks
Required