Visibility Parameter (Connect-AlloyDB Cmdlet)
ユーザーが許可したテーブルのメタデータを、カンマ区切りのクエリのリストとしてフィルタリングします。例えば、SELECT およびINSERT クエリの可視性を制限するには、'SELECT,INSERT' を指定します。有効な値:SELECT、INSERT、UPDATE、DELETE。
Syntax
Connect-AlloyDB -Visibility string
Data Type
cstr
Default Value
""
Remarks
By default, visibility filtering is not applied. Filtering values are case insensitive.
For example, the 'SELECT,INSERT' filter is restricting metadata visibility only for those tables which may be accessed by the current user for the SELECT and INSERT operations. Supported privilege values are SELECT, INSERT, UPDATE, DELETE, REFERENCES.