Share via


KeyVaultSecretNewVersionCreatedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.SecretNewVersionCreated event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.KeyVaultSecretNewVersionCreatedEventData+KeyVaultSecretNewVersionCreatedEventDataConverter))]
public class KeyVaultSecretNewVersionCreatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.KeyVaultSecretNewVersionCreatedEventData+KeyVaultSecretNewVersionCreatedEventDataConverter))>]
type KeyVaultSecretNewVersionCreatedEventData = class
Public Class KeyVaultSecretNewVersionCreatedEventData
Inheritance
KeyVaultSecretNewVersionCreatedEventData
Attributes

Properties

Exp

The expiration date of the object that triggered this event.

Id

The id of the object that triggered this event.

Nbf

Not before date of the object that triggered this event.

ObjectName

The name of the object that triggered this event.

ObjectType

The type of the object that triggered this event.

VaultName

Key vault name of the object that triggered this event.

Version

The version of the object that triggered this event.

Applies to