---
title: Guardrail Assignment オブジェクト | RunAPI
description: 1 つのガードレールと、正確に 1 つの API キーまたはアカウントメンバーとの直接の関連付けです。
url: https://runapi.ai/ja/docs/api/management/guardrail-assignments/object.md
canonical: https://runapi.ai/ja/docs/api/management/guardrail-assignments/object
locale: ja
---

> HTML 版: https://runapi.ai/ja/docs/api/management/guardrail-assignments/object
> エージェント向けサイトインデックス: https://runapi.ai/llms.txt

# Guardrail Assignment オブジェクト

1 つのガードレールと、正確に 1 つの API キーまたはアカウントメンバーとの直接の関連付けです。

## オブジェクトフィールド

リソースの再利用可能オブジェクトで共有される安定したフィールド。

### ガードレールの割り当て

```json
{
  "account_user_id": {
    "description": "関連付けられたアカウントメンバーのプレフィックス ID",
    "required": true,
    "type": "string | null"
  },
  "api_token_id": {
    "description": "関連付けられた標準 API キーのプレフィックス ID",
    "required": true,
    "type": "string | null"
  },
  "created_at": {
    "description": "割り当てが作成された時刻。",
    "required": true,
    "type": "string"
  },
  "guardrail_id": {
    "description": "関連付けられたガードレールのプレフィックス ID。",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "Guardrail アサインメントのプレフィックス ID。",
    "required": true,
    "type": "string"
  }
}
```

## 関連リファレンス

- [ガードレールの割り当て](https://runapi.ai/ja/docs/api/management/guardrail-assignments.md)
- [ガードレールアサインメントの一覧取得](https://runapi.ai/ja/docs/api/management/guardrail-assignments/list.md)
- [ガードレールアサインメントを作成する](https://runapi.ai/ja/docs/api/management/guardrail-assignments/create.md)
- [ガードレール割り当ての削除](https://runapi.ai/ja/docs/api/management/guardrail-assignments/delete.md)

---

## RunAPI のその他の情報

- [ホーム](https://runapi.ai/ja/.md)
- [モデルカタログ](https://runapi.ai/ja/models.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [プロバイダー](https://runapi.ai/ja/models)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [Claude Code と Cursor](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Cursor API セットアップ](https://runapi.ai/ja/cursor-api-setup.md)
- [RunAPI と OpenRouter の比較](https://runapi.ai/ja/openrouter-alternative.md)
- [エンタープライズ](https://runapi.ai/ja/contact.md)
- [お問い合わせ](https://runapi.ai/ja/contact.md)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [エージェント向けサイトインデックス](https://runapi.ai/llms.txt)

お問い合わせ: contact@runapi.ai

## 構造化データ

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "TechArticle",
    "headline": "Guardrail Assignment オブジェクト",
    "description": "1 つのガードレールと、正確に 1 つの API キーまたはアカウントメンバーとの直接の関連付けです。",
    "url": "https://runapi.ai/ja/docs/api/management/guardrail-assignments/object",
    "mainEntityOfPage": "https://runapi.ai/ja/docs/api/management/guardrail-assignments/object"
  }
]
```
