AutoExecuteStatus type
Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'
type AutoExecuteStatus = "Enabled" | "Disabled" | "Default"