エンタープライズ情報コマンド

エンタープライズ情報の表示

コマンド

enterprise-info command [--options] OR ei command [--options]

別名: ei

コマンド

コマンド
説明
別名

エンタープライズのツリー構造を表示する

(既定)

ノード情報を表示する

n

ユーザー情報を表示する

u

チーム情報を表示する

t

ロール情報を表示する

r

エンタープライズ情報ツリーコマンド

エンタープライズのツリー構造を表示します。

chevron-rightDotNet CLIhashtag

コマンド: enterprise-info

パラメータ:

  • --node - ノード (名前またはID) で結果を絞り込む

  • -v, --verbose - 詳細情報を出力する

例:

My Vault> enterprise-info 
Test Root
├── 19 user(s)
├── 8 team(s)
├── 19 role(s)
├── [Test1 Node]
│   ├── 1 user(s)
│   ├── 1 team(s)
│   └── 1 role(s)
├── [Test2]
│   ├── 3 user(s)
│   ├── 3 team(s)
│   ├── 4 role(s)
│   └── [PCTNode]
│       ├── 2 user(s)
│       ├── 1 team(s)
│       └── 1 role(s)
└── [Testing Node]
    └── [Test]
        ├── 2 user(s)
        └── 1 team(s)
chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoTree

構文:

別名: keitree

パラメータ:

  • -Node - ノード (名前またはID) で結果を絞り込む

  • -Detailed - 詳細情報を出力する。

  • -Output - 出力ファイル名

例:

chevron-rightPython CLIhashtag

コマンド: enterprise-info tree

フラグ:

  • --node - ノード (名前またはID) に結果を限定する

  • -v, --verbose - 詳細情報を出力する

chevron-rightPython SDKhashtag

非対応

エンタープライズ情報ノードコマンド

ノード情報を表示します。

chevron-rightDotNet CLIhashtag

コマンド: enterprise-info --nodes

パラメータ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: parent_node, parent_node_id, user_count, users, team_count, teams, role_count, roles

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • --pattern - 検索パターン (任意)

  • --limit - 行数の上限を指定する。

例:

chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoNode

構文:

別名: kein

パラメータ:

  • -Columns - 利用可能な列のカンマ区切りリスト: parent_node, user_count, users, team_count, teams, role_count, roles, provisioning

  • -Node - ノードで絞り込む。

  • -Format - 出力形式: json, table, csv

  • -Output - 出力ファイル名。

  • -Pattern - 検索パターン (任意)。

  • -Limit - 行数の上限を指定する。

  • -Offset - ページ分割用にレコードをスキップする。

例:

chevron-rightPython CLIhashtag

コマンド: enterprise-info node

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: parent_node, user_count, users, team_count, teams, role_count, roles, provisioning

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • pattern - 検索パターン (任意)

chevron-rightPython SDKhashtag

非対応

エンタープライズ情報ユーザーコマンド

ユーザー情報を表示します。

chevron-rightDotNet CLIhashtag

コマンド: enterprise-info --users

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: name, status, transfer_status, node, role_count, roles, team_count, teams, queued_team_count, queued_teams, alias, 2fa_enabled

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • --pattern - 検索パターン (任意)

  • --limit - 行数の上限を指定する。

例:

chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoUser

構文:

別名: keiu

パラメータ:

  • -Columns - 利用可能な列のカンマ区切りリスト: name, status, transfer_status, node, role_count, roles, team_count, teams, queued_team_count, queued_teams, alias, 2fa_enabled

  • -Node - ノードで絞り込む。

  • -Format - 出力形式: json, table, csv

  • -Output - 出力ファイル名。

  • -Pattern - 検索パターン (任意)。

  • -Limit - 行数の上限を指定する。

  • -Offset - ページ分割用にレコードをスキップする。

例:

chevron-rightPython CLIhashtag

コマンド: enterprise-info user

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: name, status, transfer_status, node, role_count, roles, team_count, teams, queued_team_count, queued_teams, alias, 2fa_enabled

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • pattern - 検索パターン (任意)

chevron-rightPython SDKhashtag

非対応

エンタープライズ情報チームコマンド

チーム情報を表示します。

chevron-rightDotNet CLIhashtag

コマンド: enterprise-info --teams

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: restricts, node, user_count, users, queued_user_count, queued_users, role_count, roles

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • --pattern - 検索パターン (任意)

  • --limit - 行数の上限を指定する。

例:

chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoTeam

構文:

別名: keit

パラメータ:

  • -Columns - 利用可能な列のカンマ区切りリスト: restricts, node, user_count, users, queued_user_count, queued_users, role_count, roles

  • -Node - ノードで絞り込む。

  • -ExactNode - 完全一致のノードのみで絞り込む。

  • -Format - 出力形式: json, table, csv

  • -Output - 出力ファイル名。

  • -Pattern - 検索パターン (任意)。

  • -Limit - 行数の上限を指定する。

  • -Offset - ページ分割用にレコードをスキップする。

例:

chevron-rightPython CLIhashtag

コマンド: enterprise-info team

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: restricts, node, user_count, users, queued_user_count, queued_users, role_count, roles

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • pattern - 検索パターン (任意)

chevron-rightPython SDKhashtag

非対応

エンタープライズ情報ロールコマンド

ロール情報を表示します。

chevron-rightDotNet CLIhashtag

コマンド: enterprise-info --roles

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: visible_below, default_role, admin, node, user_count, users, team_count, teams

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • --pattern - 検索パターン (任意)

  • --limit - 行数の上限を指定する。

例:

chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoRole

構文:

別名: keir

パラメータ:

  • -Columns - 利用可能な列のカンマ区切りリスト: visible_below, default_role, admin, node, user_count, users, team_count, teams

  • -Node - ノードで絞り込む。

  • -ExactNode - 完全一致のノードのみで絞り込む。

  • -Format - 出力形式: json, table, csv

  • -Output - 出力ファイル名。

  • -Pattern - 検索パターン (任意)。

  • -Limit - 行数の上限を指定する。

  • -Offset - ページ分割用にレコードをスキップする。

例:

chevron-rightPython CLIhashtag

コマンド: enterprise-info role

フラグ:

  • -c, --columns - 利用可能な列のカンマ区切りリスト: visible_below, default_role, admin, node, user_count, users, team_count, teams

  • --format - 出力形式: json, table, csv

  • --output - 出力ファイル名

  • pattern - 検索パターン (任意)

chevron-rightPython SDKhashtag

非対応

エンタープライズ情報管理対象企業コマンド

管理対象企業の情報を表示します。

chevron-rightDotNet CLIhashtag

近日公開

chevron-rightDotNet SDKhashtag

未実装

chevron-rightPowerCommanderhashtag

コマンド: Get-KeeperEnterpriseInfoManagedCompany

構文:

別名: keimc

パラメータ:

  • -ExactNode - 完全一致のノードのみで絞り込む。

  • -Format - 出力形式: json, table, csv

  • -Output - 出力ファイル名。

  • -Offset - ページ分割用にレコードをスキップする。

  • -Pattern - 検索パターン (任意)。

  • -Limit - 行数の上限を指定する。

例:

chevron-rightPython CLIhashtag

未実装

chevron-rightPython SDKhashtag

非対応

最終更新

役に立ちましたか?