ActivateTargetDatabaseDetails¶
- 
class oci.data_safe.models.ActivateTargetDatabaseDetails(**kwargs)¶
- Bases: - object- The details required to reactivate a previously deactived target database in Data Safe. - Methods - __init__(**kwargs)- Initializes a new ActivateTargetDatabaseDetails object with values from keyword arguments. - Attributes - credentials- [Required] Gets the credentials of this ActivateTargetDatabaseDetails. - 
__init__(**kwargs)¶
- Initializes a new ActivateTargetDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - credentials (oci.data_safe.models.Credentials) – The value to assign to the credentials property of this ActivateTargetDatabaseDetails. 
 - 
credentials¶
- [Required] Gets the credentials of this ActivateTargetDatabaseDetails. - Returns: - The credentials of this ActivateTargetDatabaseDetails. - Return type: - oci.data_safe.models.Credentials 
 
-