Show / Hide Table of Contents

Class ExtensionSecurityQuestionsUser

This extension defines the attributes used to store the security questions of a user.

Inheritance
object
ExtensionSecurityQuestionsUser
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
In this article
Back to top