ScheduleVaultDeletionDetails

class oci.key_management.models.ScheduleVaultDeletionDetails(**kwargs)

Bases: object

Details for scheduling vault deletion.

Methods

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

Attributes

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

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

Gets the time_of_deletion of this ScheduleVaultDeletionDetails. An optional property indicating when to delete the vault, expressed in RFC 3339 timestamp format. The specified time must be between 7 and 30 days from the time when the request is received. If this property is missing, it will be set to 30 days from the time of the request by default.

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