Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeletedSecret

Package version

An interface representing a deleted KeyVault Secret.

Hierarchy

  • DeletedSecret

Index

Properties

Optional deletedOn

deletedOn: Date

The time when the secret was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

name

name: string

The name of the secret.

properties

properties: SecretProperties & { deletedOn?: Date; recoveryId?: undefined | string; scheduledPurgeDate?: Date }

The properties of the secret

Optional recoveryId

recoveryId: undefined | string

The url of the recovery object, used to identify and recover the deleted secret.

Optional scheduledPurgeDate

scheduledPurgeDate: Date

The time when the secret is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: undefined | string

The secret value.

Generated using TypeDoc