Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultCertificateNearExpiryEventData

Package version

Schema of the Data property of an EventGridEvent for an CertificateNearExpiry event.

Hierarchy

  • KeyVaultCertificateNearExpiryEventData

Index

Properties

Optional exp

exp: undefined | number

The expiration date of the object that triggered this event

Optional id

id: undefined | string

The id of the object that triggered this event.

Optional nbf

nbf: undefined | number

Not before date of the object that triggered this event

Optional objectName

objectName: undefined | string

The name of the object that triggered this event

Optional objectType

objectType: undefined | string

The type of the object that triggered this event

Optional vaultName

vaultName: undefined | string

Key vault name of the object that triggered this event.

Optional version

version: undefined | string

The version of the object that triggered this event

Generated using TypeDoc