Show / Hide Table of Contents

Class ScheduleCertificateVersionDeletionDetails

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

Inheritance
object
ScheduleCertificateVersionDeletionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class ScheduleCertificateVersionDeletionDetails

Properties

TimeOfDeletion

Declaration
[JsonProperty(PropertyName = "timeOfDeletion")]
public DateTime? TimeOfDeletion { get; set; }
Property Value
Type Description
DateTime?

An optional property that indicates when to delete the certificate version, expressed in RFC 3339 timestamp format.

In this article
Back to top