> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/herupu/security.md).

# セキュリティ

## 概要

Avonni Components for Salesforce は、Salesforce の Flow Builder と Experience Cloud Builder 向けに明確に設計された、包括的なユーザーインターフェースコンポーネントのコレクションです。これらのコンポーネントは Salesforce ネイティブ100%であり、Salesforce プラットフォームのプログラミング言語とフレームワークを使用して構築されているため、プラットフォームと完全に互換性があります。

さらに、Avonni Components パッケージは Salesforce のセキュリティレビューを受けており、プラットフォームの品質および機能性の基準を満たしていることが保証されています。そのため、Salesforce のユーザーエクスペリエンスを向上させたい企業にとって、信頼できる選択肢となります。

## データアクセス

Avonni Labs Inc は、顧客の Salesforce インスタンスにアクセスできません。顧客は、Salesforce の Grand Access 機能を使用して、サポートに対するアクセスを一定期間付与できます。（<https://help.salesforce.com/articleView?id=000323031&type=1&mode=1>).

Avonni Components パッケージは、顧客の Salesforce インスタンスにインストールして実行するよう設計されています。これはサードパーティサービスを必要としないネイティブソリューションです。これにより、顧客の既存の Salesforce 環境とシームレスに統合できます。

{% hint style="info" %}

### Experience Cloud における Avonni Components を用いたデータモデルの共有

**Salesforce のデータ共有ルールへの準拠:**

* **組織設定の遵守:** Avonni コンポーネントは、Salesforce 組織に既存のデータ共有設定とアクセス設定に完全に準拠します。
* **干渉しないポリシー:** これらのコンポーネントは、あらかじめ設定されたデータ共有ルールをいかなる形でも変更したり影響を与えたりしません。
* **制御された表示とアクセス:** Avonni コンポーネントを通じてレコードを表示・操作できるかどうかは、組織で定義された共有設定とユーザー権限によって決まります
  {% endhint %}

## セキュリティ

Salesforce ネイティブであることに加え、Avonni Components パッケージは Salesforce の厳格なセキュリティ基準にも準拠しています。これには、オブジェクトレベルでフィールドへのアクセスを制御する Field Level Security (FLS) と、ユーザーがアクセス権を持つデータのみにアクセスできるようにする、オブジェクトの CRUD（作成/読み取り/更新/削除）権限が含まれます。さらに当パッケージは、ロール階層、共有ルール、Apex 共有に基づくデータ共有もサポートしており、適切なユーザーのみにデータが共有されるようにします。

掲載パッケージとして [AppExchange 上で](https://appexchange.salesforce.com/listingDetail?listingId=a0N4V00000IDsfbUAD\&tab=e)、Avonni Flow Screen Components は毎年セキュリティレビューを受けています。これにより、パッケージが定期的にセキュリティ脆弱性について評価され、潜在的な問題があれば速やかに対処されるため、顧客は安心して安全なソリューションを利用できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/herupu/security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
