CreateFusionEnvironmentAdminUserDetails¶
-
class
oci.fusion_apps.models.
CreateFusionEnvironmentAdminUserDetails
(**kwargs)¶ Bases:
object
The credentials for the Fusion Applications service administrator.
Methods
__init__
(**kwargs)Initializes a new CreateFusionEnvironmentAdminUserDetails object with values from keyword arguments. Attributes
email_address
[Required] Gets the email_address of this CreateFusionEnvironmentAdminUserDetails. first_name
[Required] Gets the first_name of this CreateFusionEnvironmentAdminUserDetails. last_name
[Required] Gets the last_name of this CreateFusionEnvironmentAdminUserDetails. password
Gets the password of this CreateFusionEnvironmentAdminUserDetails. username
[Required] Gets the username of this CreateFusionEnvironmentAdminUserDetails. -
__init__
(**kwargs)¶ Initializes a new CreateFusionEnvironmentAdminUserDetails 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 CreateFusionEnvironmentAdminUserDetails.
- password (str) – The value to assign to the password property of this CreateFusionEnvironmentAdminUserDetails.
- email_address (str) – The value to assign to the email_address property of this CreateFusionEnvironmentAdminUserDetails.
- first_name (str) – The value to assign to the first_name property of this CreateFusionEnvironmentAdminUserDetails.
- last_name (str) – The value to assign to the last_name property of this CreateFusionEnvironmentAdminUserDetails.
-
email_address
¶ [Required] Gets the email_address of this CreateFusionEnvironmentAdminUserDetails. The email address for the administrator.
Returns: The email_address of this CreateFusionEnvironmentAdminUserDetails. Return type: str
-
first_name
¶ [Required] Gets the first_name of this CreateFusionEnvironmentAdminUserDetails. The administrator’s first name.
Returns: The first_name of this CreateFusionEnvironmentAdminUserDetails. Return type: str
-
last_name
¶ [Required] Gets the last_name of this CreateFusionEnvironmentAdminUserDetails. The administrator’s last name.
Returns: The last_name of this CreateFusionEnvironmentAdminUserDetails. Return type: str
-
password
¶ Gets the password of this CreateFusionEnvironmentAdminUserDetails. The password for the administrator.
Returns: The password of this CreateFusionEnvironmentAdminUserDetails. Return type: str
-
username
¶ [Required] Gets the username of this CreateFusionEnvironmentAdminUserDetails. The username for the administrator.
Returns: The username of this CreateFusionEnvironmentAdminUserDetails. Return type: str
-