Show / Hide Table of Contents

Class IdentitySettingsMyProfile

Whether to allow users to update their own profile.
Added In: 2207040824
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • required: false
  • type: complex
  • uniqueness: none
Inheritance
object
IdentitySettingsMyProfile
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 IdentitySettingsMyProfile

Properties

AllowEndUsersToChangeTheirPassword

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

Whether to allow users to change their own password.
Added In: 2207040824
SCIM++ Properties:

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

AllowEndUsersToLinkTheirSupportAccount

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

Whether to allow users to link or unlink their support accounts.
Added In: 2207040824
SCIM++ Properties:

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

AllowEndUsersToManageTheirCapabilities

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

Whether to allow users to update their capabilities.
Added In: 2207040824
SCIM++ Properties:

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

AllowEndUsersToUpdateTheirSecuritySettings

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

Whether to allow users to update their security settings.
Added In: 2207040824
SCIM++ Properties:

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