前のトピック: 発行元と信頼レベル次のトピック: 調整


発行元と信頼レベルのスキーマの変更

アセット/ユーザの発行元と信頼レベルの情報を保存するには、以下のスキーマの変更をアセット テーブルに加える必要があります。

テーブル名

列名

列のデータ型

列の NULL オプション

列のコメント

inv_root_map

trustlevel

integer

not null

アセット/ユーザで検出されたコンポーネントの信頼レベルを定義します。

デフォルト: 5

inv_root_map

origin

nvarchar(64)

not null

アセット/ユーザで検出されたコンポーネントの発行元を定義します。

ca_agent

trustlevel

integer

not null

アセット/ユーザの信頼レベルを定義します。

デフォルト: 5

ca_agent

origin

nvarchar(64)

not null

アセット/ユーザの発行元を定義します。

ca_discovered_hardware

external_host_key

nvarchar(64)

 

not null

Asset Collector によって生成または渡されたキーを定義します。

ca_discovered_software

trustlevel

integer

 

アセット/ユーザの検出されたソフトウェアの信頼レベルを定義します。

デフォルト: 5

ca_discovered_software

origin

nvarchar(64)

not null

アセット/ユーザーの検出されたソフトウェアの発行元を定義します。