Class ScheduleCertificateDeletionDetails
The details for scheduling the deletion of the specified certificate.
Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class ScheduleCertificateDeletionDetailsProperties
TimeOfDeletion
Declaration
[JsonProperty(PropertyName = "timeOfDeletion")]
public DateTime? TimeOfDeletion { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. |