> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FedRAMP

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = localizeLink(href);
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

## 概要

FedRAMPとは、連邦政府機関が政府または行政機関の安全性/機密性が高まりつつあるデータにクラウドプロバイダを使用できるようにする認証プログラムです。

FedRAMPでは、セキュリティのレベルについて、Low (低)、Moderate (中)、High (高) という3つのカテゴリを定義しています。

セキュリティレベルが高いほど、適用される制限が多くなります。

現在、Boxは[FedRAMP High][FedRAMPCert]として認定されています。

## 留意事項

FedRAMPに準拠するため、管理者は非常に特殊な方法でBoxを設定する必要があり、Boxの機能へのアクセスをさらに制限している可能性があります。

APIの使用に影響する可能性があるセキュリティの制限を特定するには、管理者に相談してください。

## FedRAMPでのAPIの使用

FedRAMPに準拠するには、APIエントリポイントに以下のURLを使用できます。

| FedRAMP                   |
| ------------------------- |
| account.box.com           |
| api.box.com               |
| upload.box.com            |
| dl.boxcloud.com           |
| realtime.services.box.net |

{/* |API Entry point |
|----------------|
|/sign_requests|
|/sign_requests/{sign_request_id}|
|/sign_requests/{sign_request_id}/cancel|
|/sign_requests/{sign_request_id}/resend| */}

[FedRAMPCert]: https://marketplace.fedramp.gov/products/F1212191840A
