ExtensionSelfChangeUser

class oci.identity_domains.models.ExtensionSelfChangeUser(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new ExtensionSelfChangeUser object with values from keyword arguments.

Attributes

allow_self_change Gets the allow_self_change of this ExtensionSelfChangeUser.
__init__(**kwargs)

Initializes a new ExtensionSelfChangeUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:allow_self_change (bool) – The value to assign to the allow_self_change property of this ExtensionSelfChangeUser.
allow_self_change

Gets the allow_self_change of this ExtensionSelfChangeUser. 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
Returns:The allow_self_change of this ExtensionSelfChangeUser.
Return type:bool