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