ScheduleCertificateAuthorityVersionDeletionDetails¶
-
class
oci.certificates_management.models.
ScheduleCertificateAuthorityVersionDeletionDetails
(**kwargs)¶ Bases:
object
The details of the request to schedule the deletion of the specified certificate authority (CA) version.
Methods
__init__
(**kwargs)Initializes a new ScheduleCertificateAuthorityVersionDeletionDetails object with values from keyword arguments. Attributes
time_of_deletion
Gets the time_of_deletion of this ScheduleCertificateAuthorityVersionDeletionDetails. -
__init__
(**kwargs)¶ Initializes a new ScheduleCertificateAuthorityVersionDeletionDetails 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 ScheduleCertificateAuthorityVersionDeletionDetails.
-
time_of_deletion
¶ Gets the time_of_deletion of this ScheduleCertificateAuthorityVersionDeletionDetails. An optional property indicating when to delete the CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
Returns: The time_of_deletion of this ScheduleCertificateAuthorityVersionDeletionDetails. Return type: datetime
-