> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SQLコンソールのロール割り当てを設定する

> SQLコンソールのロール割り当てを管理する方法を示すガイド

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

<Warning>
  この設定は非推奨であり、カスタムロールに移行した組織では、ロール作成画面の新しい設定に置き換えられています。詳しくは、[クラウドユーザーの管理](/ja/products/cloud/guides/security/cloud-access-management/manage-cloud-users) を参照してください。
</Warning>

> このガイドでは、SQLコンソール のロール割り当てを設定する方法を説明します。これにより、console 全体のアクセス権限と、ユーザーが Cloud console 内で利用できる機能が決まります。

<Steps>
  <Step>
    ### サービスの設定にアクセスする

    services ページで、SQLコンソール のアクセス設定を変更したいサービスの右上にあるメニューをクリックします。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/1_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=0a34555a32bedec2f1c006cac0bf64f5" size="lg" width="4032" height="876" data-path="images/cloud/guides/sql_console/service_level_access/1_service_settings.png" />

    ポップアップメニューから `settings` を選択します。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/2_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=25b4301509e7d629f41d8e74f96b7a2c" size="lg" width="2600" height="1060" data-path="images/cloud/guides/sql_console/service_level_access/2_service_settings.png" />
  </Step>

  <Step>
    ### SQLコンソール アクセスを調整する

    "Security" セクションで、"SQL console access" の項目を見つけます。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/3_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=a4a7116b14b0182d795b8de107dea6cb" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/3_service_settings.png" />
  </Step>

  <Step>
    ### Service Admin の設定を更新する

    Service Admin のドロップダウンメニューを選択し、Service Admin ロールのアクセス制御設定を変更します。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/4_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=0affdbac00fdbdfcc5c289872e0ccc43" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/4_service_settings.png" />

    次のロールから選択できます。

    | Role          |
    | ------------- |
    | `No access`   |
    | `Read only`   |
    | `Full access` |
  </Step>

  <Step>
    ### Service Read Only の設定を更新する

    Service Read Only のドロップダウンメニューを選択し、Service Read Only ロールのアクセス制御設定を変更します。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/5_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=9185e70378abe491704812ff2cff22f8" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/5_service_settings.png" />

    次のロールから選択できます。

    | Role          |
    | ------------- |
    | `No access`   |
    | `Read only`   |
    | `Full access` |
  </Step>

  <Step>
    ### アクセス権を持つユーザーを確認する

    ユーザー数を選択すると、そのサービスのユーザーの概要を確認できます。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/6_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=53d52f5080d8e9e64c10680ca7e09f72" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/6_service_settings.png" />

    ページ右側にタブが開き、ユーザー総数と各ユーザーのロールが表示されます。

    <Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/guides/sql_console/service_level_access/7_service_settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=04c244625624c1232caf1c10e254c9e1" size="md" width="4040" height="2338" data-path="images/cloud/guides/sql_console/service_level_access/7_service_settings.png" />
  </Step>
</Steps>
