Uses of Class
com.azure.messaging.eventgrid.systemevents.KeyVaultKeyExpiredEventData
Packages that use KeyVaultKeyExpiredEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of KeyVaultKeyExpiredEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return KeyVaultKeyExpiredEventDataModifier and TypeMethodDescriptionSet the exp property: The expiration date of the object that triggered this event.Set the id property: The id of the object that triggered this event.Set the nbf property: Not before date of the object that triggered this event.KeyVaultKeyExpiredEventData.setObjectName(String objectName) Set the objectName property: The name of the object that triggered this event.KeyVaultKeyExpiredEventData.setObjectType(String objectType) Set the objectType property: The type of the object that triggered this event.KeyVaultKeyExpiredEventData.setVaultName(String vaultName) Set the vaultName property: Key vault name of the object that triggered this event.KeyVaultKeyExpiredEventData.setVersion(String version) Set the version property: The version of the object that triggered this event.