ScheduleCertificateVersionDeletionDetails

class oci.certificates_management.models.ScheduleCertificateVersionDeletionDetails(**kwargs)

Bases: object

The details for scheduling the deletion of the specified certificate version.

Methods

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

Attributes

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

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

Gets the time_of_deletion of this ScheduleCertificateVersionDeletionDetails. An optional property that indicates when to delete the certificate version, expressed in RFC 3339 timestamp format.

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