Official companion web site
The following commands return information about configuration types.
attributes
For any given configuration type, list all the possible attributes
print AdminConfig.attributes( 'Server' )
required
For any given configuration type, list all the required attributes
print AdminConfig.required( 'Server' )
defaults
For any given configuration type, list the default values that exist for attributes
print AdminConfig.defaults( 'Server' )