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