Files
twenty/packages/twenty-docs/l/ja/user-guide/permissions-access/overview.mdx
T
Félix Malfait 5d438bb70c Docs: restructure navigation, add halftone illustrations, clean up hero images (#19728)
## Summary

- **New Getting Started section** with quickstart guide and restructured
navigation
- **Halftone-style illustrations** for User Guide and Developer
introduction cards using a Canvas 2D filter script
- **Removed hero images** (`image:` frontmatter + `<Frame><img>` blocks)
from all user-guide article pages
- **Cleaned up translations** (13 languages): removed hero images and
updated introduction cards to use halftone style
- **Cleaned up twenty-ui pages**: removed outdated hero images from
component docs
- **Deleted orphaned images**: `table.png`, `kanban.png`
- **Developer page**: fixed duplicate icon, switched to 3-column layout

## Test plan

- [ ] Verify docs site builds without errors
- [ ] Check User Guide introduction page renders halftone card images in
both light and dark mode
- [ ] Check Developer introduction page renders 3-column layout with
distinct icons
- [ ] Confirm article pages no longer show hero images at the top
- [ ] Spot-check a few translated pages to ensure hero images are
removed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions <github-actions@twenty.com>
2026-04-21 09:13:55 +02:00

38 lines
1.9 KiB
Plaintext

---
title: 権限とアクセス
description: ワークスペースでロール、権限、アクセス制御を管理します。}, {
---
Twentyの権限システムは、ワークスペース内のデータに誰がアクセスし、変更できるかを制御できます。 ロールを作成し、権限を割り当て、安全なアクセスのためにSSOを構成します。
## このセクションの内容
<CardGroup cols={2}>
<Card title="権限" icon="lock" href="/l/ja/user-guide/permissions-access/capabilities/permissions">
ロールを作成し、オブジェクト、フィールド、設定の権限を構成します。
</Card>
<Card title="SSO構成" icon="キー" href="/l/ja/user-guide/permissions-access/capabilities/sso-configuration">
アイデンティティプロバイダーでシングルサインオンを設定します。
</Card>
<Card title="よくある質問" icon="circle-question" href="/l/ja/user-guide/permissions-access/how-tos/permissions-faq">
ロール、権限、SSOに関するよくある質問。
</Card>
</CardGroup>
## 主な機能
* **ロールベースのアクセス**: 特定の権限を持つカスタムロールを作成
* **オブジェクト権限**: レコードを表示、編集、または削除できるユーザーを制御
* **フィールド権限**: 機微なフィールドへのアクセスを制限
* **設定権限**: ワークスペースの構成へのアクセスを制御
* **SSO統合**: エンタープライズセキュリティのためにシングルサインオンを構成(Organization プラン)
## クイックリンク
* [ロールを作成](/l/ja/user-guide/permissions-access/capabilities/permissions#create-a-role)
* [SSOを構成](/l/ja/user-guide/permissions-access/capabilities/sso-configuration)
* [チームメンバーを管理](/l/ja/user-guide/settings/capabilities/member-management)