ExtensionSelfRegistrationUser¶
-
class
oci.identity_domains.models.
ExtensionSelfRegistrationUser
(**kwargs)¶ Bases:
object
This extension defines attributes used to manage self registration profile linked to the user.
Methods
__init__
(**kwargs)Initializes a new ExtensionSelfRegistrationUser object with values from keyword arguments. Attributes
consent_granted
Gets the consent_granted of this ExtensionSelfRegistrationUser. self_registration_profile
[Required] Gets the self_registration_profile of this ExtensionSelfRegistrationUser. user_token
Gets the user_token of this ExtensionSelfRegistrationUser. -
__init__
(**kwargs)¶ Initializes a new ExtensionSelfRegistrationUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - consent_granted (bool) – The value to assign to the consent_granted property of this ExtensionSelfRegistrationUser.
- user_token (str) – The value to assign to the user_token property of this ExtensionSelfRegistrationUser.
- self_registration_profile (oci.identity_domains.models.UserExtSelfRegistrationProfile) – The value to assign to the self_registration_profile property of this ExtensionSelfRegistrationUser.
-
consent_granted
¶ Gets the consent_granted of this ExtensionSelfRegistrationUser. A boolean value that indicates whether the consent is granted.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The consent_granted of this ExtensionSelfRegistrationUser. Return type: bool
-
self_registration_profile
¶ [Required] Gets the self_registration_profile of this ExtensionSelfRegistrationUser.
Returns: The self_registration_profile of this ExtensionSelfRegistrationUser. Return type: oci.identity_domains.models.UserExtSelfRegistrationProfile
-
user_token
¶ Gets the user_token of this ExtensionSelfRegistrationUser. User token used for auto-login.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The user_token of this ExtensionSelfRegistrationUser. Return type: str
-