ApplicationConfigurationService.getSettingDetails Method
        
 Gets the setting details for registered settings in the application.
 
         
        Parameters
        
            - scope
            
 
            - 
                
Type: AppSettingScope
The application setting scope. 
            - scopeTarget
            
 
            - 
                
The scope target. It can be null, a string [such as server name] or a number [such as server group ID].
             
            - settingIds
            
 
            - 
                
 (Optional) An optional list of settings to get. If the list is empty or null, all settings will be returned.
             
            - includeAdvancedSettings
            
 
            - 
                
 (Optional) A flag indicating whether or not advanced settings should be included in. Default is false.
             
            - exposePasswords
            
 
            - 
                
 (Optional) A flag indicating whether or not password values should be sent back. Default is false.
             
            - settingPopulationPolicy
            
 
            - 
                
(Optional) The setting population policy to use when getting setting details. Default is 'All.'
             
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.configuration.AppSettingDetail
        
A promise object that is resolved when the call is complete.