> 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 に掲載されているパッケージとして [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.
