Show / Hide Table of Contents

Class AuthenticationFactorSettingsIdentityStoreSettings

Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Inheritance
object
AuthenticationFactorSettingsIdentityStoreSettings
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 AuthenticationFactorSettingsIdentityStoreSettings

Properties

MobileNumberEnabled

Declaration
[JsonProperty(PropertyName = "mobileNumberEnabled")]
public bool? MobileNumberEnabled { get; set; }
Property Value
Type Description
bool?

If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

MobileNumberUpdateEnabled

Declaration
[JsonProperty(PropertyName = "mobileNumberUpdateEnabled")]
public bool? MobileNumberUpdateEnabled { get; set; }
Property Value
Type Description
bool?

If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
In this article
Back to top