{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Permission Policy API","description":"Permission Policy API","siteUrl":"https://docs.treasuredata.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"permission-policy-api","__idx":0},"children":["Permission Policy API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ここに示す操作は、Treasure Data REST APIを通じてパーミッションポリシーを設定、一覧表示、または更新するために使用されます。管理者が認証の詳細なパーミッションを有効にしていない場合、同じ動作が表示されない場合があります。最新バージョンにアップグレードするには、カスタマーサポートエンジニアにお問い合わせください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpolicies","__idx":1},"children":["GET /v3/access_control/policies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーの一覧を取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーの一覧を取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"リクエストボディ","__idx":2},"children":["リクエストボディ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["プロパティ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーの名前"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"サンプルレスポンス","__idx":3},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"    [\n      {\n        \"id\": 67,\n        \"account_id\": 123,\n        \"name\": \"some_policy\",\n        \"description\": \"written about the policy\",\n        \"user_count\": 3\n      }\n    ]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"post-v3access_controlpolicies","__idx":4},"children":["POST /v3/access_control/policies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーを作成します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーを作成"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["URIパラメータ"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{\"policy\": { \"name\": \"name of policy\", \"description\": \"Description of policy\" }"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーの名前"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["description"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーの説明"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"サンプルリクエスト","__idx":5},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"policy\": {\n    \"name\": \"some_policy\",\n    \"description\": \"written about the policy\"\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-1","__idx":6},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpoliciespolicy_id","__idx":7},"children":["GET /v3/access_control/policies/:policy_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーに関する情報を取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のポリシーを取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ","__idx":8},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-2","__idx":9},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-access_controlpoliciespolicy_id","__idx":10},"children":["PATCH /access_control/policies/:policy_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーに関連する情報を更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のポリシーを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-1","__idx":11},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"_","__idx":12},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["| ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]},"| ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]},"| ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}," ","---|---|---|---"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]},"| Yes| Integer| AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy"]},"| Yes| Object| TBD"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"リクエストボディ-1","__idx":13},"children":["リクエストボディ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["プロパティ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーの名前"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-1","__idx":14},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"policy\": {\n    \"name\": \"some_policy\",\n    \"description\": \"written about the policy\"\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-3","__idx":15},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delete-v3access_controlpoliciespolicy_id","__idx":16},"children":["DELETE /v3/access_control/policies/:policy_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーを削除します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DELETE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のポリシーを削除"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-2","__idx":17},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-4","__idx":18},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlusersuser_idpolicies","__idx":19},"children":["GET /v3/access_control/users/:user_id/policies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーごとのポリシーを一覧表示します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id/policies"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーごとのポリシー一覧を取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-3","__idx":20},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UserId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["123"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-5","__idx":21},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"id\": 67,\n    \"account_id\": 123,\n    \"name\": \"some_policy\",\n    \"description\": \"written about the policy\",\n    \"user_count\": 3\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-v3access_controlusersuser_idpolicies","__idx":22},"children":["PATCH /v3/access_control/users/:user_id/policies"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーのポリシーを更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id/policies"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーのポリシーを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-4","__idx":23},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UserId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["123"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"リクエストボディ-2","__idx":24},"children":["リクエストボディ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["プロパティ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy_ids"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["array of string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーのリスト"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-2","__idx":25},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"policy_ids\": [\n    \"1\",\n    \"2\",\n    \"42\"\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-6","__idx":26},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"id\": 67,\n    \"account_id\": 123,\n    \"name\": \"some_policy\",\n    \"description\": \"written about the policy\",\n    \"user_count\": 3\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"post-v3access_controlusersuser_idpoliciespolicy_id","__idx":27},"children":["POST /v3/access_control/users/:user_id/policies/:policy_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ポリシーをユーザーにアタッチします。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id/policies/:policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーをユーザーにアタッチ"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-5","__idx":28},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UserId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["123"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-7","__idx":29},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delete-v3access_controlusersuser_idpoliciespolicy_id","__idx":30},"children":["DELETE /v3/access_control/users/:user_id/policies/:policy_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーのポリシーを削除します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DELETE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id/policies/:policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーのポリシーを削除"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-6","__idx":31},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UserId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["123"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-8","__idx":32},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"post-v3access_controlpoliciespolicy_idusersuser_id","__idx":33},"children":["POST /v3/access_control/policies/:policy_id/users/:user_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーを特定のポリシーにアタッチします。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/users/:user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーをポリシーにアタッチ"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-7","__idx":34},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Userid 例: 123"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-9","__idx":35},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delete-v3access_controlpoliciespolicy_idusersuser_id","__idx":36},"children":["DELETE /v3/access_control/policies/:policy_id/users/:user_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーを特定のポリシーからデタッチします。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DELETE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/users/:user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーをポリシーから削除"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-8","__idx":37},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Userid 例: 123"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-10","__idx":38},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"id\": 67,\n  \"account_id\": 123,\n  \"name\": \"some_policy\",\n  \"description\": \"written about the policy\",\n  \"user_count\": 3\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpermissions","__idx":39},"children":["GET /v3/access_control/permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべてのパーミッションを一覧表示します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのパーミッションを一覧表示"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-11","__idx":40},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"id\": 0,\n    \"permission_set_id\": 0,\n    \"resource_type\": \"string\",\n    \"filter_expression\": \"string\",\n    \"filter_operator\": \"string\",\n    \"filter_value\": \"string\",\n    \"can_create\": true,\n    \"can_read\": true,\n    \"can_update\": true,\n    \"can_delete\": true,\n    \"can_execute\": true,\n    \"custom_operation\": \"string\"\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpoliciespolicy_idpermissions","__idx":41},"children":["GET /v3/access_control/policies/:policy_id/permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定のポリシーのパーミッションを一覧表示します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーのパーミッションを一覧表示"]}]}]}]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-12","__idx":42},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"WorkflowProject\": [\n    {\n      \"operation\": \"view\"\n    }\n  ],\n  \"WorkflowProjectLevel\": [\n    {\n      \"operation\": \"view\",\n      \"name\": \"my_wf\"\n    }\n  ],\n  \"Segmentation\": [\n    {\n      \"operation\": \"full\"\n    }\n  ],\n  \"MasterSegmentConfigs\": [\n    {\n      \"operation\": \"view\"\n    }\n  ],\n  \"MasterSegmentConfig\": [\n    {\n      \"operation\": \"view\",\n      \"id\": \"42\"\n    }\n  ],\n  \"SegmentAllFolders\": [\n    {\n      \"operation\": \"view\",\n      \"audience_id\": \"42\"\n    }\n  ],\n  \"SegmentFolder\": [\n    {\n      \"operation\": \"view\",\n      \"id\": \"42\"\n    }\n  ],\n  \"Authentications\": [\n    {\n      \"operation\": \"use\"\n    }\n  ],\n  \"Sources\": [\n    {\n      \"operation\": \"restricted\"\n    }\n  ],\n  \"Destinations\": [\n    {\n      \"operation\": \"restricted\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-v3access_controlpoliciespolicy_idpermissions","__idx":43},"children":["PATCH /v3/access_control/policies/:policy_id/permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定のポリシーのパーミッションを更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/permission"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーのパーミッションを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-9","__idx":44},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"利用可能なリクエストボディフィールド","__idx":45},"children":["利用可能なリクエストボディフィールド"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["例"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WorkflowProject"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのワークフローに対する \"view\"、\"run\"、または \"edit\" アクセスを指定します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: \"view\" \"run\" \"edit\"name (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WorkflowProjectLevel"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のワークフロープロジェクトに対する \"view\"、\"run\"、または \"edit\" アクセスを指定します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"run\" \"edit\""]},"name (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Segmentation"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのセグメンテーションに対する \"full\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)value: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"full\""]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MasterSegmentConfigs"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのマスターセグメント設定に対する \"view\" または \"edit\" アクセス、またはすべてのCDP生成ワークフローに対する \"full\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"edit\""]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MasterSegmentConfig"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のマスターセグメント設定に対する \"view\" または \"edit\" アクセス、または特定のCDP生成ワークフローに対する \"full\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"edit\""]},"id (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MasterSegmentColumn"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["マスターセグメントカラムに対するパーミッションを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: operations (string)enum: \"view_clear\" \"view_non_pii\" \"view_pii\" \"blocked\""]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MasterSegmentAllColumns"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["マスターセグメントのすべてのカラムに対するパーミッションを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: operations (string)enum: \"view_clear\" \"view_non_pii\" \"view_pii\" \"blocked_only_for_migration_purpose\""]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SegmentAllFolders"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのセグメントフォルダに対する \"view\" または \"edit\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"edit\""]},"audience_id (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SegmentFolder"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のセグメントフォルダに対する \"view\" または \"edit\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"edit\""]},"id (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Databases"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのデータベースに対する \"manage\" アクセスを付与します。所有データベースに対する \"owner_manage\" アクセスを付与します。\"ids\" を使用して特定のデータベースに対する \"edit\"、\"query\"、\"import\" アクセスを付与します。読み取り権限があるデータベースのダウンロードを許可する \"download\" を付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum: \"manage\" \"owner_manage\" \"edit\" \"query\" \"import\"ids: (string, operation が \"edit\" \"query\" \"import\" の場合必須)\"1,2,3\""]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Authentications"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべての認証に対する \"use\" または \"full\" アクセスを付与します。\"use\" は認証の表示権限を指定します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: operation (string)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enum: \"use\" \"full\" \"owner_manage\" \"use_limited\" ## 順序は任意"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ids (string, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["operation"]}," が \"use_limited\" の場合必須)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["\"1, 2, 3\""]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sources"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["すべてのソースに対する \"restricted\" アクセスを設定します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例: どの権限を持っているかを記述します（1つのタイプのみ選択可能）例:"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["operation (string)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enum: \"restricted\""]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Destinations"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["結果エクスポート用のデスティネーション使用に対する \"restricted\" アクセスを付与します。"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["operation (string)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enum: \"restricted\""]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-3","__idx":46},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"Authentications\": [\n        {\n            \"operation\": \"full\"\n        }\n    ],\n    \"Sources\": [\n        {\n            \"operation\": \"restricted\"\n        }\n    ],\n    \"Destinations\": [\n        {\n            \"operation\": \"restricted\"\n        }\n    ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-13","__idx":47},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"Authentications\": [\n        {\n            \"operation\": \"full\"\n        }\n    ],\n    \"Sources\": [\n        {\n            \"operation\": \"restricted\"\n        }\n    ],\n    \"Destinations\": [\n        {\n            \"operation\": \"restricted\"\n        }\n    ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlusers","__idx":48},"children":["GET /v3/access_control/users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーザーとそのパーミッションの一覧を取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーとそのパーミッションの一覧を取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-14","__idx":49},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"user_id\": 123,\n    \"account_id\": 123,\n    \"permissions\": {\n      \"WorkflowProject\": [\n        {\n          \"operation\": \"view\"\n        }\n      ],\n      \"WorkflowProjectLevel\": [\n        {\n          \"operation\": \"view\",\n          \"name\": \"my_wf\"\n        }\n      ],\n      \"Segmentation\": [\n        {\n          \"operation\": \"full\"\n        }\n      ],\n      \"MasterSegmentConfigs\": [\n        {\n          \"operation\": \"view\"\n        }\n      ],\n      \"MasterSegmentConfig\": [\n        {\n          \"operation\": \"view\",\n          \"id\": \"42\"\n        }\n      ],\n      \"SegmentAllFolders\": [\n        {\n          \"operation\": \"view\",\n          \"audience_id\": \"42\"\n        }\n      ],\n      \"SegmentFolder\": [\n        {\n          \"operation\": \"view\",\n          \"id\": \"42\"\n        }\n      ],\n      \"Authentications\": [\n        {\n          \"operation\": \"use\"\n        }\n      ],\n      \"Sources\": [\n        {\n          \"operation\": \"restricted\"\n        }\n      ],\n      \"Destinations\": [\n        {\n          \"operation\": \"restricted\"\n        }\n      ]\n    },\n    \"policies\": [\n      {\n        \"id\": 67,\n        \"account_id\": 123,\n        \"name\": \"some_policy\",\n        \"description\": \"written about the policy\",\n        \"user_count\": 3\n      }\n    ]\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlusersuser_id","__idx":50},"children":["GET /v3/access_control/users/:user_id"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["IDで特定のユーザーを取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーを取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-10","__idx":51},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-15","__idx":52},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"user_id\": 123,\n  \"account_id\": 123,\n  \"permissions\": {\n    \"WorkflowProject\": [\n      {\n        \"operation\": \"view\"\n      }\n    ],\n    \"WorkflowProjectLevel\": [\n      {\n        \"operation\": \"view\",\n        \"name\": \"my_wf\"\n      }\n    ],\n    \"Segmentation\": [\n      {\n        \"operation\": \"full\"\n      }\n    ],\n    \"MasterSegmentConfigs\": [\n      {\n        \"operation\": \"view\"\n      }\n    ],\n    \"MasterSegmentConfig\": [\n      {\n        \"operation\": \"view\",\n        \"id\": \"42\"\n      }\n    ],\n    \"SegmentAllFolders\": [\n      {\n        \"operation\": \"view\",\n        \"audience_id\": \"42\"\n      }\n    ],\n    \"SegmentFolder\": [\n      {\n        \"operation\": \"view\",\n        \"id\": \"42\"\n      }\n    ],\n    \"Authentications\": [\n      {\n        \"operation\": \"use\"\n      }\n    ],\n    \"Sources\": [\n      {\n        \"operation\": \"restricted\"\n      }\n    ],\n    \"Destinations\": [\n      {\n        \"operation\": \"restricted\"\n      }\n    ]\n  },\n  \"policies\": [\n    {\n      \"id\": 67,\n      \"account_id\": 123,\n      \"name\": \"some_policy\",\n      \"description\": \"written about the policy\",\n      \"user_count\": 3\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-v3access_controlusersuser_idpermissions","__idx":53},"children":["PATCH /v3/access_control/users/:user_id/permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定のユーザーのパーミッションを更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/users/:user_id/permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["パーミッションを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-11","__idx":54},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Userid 例: 123"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"リクエストボディ-3","__idx":55},"children":["リクエストボディ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["プロパティ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WorkflowProject"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"run\" \"edit\""]},"property name (any)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WorkflowProjectLevel"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["array of object"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["例:operation (string)enum:",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"view\" \"run\" \"edit\""]},"name (string)property name (any)"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-4","__idx":56},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"WorkflowProject\": [\n    {\n      \"operation\": \"view\"\n    }\n  ],\n  \"WorkflowProjectLevel\": [\n    {\n      \"operation\": \"view\",\n      \"name\": \"my_wf\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-16","__idx":57},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"user_id\": 123,\n  \"permissions\": {\n    \"WorkflowProject\": [\n      {\n        \"operation\": \"view\"\n      }\n    ],\n    \"WorkflowProjectLevel\": [\n      {\n        \"operation\": \"view\",\n        \"name\": \"my_wf\"\n      }\n    ],\n    \"Segmentation\": [\n      {\n        \"operation\": \"full\"\n      }\n    ],\n    \"MasterSegmentConfigs\": [\n      {\n        \"operation\": \"view\"\n      }\n    ],\n    \"MasterSegmentConfig\": [\n      {\n        \"operation\": \"view\",\n        \"id\": \"42\"\n      }\n    ],\n    \"SegmentAllFolders\": [\n      {\n        \"operation\": \"view\",\n        \"audience_id\": \"42\"\n      }\n    ],\n    \"SegmentFolder\": [\n      {\n        \"operation\": \"view\",\n        \"id\": \"42\"\n      }\n    ],\n    \"Authentications\": [\n      {\n        \"operation\": \"use\"\n      }\n    ],\n    \"Sources\": [\n      {\n        \"operation\": \"restricted\"\n      }\n    ],\n    \"Destinations\": [\n      {\n        \"operation\": \"restricted\"\n      }\n    ]\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpoliciespolicy_idusers","__idx":58},"children":["GET /v3/access_control/policies/:policy_id/users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定のポリシーに関連付けられたユーザーの一覧を取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/users"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーのユーザー一覧を取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-12","__idx":59},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-17","__idx":60},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"user_id\": 123,\n    \"account_id\": 123,\n    \"email\": \"jake@gmail.com\",\n    \"name\": \"Jake Becker\"\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-v3access_controlpoliciespolicy_idusers","__idx":61},"children":["PATCH /v3/access_control/policies/:policy_id/users"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特定のポリシーに関連付けられたユーザーの一覧を更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/users"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ポリシーに関連付けられたユーザー一覧を更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-13","__idx":62},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"リクエストボディ-4","__idx":63},"children":["リクエストボディ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["プロパティ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["値"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["user_ids"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["array of integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ユーザーIDのリスト"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-5","__idx":64},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"user_ids\": [\n    123\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-18","__idx":65},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"user_id\": 123,\n    \"account_id\": 123,\n    \"permissions\": {\n      \"WorkflowProject\": [\n        {\n          \"operation\": \"view\"\n        }\n      ],\n      \"WorkflowProjectLevel\": [\n        {\n          \"operation\": \"view\",\n          \"name\": \"my_wf\"\n        }\n      ],\n      \"Segmentation\": [\n        {\n          \"operation\": \"full\"\n        }\n      ],\n      \"MasterSegmentConfigs\": [\n        {\n          \"operation\": \"view\"\n        }\n      ],\n      \"MasterSegmentConfig\": [\n        {\n          \"operation\": \"view\",\n          \"id\": \"42\"\n        }\n      ],\n      \"SegmentAllFolders\": [\n        {\n          \"operation\": \"view\",\n          \"audience_id\": \"42\"\n        }\n      ],\n      \"SegmentFolder\": [\n        {\n          \"operation\": \"view\",\n          \"id\": \"42\"\n        }\n      ],\n      \"Authentications\": [\n        {\n          \"operation\": \"use\"\n        }\n      ],\n      \"Sources\": [\n        {\n          \"operation\": \"restricted\"\n        }\n      ],\n      \"Destinations\": [\n        {\n          \"operation\": \"restricted\"\n        }\n      ]\n    },\n    \"policies\": [\n      {\n        \"id\": 67,\n        \"account_id\": 123,\n        \"name\": \"some_policy\",\n        \"description\": \"written about the policy\",\n        \"user_count\": 3\n      }\n    ]\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpoliciespolicy_idcolumn_permissions","__idx":66},"children":["GET /v3/access_control/policies/{policy_id}/column_permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["カラムレベルのパーミッションを含むポリシーに関する情報を取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/access_control/policies/{policy_id}/column_permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["カラムレベルのパーミッションを含むポリシーに関する情報を取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-14","__idx":67},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessControlPolicyId 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["67"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-19","__idx":68},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"tags\": [\n    \"string\"\n  ],\n  \"except\": true,\n  \"masking\" : \"hash\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-v3access_controlpoliciescolumn_permissions_tagtag","__idx":69},"children":["GET /v3/access_control/policies?column_permissions_tag={tag}"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["カラムタグを含むすべてのポリシーを取得します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies?column_permission_tag={tag}"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["カラムタグを含むすべてのポリシーを取得"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-20","__idx":70},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"id\": 67,\n    \"account_id\": 123,\n    \"name\": \"some_policy\",\n    \"description\": \"written about the policy\",\n    \"user_count\": 3\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"patch-v3access_controlpoliciespolicy_idcolumn_permissions","__idx":71},"children":["PATCH /v3/access_control/policies/{policy_id}/column_permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["カラムレベルのアクセス制御ポリシーに関する情報を更新します。"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["制御タイプ"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Allow"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["\"xxx, yyy, zzz\" タグでアクセスを許可するポリシー"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Allow - Except"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["\"aaa, bbb, ccc\" タグを除くすべてのカラムへのアクセスを許可するポリシー"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Mask"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["変更されたコンテンツを使用して指定されたカラムを非表示にするポリシー"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-1","__idx":72},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ALLOW"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/column_permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のタグへのアクセスを許可するように特定のポリシーを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-15","__idx":73},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy_id 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["6196842"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-6","__idx":74},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X PATCH \\\n     -H \"Authorization: TD1 ${TD1_KEY}\" \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"column_permissions\":[ {\"tags\":[\"home-address\"]} ]}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-21","__idx":75},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"tags\": [\n      \"home-address\"\n    ]\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-2","__idx":76},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ALLOW Except"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/column_permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のタグへのアクセスを許可するように特定のポリシーを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-16","__idx":77},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy_id 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["6196842"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-7","__idx":78},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X PATCH \\\n     -H \"Authorization: TD1 ${TD1_KEY}\" \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"column_permissions\":[ {\"tags\":[\"email-raw\"], \"except\":true} ]}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-22","__idx":79},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"tags\": [\n      \"email-raw\"\n    ],\n    \"except\": true\n  }\n]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"_-3","__idx":80},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MASKING"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTPメソッド"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リソース"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PATCH"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v3/access_control/policies/:policy_id/column_permissions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["特定のタグへのアクセスを許可するように特定のポリシーを更新"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"uriパラメータ-17","__idx":81},"children":["URIパラメータ"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["パラメータ名"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["必須"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["型"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["説明"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["policy_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["policy_id 例: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["6196842"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルリクエスト-8","__idx":82},"children":["サンプルリクエスト"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X PATCH \\\n     -H \"Authorization: TD1 ${TD1_KEY}\" \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"column_permissions\":[ {\"tags\":[\"home-address\"], \"masking\":\"hash\"} ]}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"サンプルレスポンス-23","__idx":83},"children":["サンプルレスポンス"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"tags\": [\n      \"home-address\"\n    ],\n    \"masking\": \"hash\"\n  }\n]\n","lang":"json"},"children":[]}]},"headings":[{"value":"Permission Policy API","id":"permission-policy-api","depth":1},{"value":"GET /v3/access_control/policies","id":"get-v3access_controlpolicies","depth":2},{"value":"リクエストボディ","id":"リクエストボディ","depth":3},{"value":"サンプルレスポンス","id":"サンプルレスポンス","depth":3},{"value":"POST /v3/access_control/policies","id":"post-v3access_controlpolicies","depth":2},{"value":"サンプルリクエスト","id":"サンプルリクエスト","depth":3},{"value":"サンプルレスポンス","id":"サンプルレスポンス-1","depth":4},{"value":"GET /v3/access_control/policies/:policy_id","id":"get-v3access_controlpoliciespolicy_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-2","depth":4},{"value":"PATCH /access_control/policies/:policy_id","id":"patch-access_controlpoliciespolicy_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-1","depth":4},{"value":"","id":"_","depth":4},{"value":"リクエストボディ","id":"リクエストボディ-1","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-1","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-3","depth":4},{"value":"DELETE /v3/access_control/policies/:policy_id","id":"delete-v3access_controlpoliciespolicy_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-2","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-4","depth":4},{"value":"GET /v3/access_control/users/:user_id/policies","id":"get-v3access_controlusersuser_idpolicies","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-3","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-5","depth":4},{"value":"PATCH /v3/access_control/users/:user_id/policies","id":"patch-v3access_controlusersuser_idpolicies","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-4","depth":4},{"value":"リクエストボディ","id":"リクエストボディ-2","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-2","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-6","depth":4},{"value":"POST /v3/access_control/users/:user_id/policies/:policy_id","id":"post-v3access_controlusersuser_idpoliciespolicy_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-5","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-7","depth":4},{"value":"DELETE /v3/access_control/users/:user_id/policies/:policy_id","id":"delete-v3access_controlusersuser_idpoliciespolicy_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-6","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-8","depth":4},{"value":"POST /v3/access_control/policies/:policy_id/users/:user_id","id":"post-v3access_controlpoliciespolicy_idusersuser_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-7","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-9","depth":4},{"value":"DELETE /v3/access_control/policies/:policy_id/users/:user_id","id":"delete-v3access_controlpoliciespolicy_idusersuser_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-8","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-10","depth":4},{"value":"GET /v3/access_control/permissions","id":"get-v3access_controlpermissions","depth":2},{"value":"サンプルレスポンス","id":"サンプルレスポンス-11","depth":4},{"value":"GET /v3/access_control/policies/:policy_id/permissions","id":"get-v3access_controlpoliciespolicy_idpermissions","depth":2},{"value":"サンプルレスポンス","id":"サンプルレスポンス-12","depth":4},{"value":"PATCH /v3/access_control/policies/:policy_id/permissions","id":"patch-v3access_controlpoliciespolicy_idpermissions","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-9","depth":4},{"value":"利用可能なリクエストボディフィールド","id":"利用可能なリクエストボディフィールド","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-3","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-13","depth":4},{"value":"GET /v3/access_control/users","id":"get-v3access_controlusers","depth":2},{"value":"サンプルレスポンス","id":"サンプルレスポンス-14","depth":4},{"value":"GET /v3/access_control/users/:user_id","id":"get-v3access_controlusersuser_id","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-10","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-15","depth":4},{"value":"PATCH /v3/access_control/users/:user_id/permissions","id":"patch-v3access_controlusersuser_idpermissions","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-11","depth":4},{"value":"リクエストボディ","id":"リクエストボディ-3","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-4","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-16","depth":4},{"value":"GET /v3/access_control/policies/:policy_id/users","id":"get-v3access_controlpoliciespolicy_idusers","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-12","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-17","depth":4},{"value":"PATCH /v3/access_control/policies/:policy_id/users","id":"patch-v3access_controlpoliciespolicy_idusers","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-13","depth":4},{"value":"リクエストボディ","id":"リクエストボディ-4","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-5","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-18","depth":4},{"value":"GET /v3/access_control/policies/{policy_id}/column_permissions","id":"get-v3access_controlpoliciespolicy_idcolumn_permissions","depth":2},{"value":"URIパラメータ","id":"uriパラメータ-14","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-19","depth":4},{"value":"GET /v3/access_control/policies?column_permissions_tag={tag}","id":"get-v3access_controlpoliciescolumn_permissions_tagtag","depth":2},{"value":"サンプルレスポンス","id":"サンプルレスポンス-20","depth":4},{"value":"PATCH /v3/access_control/policies/{policy_id}/column_permissions","id":"patch-v3access_controlpoliciespolicy_idcolumn_permissions","depth":2},{"value":"","id":"_-1","depth":3},{"value":"URIパラメータ","id":"uriパラメータ-15","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-6","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-21","depth":4},{"value":"","id":"_-2","depth":3},{"value":"URIパラメータ","id":"uriパラメータ-16","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-7","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-22","depth":4},{"value":"","id":"_-3","depth":3},{"value":"URIパラメータ","id":"uriパラメータ-17","depth":4},{"value":"サンプルリクエスト","id":"サンプルリクエスト-8","depth":4},{"value":"サンプルレスポンス","id":"サンプルレスポンス-23","depth":4}],"frontmatter":{"seo":{"title":"Permission Policy API","description":"Permission Policy API"}},"lastModified":"2025-12-08T07:20:21.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/products/control-panel/security/policies/permission-policy-api","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}