Class ExtensionSelfChangeUser
Controls whether a user can update themselves or not via User related APIs
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionSelfChangeUserProperties
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).
 
 |