> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/mail/set-booking-config.md).

# Booking 設定の構成

### 説明

Exchange Online の組織構成を使用して、組織レベルで Microsoft Bookings の設定を構成します。runbook は、必要に応じて Bookings 作成者向けの OWA メールボックス ポリシーを作成し、既定の OWA ポリシーで Bookings を無効にできます。

### 場所

組織 → メール → Booking 構成の設定

**完全な Runbook 名**

rjgit-org\_mail\_set-booking-config

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Office 365 Exchange Online
  * Exchange.ManageAsApp

#### RBAC ロール

* Exchange 管理者

### パラメーター

#### BookingsEnabled

true に設定すると、組織で Microsoft Bookings が有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsAuthEnabled

true に設定すると、Bookings は認証を使用します。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsSocialSharingRestricted

true に設定すると、ソーシャル共有が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsExposureOfStaffDetailsRestricted

true に設定すると、スタッフ詳細の公開が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsMembershipApprovalRequired

true に設定すると、メンバーシップの承認が必要になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsSmsMicrosoftEnabled

true に設定すると、Microsoft SMS 通知が有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsSearchEngineIndexDisabled

true に設定すると、検索エンジンのインデックス作成が無効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsAddressEntryRestricted

true に設定すると、住所の入力が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsCreationOfCustomQuestionsRestricted

true に設定すると、カスタム質問の作成が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsNotesEntryRestricted

true に設定すると、メモの入力が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsPhoneNumberEntryRestricted

true に設定すると、電話番号の入力が制限されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsNamingPolicyEnabled

true に設定すると、名前付けポリシーが有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsBlockedWordsEnabled

true に設定すると、名前付けポリシーでブロックされた単語が有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsNamingPolicyPrefixEnabled

true に設定すると、名前付けポリシーのプレフィックスが有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### BookingsNamingPolicyPrefix

名前付けポリシーによって適用されるプレフィックス。

| プロパティ | 値        |
| ----- | -------- |
| 必須    | false    |
| 既定値   | Booking- |
| 種類    | 文字列      |

#### BookingsNamingPolicySuffixEnabled

true に設定すると、名前付けポリシーのサフィックスが有効になります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### BookingsNamingPolicySuffix

名前付けポリシーによって適用されるサフィックス。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### CreateOwaPolicy

true に設定すると、存在しない場合は Bookings 作成者向けの OWA メールボックス ポリシーが作成されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | True  |
| 種類    | ブール値  |

#### OwaPolicyName

Bookings 作成者向けに作成または使用する OWA メールボックス ポリシーの名前。

| プロパティ | 値                |
| ----- | ---------------- |
| 必須    | false            |
| 既定値   | BookingsCreators |
| 種類    | 文字列              |

[Runbook リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/mail/set-booking-config.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.
