ページの先頭行へ戻る
Enterprise Postgres 15 セキュリティ運用ガイド

A.2 pgx_confidential_level

機密レベルの一覧です。登録された機密レベルの属性、更新時刻、機密レベルに機密オブジェクトを登録または削除した時刻などを参照できます。

カラム名

制約

説明

clevid

bigint

primary key
generated always as identity

機密レベルの識別子。

clevname

varchar(63)

not null

機密レベルの名前。

clevmatid

bigint

not null
references pgx_confidential_matrix(cmatid)

機密レベルが属する機密マトリクスの識別子。

clevcomment

text

コメント。

clevupdatetime

timestamp with time zone

not null

機密レベル自体の更新時刻。

clevoperationtime

timestamp with time zone

機密オブジェクトを追加、削除した時刻。

clevencalgorithm

text

not null

暗号化手法。暗号化を利用しないときにはnone。AES128、AES256が設定可能。