0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

policy tagの親タグを移動したいとき

Posted at

以下のpolicy tagのベストプラクティスについてのドキュメントを読んでいると、親policy tagの変更についてはWEB UIは用意されていないのでAPIを使ってくださいね、的な記載がある。

Note: You can move a policy tag only through the Data Catalog PolicyTagManager.UpdatePolicyTag method.

以下のprojects.locations.taxonomies.policyTags.patchを利用する。

try it!ボタンを押すとPostman的な機能が使える。ここに親を変更したいpolicy tagをnameに、Request bodyのparentPolicyTagに変更後の親policy tagを設定する。
※request bodyにはparentPolicyTagだけの指定だとエラーになるので、その他のparameterも設定する。

スクリーンショット 2023-05-19 23.47.02.png

policy tagのパスはpolicy tagの画面のコピーアイコンをポチってから取ってくると楽。
スクリーンショット 2023-05-22 14.10.52.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?