Sha256: 767d97cf7cb63e2906f0db2840809b9f1218668456fe4329ece8e4cc27426d8d

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

Contents

# frozen_string_literal: true
# This file was auto-generated by lib/tasks/web.rake

desc 'AdminConversationsEkm methods.'
command 'admin_conversations_ekm' do |g|
  g.desc 'List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.'
  g.long_desc %( List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM. )
  g.command 'listOriginalConnectedChannelInfo' do |c|
    c.flag 'channel_ids', desc: 'A comma-separated list of channels to filter to.'
    c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
    c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 1000 both inclusive.'
    c.flag 'team_ids', desc: 'A comma-separated list of the workspaces to which the channels you would like returned belong.'
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.admin_conversations_ekm_listOriginalConnectedChannelInfo(options))
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slack-ruby-client-2.0.0 bin/commands/admin_conversations_ekm.rb
slack-ruby-client-1.1.0 bin/commands/admin_conversations_ekm.rb
slack-ruby-client-1.0.0 bin/commands/admin_conversations_ekm.rb
slack-ruby-client-0.17.0 bin/commands/admin_conversations_ekm.rb
slack-ruby-client-0.16.0 bin/commands/admin_conversations_ekm.rb