# File lib/fog/key_manager/openstack/requests/list_secrets.rb, line 5 def list_secrets(options = {}) request( :expects => [200], :method => 'GET', :path => 'secrets', :query => options ) end