Class ScheduleCertificateAuthorityDeletionDetails
The details of the request to schedule the deletion of the specified certificate authority (CA).
Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class ScheduleCertificateAuthorityDeletionDetails
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, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z |