Show / Hide Table of Contents

Class ExtensionSelfChangeUser

Controls whether a user can update themselves or not via User related APIs

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

Properties

AllowSelfChange

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

If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
Added In: 2205182039
SCIM++ Properties:

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