Class ExtensionSecurityQuestionsUser
This extension defines the attributes used to store the security questions of a user.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionSecurityQuestionsUser
Properties
SecQuestions
Declaration
[JsonProperty(PropertyName = "secQuestions")]
public List<UserExtSecQuestions> SecQuestions { get; set; }
Property Value
Type | Description |
---|---|
List<UserExtSecQuestions> | The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
|