Class KeyVaultAccessPolicyChangedEventData


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

      • KeyVaultAccessPolicyChangedEventData

        public KeyVaultAccessPolicyChangedEventData()
    • 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData 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 KeyVaultAccessPolicyChangedEventData object itself.