> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/about-vault-permissions.md).

# Vaultの権限について

### **Vaultの権限について** <a href="#uuv0jirgnfrm" id="uuv0jirgnfrm"></a>

スクリプトを使用して[Vault 権限を付与または取り消す](https://developer.1password.com/docs/cli/grant-revoke-vault-permissions/)場合は、依存する権限をコマンドに含める必要があります。

利用できるVaultの権限は、1Password アカウントの種類によって異なります。

* 1Passwordビジネス

1Password Business には次の権限が含まれます。

* view\_items : Vault内のアイテムを表示します。
* create\_items : Vault内にアイテムをCreateします。
* edit\_items : Vault内のアイテムを編集します。
* archive\_items : Vault内のアイテムをアーカイブします。
* delete\_items : Vault内のアイテムを削除します。
* view\_and\_copy\_passwords : 隠されたパスワードを表示し、クリップボードにコピーします。
* view\_item\_history : 保管庫内のアイテムの以前のバージョンを表示および復元します。
* import\_items : アイテムを Vault に移動またはコピーします。
* export\_items : 保管庫内のアイテムを、他のアプリが読み取れる暗号化されていないファイルにSaveします。
* copy\_and\_share\_items : 保管庫間でアイテムをコピーしたり、1Password の外部で共有したりします。
* print\_items : Vault内のアイテムの内容を印刷します
* manage\_vault : チーム メンバーがVaultへのアクセスを許可および取り消し、他のユーザーの権限を変更、Vaultを削除できるようにします。所有者には常にVaultを管理する権限が与えられます。

1Password Business には、1Password Teams で利用できるより広範な権限も含まれています。

* allow\_viewing : Vault内のアイテムを表示し、隠されたパスワードを表示してクリップボードにコピーします。
  * 詳細な権限が含まれます: view\_items、、view\_and\_copy\_passwords。view\_item\_history
* allow\_editing : 保管庫内のアイテムをCreate、編集、移動、印刷、コピー、アーカイブ、および削除します。
  * 詳細な権限が含まれます: create\_items, edit\_items, archive\_items, delete\_items, import\_items, export\_items, copy\_and\_share\_items, print\_items
* allow\_managing : Vaultへのアクセスを許可および取り消し、他のユーザーの権限を変更し、Vaultを削除します。所有者には常にVaultを管理する権限が与えられます。
  * 詳細な権限が含まれます: manage\_vault。

move\_items以下の権限がすべて追加されると、Vault 権限が自動的に追加されます。

view\_items, edit\_items, archive\_items, view\_and\_copy\_passwords,

view\_item\_history, copy\_and\_share\_items

アイテムを移動するには、ユーザーはアイテムがSaveされている保管庫と移動先の保管庫の両方にアクセスできる必要があります。

Permission dependencies

1Password Business では、全てのVault権限に階層関係があり、より狭い権限には、それと同時により広い権限も付与する必要があります。権限の依［Save］関係は累積的であるため、狭い権限が数レベル下にある場合は、その上にあるより広い権限がすべて必要になります。

例えば、より狭い権限を付与するには、edit\_itemsview\_and\_copy\_passwordsview\_itemsおよびdelete\_items権限も付与する必要があります。

同様に、view\_items のようなより広範な権限を取り消すには、既に付与されているより狭い従属権限も同時に取り消す必要があります。

![分類ツリーとして表示される Vault 権限](/files/GKgceCcQkEPHeGuIQepy)

| **許可**                     | 必要条件                                                        |
| -------------------------- | ----------------------------------------------------------- |
| create\_items              | view\_items                                                 |
| view\_and\_copy\_passwords | view\_items                                                 |
| edit\_items                | view\_and\_copy\_passwords、view\_items                      |
| archive\_items             | edit\_items、view\_and\_copy\_passwords​、view\_items         |
| delete\_items              | edit\_items、view\_and\_copy\_passwords​、view\_items         |
| view\_item\_history        | view\_and\_copy\_passwords、view\_items                      |
| import\_items              | create\_items、view\_items                                   |
| export\_items              | view\_item\_history、view\_and\_copy\_passwords、​view\_items |
| copy\_and\_share\_items    | view\_item\_history、view\_and\_copy\_passwords​、view\_items |
| print\_items               | view\_item\_history、view\_and\_copy\_passwords、​view\_items |

* 1Password チーム

### 1Password Teams には 3 つの権限が含まれています。 <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### allow\_viewing : Vault内のアイテムを表示し、隠されたパスワードを表示してクリップボードにコピーします。 <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### 詳細な権限が含まれます: view\_items、view\_and\_copy\_passwords、view\_item\_history <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### allow\_editing : 保管庫内のアイテムをCreate、編集、移動、印刷、コピー、アーカイブ、および削除します。 <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### 詳細な権限が含まれます:create\_items, edit\_items, archive\_items, delete\_items, import\_items, export\_items, copy\_and\_share\_items, print\_items. <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### allow\_managing : Vaultへのアクセスを許可および取り消し、他のユーザーの権限を変更し、Vaultを削除します。所有者には常にVaultを管理する権限が与えられます。 <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### 詳細な権限が含まれます: manage\_vault。 <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

### &#x20;<a href="#jzqt3zu2k4i5" id="jzqt3zu2k4i5"></a>

### Permission dependencies <a href="#rrdonlr7m1y5" id="rrdonlr7m1y5"></a>

| <h3 id="rrdonlr7m1y5"><strong>許可</strong></h3> | <h3 id="rrdonlr7m1y5">必要条件</h3>           |
| ---------------------------------------------- | ----------------------------------------- |
| <h3 id="rrdonlr7m1y5">allow\_editing</h3>      | <h3 id="rrdonlr7m1y5">allow\_viewing</h3> |
| <h3 id="rrdonlr7m1y5">allow\_managing</h3>     | <h3 id="rrdonlr7m1y5"></h3>               |

### 権限「allow\_editing」を付与するには、より広範な権限「allow\_viewing」も付与する必要があります。同様に、allow\_viewing を取り消すには、allow\_editing も取り消す必要があります。 <a href="#ym2rp314i83y" id="ym2rp314i83y"></a>

* 1Passwordファミリー

### 1Password ファミリーには 3 つの権限が含まれています: <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### allow\_viewing : Vault内のアイテムを表示し、隠されたパスワードを表示してクリップボードにコピーします。 <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### 詳細な権限が含まれます: view\_items, view\_and\_copy\_passwords, view\_item\_history. <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### allow\_editing : 保管庫内のアイテムをCreate、編集、移動、印刷、コピー、アーカイブ、および削除します。 <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### 詳細な権限が含まれます: create\_items, edit\_items, archive\_items, delete\_items, import\_items, export\_items, copy\_and\_share\_items, print\_items. <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### allow\_managing : Vaultへのアクセスを許可および取り消し、他のユーザーの権限を変更し、Vaultを削除します。所有者には常にVaultを管理する権限が与えられます。 <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### 詳細な権限が含まれます: manage\_vault。 <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### &#x20;<a href="#e5m794i5fvk4" id="e5m794i5fvk4"></a>

### Permission dependencies <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

| <h3 id="y1m35ocdcv1m"><strong>許可</strong></h3> | <h3 id="y1m35ocdcv1m">必要条件</h3>           |
| ---------------------------------------------- | ----------------------------------------- |
| <h3 id="y1m35ocdcv1m">allow\_editing</h3>      | <h3 id="y1m35ocdcv1m">allow\_viewing</h3> |
| <h3 id="y1m35ocdcv1m">allow\_managing</h3>     | <h3 id="y1m35ocdcv1m"></h3>               |

### 権限「allow\_editing」を付与するには、より広範な権限「allow\_viewing」も付与する必要があります。同様に、allow\_viewing を取り消すには、allow\_editing も取り消す必要があります。 <a href="#y1m35ocdcv1m" id="y1m35ocdcv1m"></a>

### **さらに詳しく** <a href="#pnhhfo9higka" id="pnhhfo9higka"></a>

* [Vault権限の付与と取り消し](https://developer.1password.com/docs/cli/grant-revoke-vault-permissions/)
* [金庫の操Create](https://developer.1password.com/docs/cli/reference/management-commands/vault/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/1password/about-vault-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
