ScheduleSecretDeletionDetails¶
-
class
oci.vault.models.
ScheduleSecretDeletionDetails
(**kwargs)¶ Bases:
object
Details for scheduling the deletion of the specified secret.
Methods
__init__
(**kwargs)Initializes a new ScheduleSecretDeletionDetails object with values from keyword arguments. Attributes
time_of_deletion
Gets the time_of_deletion of this ScheduleSecretDeletionDetails. -
__init__
(**kwargs)¶ Initializes a new ScheduleSecretDeletionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: time_of_deletion (datetime) – The value to assign to the time_of_deletion property of this ScheduleSecretDeletionDetails.
-