> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-67bc7bf8.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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/1_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=4abdc5521914d3e81ff795aab3c44a3b" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/2_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=8a8ce1596e78f7151bd08920f97600f3" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/3_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=86ed441a2800f4b0c81dd9e54685d3f1" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/4_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=f4f830c8ff90faacda0ea59632c71e91" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/5_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=3bf40a184eed91f9bc36ed749d854b03" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/6_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=80ccd485c371c1af32bacedb7faad12d" 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-mintlify-67bc7bf8/OJ2voTNZoiusS8xp/images/cloud/guides/sql_console/service_level_access/7_service_settings.png?fit=max&auto=format&n=OJ2voTNZoiusS8xp&q=85&s=b44288a0e51b14cf0fbcb41c60c4d11a" size="md" width="4040" height="2338" data-path="images/cloud/guides/sql_console/service_level_access/7_service_settings.png" />
  </Step>
</Steps>
