Class KeyVaultSecretNewVersionCreatedEventData


  • public final class KeyVaultSecretNewVersionCreatedEventData
    extends Object
    Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.SecretNewVersionCreated event.
    • Constructor Detail

      • KeyVaultSecretNewVersionCreatedEventData

        public KeyVaultSecretNewVersionCreatedEventData()
    • Method Detail

      • getId

        public String getId()
        Get the id property: The id of the object that triggered this event.
        Returns:
        the id value.
      • setId

        public KeyVaultSecretNewVersionCreatedEventData setId​(String id)
        Set the id property: The id of the object that triggered this event.
        Parameters:
        id - the id value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getVaultName

        public String getVaultName()
        Get the vaultName property: Key vault name of the object that triggered this event.
        Returns:
        the vaultName value.
      • setVaultName

        public KeyVaultSecretNewVersionCreatedEventData setVaultName​(String vaultName)
        Set the vaultName property: Key vault name of the object that triggered this event.
        Parameters:
        vaultName - the vaultName value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getObjectType

        public String getObjectType()
        Get the objectType property: The type of the object that triggered this event.
        Returns:
        the objectType value.
      • setObjectType

        public KeyVaultSecretNewVersionCreatedEventData setObjectType​(String objectType)
        Set the objectType property: The type of the object that triggered this event.
        Parameters:
        objectType - the objectType value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getObjectName

        public String getObjectName()
        Get the objectName property: The name of the object that triggered this event.
        Returns:
        the objectName value.
      • setObjectName

        public KeyVaultSecretNewVersionCreatedEventData setObjectName​(String objectName)
        Set the objectName property: The name of the object that triggered this event.
        Parameters:
        objectName - the objectName value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getVersion

        public String getVersion()
        Get the version property: The version of the object that triggered this event.
        Returns:
        the version value.
      • setVersion

        public KeyVaultSecretNewVersionCreatedEventData setVersion​(String version)
        Set the version property: The version of the object that triggered this event.
        Parameters:
        version - the version value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getNbf

        public Float getNbf()
        Get the nbf property: Not before date of the object that triggered this event.
        Returns:
        the nbf value.
      • setNbf

        public KeyVaultSecretNewVersionCreatedEventData setNbf​(Float nbf)
        Set the nbf property: Not before date of the object that triggered this event.
        Parameters:
        nbf - the nbf value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.
      • getExp

        public Float getExp()
        Get the exp property: The expiration date of the object that triggered this event.
        Returns:
        the exp value.
      • setExp

        public KeyVaultSecretNewVersionCreatedEventData setExp​(Float exp)
        Set the exp property: The expiration date of the object that triggered this event.
        Parameters:
        exp - the exp value to set.
        Returns:
        the KeyVaultSecretNewVersionCreatedEventData object itself.