Show / Hide Table of Contents

Class ExtensionMeUser

Oracle Identity Cloud Service self service schema extension

Inheritance
object
ExtensionMeUser
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 ExtensionMeUser

Properties

CurrentPassword

Declaration
[JsonProperty(PropertyName = "currentPassword")]
public string CurrentPassword { get; set; }
Property Value
Type Description
string

The current password is required if the user attempts to change the values of attributes that are used in recovering or verifying the user's own identity. If the current password is specified, it will be used to authenticate the user regardless of any change in these attribute values
SCIM++ Properties:

  • idcsSearchable: false
  • idcsSensitive: hash
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
In this article
Back to top