KeyVaultKeyExpiredEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. KeyVaultKeyExpiredEventData
- com.
Implements
public final class KeyVaultKeyExpiredEventData
implements JsonSerializable<KeyVaultKeyExpiredEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.KeyExpired event.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromJson(JsonReader jsonReader)
Reads an instance of Key |
| double |
getExp()
Get the exp property: The expiration date of the object that triggered this event. |
| String |
getId()
Get the id property: The id of the object that triggered this event. |
| double |
getNbf()
Get the nbf property: Not before date of the object that triggered this event. |
| String |
getObjectName()
Get the object |
| String |
getObjectType()
Get the object |
| String |
getVaultName()
Get the vault |
| String |
getVersion()
Get the version property: The version of the object that triggered this event. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static KeyVaultKeyExpiredEventData fromJson(JsonReader jsonReader)
Reads an instance of KeyVaultKeyExpiredEventData from the JsonReader.
Parameters:
Returns:
Throws:
getExp
public double getExp()
Get the exp property: The expiration date of the object that triggered this event.
Returns:
getId
public String getId()
Get the id property: The id of the object that triggered this event.
Returns:
getNbf
public double getNbf()
Get the nbf property: Not before date of the object that triggered this event.
Returns:
getObjectName
public String getObjectName()
Get the objectName property: The name of the object that triggered this event.
Returns:
getObjectType
public String getObjectType()
Get the objectType property: The type of the object that triggered this event.
Returns:
getVaultName
public String getVaultName()
Get the vaultName property: Key vault name of the object that triggered this event.
Returns:
getVersion
public String getVersion()
Get the version property: The version of the object that triggered this event.
Returns: