AdminUserSummary¶
-
class
oci.fusion_apps.models.
AdminUserSummary
(**kwargs)¶ Bases:
object
IDM admin credentials without password
Methods
__init__
(**kwargs)Initializes a new AdminUserSummary object with values from keyword arguments. Attributes
email_address
[Required] Gets the email_address of this AdminUserSummary. first_name
[Required] Gets the first_name of this AdminUserSummary. last_name
[Required] Gets the last_name of this AdminUserSummary. username
[Required] Gets the username of this AdminUserSummary. -
__init__
(**kwargs)¶ Initializes a new AdminUserSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - username (str) – The value to assign to the username property of this AdminUserSummary.
- email_address (str) – The value to assign to the email_address property of this AdminUserSummary.
- first_name (str) – The value to assign to the first_name property of this AdminUserSummary.
- last_name (str) – The value to assign to the last_name property of this AdminUserSummary.
-
email_address
¶ [Required] Gets the email_address of this AdminUserSummary. Admin users email address
Returns: The email_address of this AdminUserSummary. Return type: str
-
first_name
¶ [Required] Gets the first_name of this AdminUserSummary. Admin users first name
Returns: The first_name of this AdminUserSummary. Return type: str
-
last_name
¶ [Required] Gets the last_name of this AdminUserSummary. Admin users last name
Returns: The last_name of this AdminUserSummary. Return type: str
-
username
¶ [Required] Gets the username of this AdminUserSummary. Admin username
Returns: The username of this AdminUserSummary. Return type: str
-