IdentitySettingsMyProfile

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

Bases: object

Whether to allow users to update their own profile.

Added In: 2207040824

SCIM++ Properties: - caseExact: false - multiValued: false - required: false - type: complex - uniqueness: none

Methods

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

Attributes

allow_end_users_to_change_their_password Gets the allow_end_users_to_change_their_password of this IdentitySettingsMyProfile.
allow_end_users_to_link_their_support_account Gets the allow_end_users_to_link_their_support_account of this IdentitySettingsMyProfile.
allow_end_users_to_manage_their_capabilities Gets the allow_end_users_to_manage_their_capabilities of this IdentitySettingsMyProfile.
allow_end_users_to_update_their_security_settings Gets the allow_end_users_to_update_their_security_settings of this IdentitySettingsMyProfile.
__init__(**kwargs)

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

Parameters:
  • allow_end_users_to_change_their_password (bool) – The value to assign to the allow_end_users_to_change_their_password property of this IdentitySettingsMyProfile.
  • allow_end_users_to_link_their_support_account (bool) – The value to assign to the allow_end_users_to_link_their_support_account property of this IdentitySettingsMyProfile.
  • allow_end_users_to_update_their_security_settings (bool) – The value to assign to the allow_end_users_to_update_their_security_settings property of this IdentitySettingsMyProfile.
  • allow_end_users_to_manage_their_capabilities (bool) – The value to assign to the allow_end_users_to_manage_their_capabilities property of this IdentitySettingsMyProfile.
allow_end_users_to_change_their_password

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

Gets the allow_end_users_to_link_their_support_account of this IdentitySettingsMyProfile. 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
Returns:The allow_end_users_to_link_their_support_account of this IdentitySettingsMyProfile.
Return type:bool
allow_end_users_to_manage_their_capabilities

Gets the allow_end_users_to_manage_their_capabilities of this IdentitySettingsMyProfile. 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
Returns:The allow_end_users_to_manage_their_capabilities of this IdentitySettingsMyProfile.
Return type:bool
allow_end_users_to_update_their_security_settings

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