UserExtSelfRegistrationProfile¶
- 
class oci.identity_domains.models.UserExtSelfRegistrationProfile(**kwargs)¶
- Bases: - object- Self registration profile used when user is self registered. - SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: request - type: complex - uniqueness: none - Methods - __init__(**kwargs)- Initializes a new UserExtSelfRegistrationProfile object with values from keyword arguments. - Attributes - display- Gets the display of this UserExtSelfRegistrationProfile. - ref- Gets the ref of this UserExtSelfRegistrationProfile. - value- [Required] Gets the value of this UserExtSelfRegistrationProfile. - 
__init__(**kwargs)¶
- Initializes a new UserExtSelfRegistrationProfile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - value (str) – The value to assign to the value property of this UserExtSelfRegistrationProfile.
- ref (str) – The value to assign to the ref property of this UserExtSelfRegistrationProfile.
- display (str) – The value to assign to the display property of this UserExtSelfRegistrationProfile.
 
 - 
display¶
- Gets the display of this UserExtSelfRegistrationProfile. A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
 - Returns: - The display of this UserExtSelfRegistrationProfile. - Return type: - str 
 - 
ref¶
- Gets the ref of this UserExtSelfRegistrationProfile. URI of the profile. - SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
 - Returns: - The ref of this UserExtSelfRegistrationProfile. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this UserExtSelfRegistrationProfile. Self Registration Profile Id - SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: always
- type: string
- uniqueness: none
 
 - Returns: - The value of this UserExtSelfRegistrationProfile. - Return type: - str 
 
-