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

# PFAccountManagementUpdateBanRequest

> PFAccountManagementUpdateBanRequest データ モデル。単一の禁止更新リクエストを表します。

PFAccountManagementUpdateBanRequest データ モデル。単一の禁止更新リクエストを表します。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementUpdateBanRequest {  
    bool const* active;  
    const char* banId;  
    time_t const* expires;  
    const char* IPAddress;  
    bool const* permanent;  
    const char* reason;  
    PFAccountManagementUserFamilyType const* userFamilyType;  
} PFAccountManagementUpdateBanRequest;  
```

### メンバー

**`active`**   bool const\*<br />*may be nullptr*

(省略可) 禁止の更新後のアクティブ状態。変更しない場合は null。

**`banId`**   const char\*<br />*is null-terminated*

更新される禁止の ID。

**`expires`**   time\_t const\*<br />*may be nullptr*

(省略可) 禁止の更新後の有効期限。変更しない場合は null。

**`IPAddress`**   const char\*<br />*is null-terminated*

(省略可) 禁止の更新後の IP アドレス。変更しない場合は null。

**`permanent`**   bool const\*<br />*may be nullptr*

(省略可) この禁止を永久にするかどうか。この禁止を永久にするには true に設定します。これは Active 状態を変更しません。

**`reason`**   const char\*<br />*is null-terminated*

(省略可) 更新される禁止の更新後の理由。最大 140 文字。変更しない場合は null。

**`userFamilyType`**   [PFAccountManagementUserFamilyType](/services/playfab/api-references/c/pfaccountmanagementtypes/enums/pfaccountmanagementuserfamilytype) const\*<br />*may be nullptr*

(省略可) 禁止に含めるユーザーの更新後のファミリー タイプ。変更しない場合は null。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementUpdateBansRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdatebansrequest.md)
- [PFAccountManagementServerUpdateBansAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverupdatebansasync.md)
- [PFAccountManagementUpdateBansResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdatebansresult.md)
- [PFAccountManagementBanRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementbanrequest.md)
- [PFAccountManagementServerUpdateBansGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverupdatebansgetresult.md)
