Uses of Class
com.azure.messaging.eventgrid.systemevents.KeyVaultKeyNearExpiryEventData
Packages that use KeyVaultKeyNearExpiryEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of KeyVaultKeyNearExpiryEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return KeyVaultKeyNearExpiryEventDataModifier 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.KeyVaultKeyNearExpiryEventData.setObjectName(String objectName) Set the objectName property: The name of the object that triggered this event.KeyVaultKeyNearExpiryEventData.setObjectType(String objectType) Set the objectType property: The type of the object that triggered this event.KeyVaultKeyNearExpiryEventData.setVaultName(String vaultName) Set the vaultName property: Key vault name of the object that triggered this event.KeyVaultKeyNearExpiryEventData.setVersion(String version) Set the version property: The version of the object that triggered this event.