ScheduleSecretVersionDeletionDetails

class oci.vault.models.ScheduleSecretVersionDeletionDetails(**kwargs)

Bases: object

Schedules the deletion of the specified secret version.

Methods

__init__(**kwargs) Initializes a new ScheduleSecretVersionDeletionDetails object with values from keyword arguments.

Attributes

time_of_deletion Gets the time_of_deletion of this ScheduleSecretVersionDeletionDetails.
__init__(**kwargs)

Initializes a new ScheduleSecretVersionDeletionDetails 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 ScheduleSecretVersionDeletionDetails.
time_of_deletion

Gets the time_of_deletion of this ScheduleSecretVersionDeletionDetails. An optional property indicating when to delete the secret version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z

Returns:The time_of_deletion of this ScheduleSecretVersionDeletionDetails.
Return type:datetime