To get a “Browse” button at the end of a string field use the BrowsablePath attribute, e.g.:
public class RestClient : ClientJobStepBase { [BrowsablePath] public string AsureKeystore { get; set; } }