Show / Hide Table of Contents

Class ScheduleCertificateAuthorityVersionDeletionDetails

The details of the request to schedule the deletion of the specified certificate authority (CA) version.

Inheritance
object
ScheduleCertificateAuthorityVersionDeletionDetails
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 ScheduleCertificateAuthorityVersionDeletionDetails

Properties

TimeOfDeletion

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

An optional property indicating when to delete the CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z

In this article
Back to top