> 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/supported-functionality.md).

# サポートされている機能

### サポートされている機能 <a href="#refs4912tua8" id="refs4912tua8"></a>

1Password SDK は現在開発中です。次に何を希望するか、ぜひご意見をお聞かせください。Go 、[JavaScript](https://github.com/1Password/onepassword-sdk-js/issues/new/choose)、または[Python](https://github.com/1Password/onepassword-sdk-python/issues/new/choose) SDK リポジトリに賛Create票を投じるか、問題を報告してお知らせください。

#### **アイテム**[**管理**](https://developer.1password.com/docs/sdks/functionality/#item-management) <a href="#id-2my5pygcnoos" id="id-2my5pygcnoos"></a>

操Create:

☑️ [秘密を取得する](https://developer.1password.com/docs/sdks/load-secrets)

☑️ [アイテムを取得する](https://developer.1password.com/docs/sdks/manage-items#get-an-item)

☑️ [アイテムをCreateする](https://developer.1password.com/docs/sdks/manage-items#create-an-item)

☑️ [アイテムを更新する](https://developer.1password.com/docs/sdks/manage-items#edit-an-item)

☑️ [アイテムを削除する](https://developer.1password.com/docs/sdks/manage-items#delete-an-item)

☑️ [リスト項目](https://developer.1password.com/docs/sdks/list-vaults-items#list-items)

☑️ アイテムのタグを追加および更新する

☑️ 自動入力ウェブサイトと動作を管理する

フィールドタイプ:

☑️APIキー

☑️パスワード

☑️隠されたフィールド

☑️ テキストフィールド

☑️ 注記

☑️SSH 秘密鍵\*\
\*[シークレット参照](https://developer.1password.com/docs/sdks/load-secrets/)でサポートされています。アイテム管理ではまだサポートされていません。

⬜ SSH公開鍵、指紋、鍵タイプ

☑️ ワンタイムパスワード

☑️ URLs

☑️クレジットカードの種類

☑️電話番号

⬜ファイルの添付とドキュメント項目

#### 保管庫**管理** <a href="#nzt6rtiahyq7" id="nzt6rtiahyq7"></a>

⬜ 保管庫を回収する

⬜ 保管庫をCreateする

⬜ 保管庫を更新する

⬜ 保管庫を削除する

☑️ 保管庫[一覧](https://developer.1password.com/docs/sdks/list-vaults-items#list-vaults)

#### **ユーザーとアクセス管理** <a href="#jywhcbhnl21w" id="jywhcbhnl21w"></a>

⬜ ユーザーのプロビジョニング

⬜ ユーザーを取得する

⬜ ユーザーを一覧表示する

⬜ ユーザーを停止する

⬜ グループをCreateする

⬜ グループメンバーシップを更新する

⬜ 保管庫のアクセスと権限を更新する

#### **コンプライアンスと報告** <a href="#usya72xh15kv" id="usya72xh15kv"></a>

⬜Watchtower insight

⬜Travel mode

⬜イベント。\
今のところ、[1Password イベント レポート API ](https://developer.1password.com/docs/events-api/)を直接使用してください。

#### [認証](https://developer.1password.com/docs/sdks/functionality/#authentication) <a href="#cw7xx0qo6s6k" id="cw7xx0qo6s6k"></a>

☑️ [1Password サービスアカウント](https://developer.1password.com/docs/service-accounts/get-started/)

⬜ユーザー認証

⬜1Password Connect。今のところ、 [Go](https://github.com/1Password/connect-sdk-go)、[JS](https://github.com/1Password/connect-sdk-js)、または[Python<br>](https://github.com/1Password/connect-sdk-python)用の1Password Connect SDKを使用してください


---

# 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/supported-functionality.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.
