Class SecretStore


  • public final class SecretStore
    extends Object
    An option to store secret value in secure place.
    • Constructor Detail

      • SecretStore

        public SecretStore()
    • Method Detail

      • keyVaultId

        public String keyVaultId()
        Get the keyVaultId property: The key vault id to store secret.
        Returns:
        the keyVaultId value.
      • withKeyVaultId

        public SecretStore withKeyVaultId​(String keyVaultId)
        Set the keyVaultId property: The key vault id to store secret.
        Parameters:
        keyVaultId - the keyVaultId value to set.
        Returns:
        the SecretStore object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.