ScheduleKeyVersionDeletionDetails

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

Bases: object

Details for scheduling key version deletion.

Methods

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

Attributes

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

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

Gets the time_of_deletion of this ScheduleKeyVersionDeletionDetails. An optional property to indicate when to delete the key version, 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 ScheduleKeyVersionDeletionDetails.
Return type:datetime