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