> ## 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 데이터 모델입니다. 단일 차단 업데이트 요청을 나타냅니다.

## Syntax

```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;  
```

### Members

**`active`**   bool const\*<br />*nullptr일 수 있음*

(선택 사항) 차단에 대한 업데이트된 활성 상태입니다. 변경하지 않으려면 null로 설정하세요.

**`banId`**   const char\*<br />*null로 종료됨*

업데이트할 차단의 ID입니다.

**`expires`**   time\_t const\*<br />*nullptr일 수 있음*

(선택 사항) 차단에 대한 업데이트된 만료 날짜입니다. 변경하지 않으려면 null로 설정하세요.

**`IPAddress`**   const char\*<br />*null로 종료됨*

(선택 사항) 차단에 대한 업데이트된 IP 주소입니다. 변경하지 않으려면 null로 설정하세요.

**`permanent`**   bool const\*<br />*nullptr일 수 있음*

(선택 사항) 이 차단을 영구적으로 설정할지 여부입니다. 이 차단을 영구적으로 만들려면 true로 설정하세요. 이는 활성 상태를 수정하지 않습니다.

**`reason`**   const char\*<br />*null로 종료됨*

(선택 사항) 업데이트할 차단의 업데이트된 사유입니다. 최대 140자입니다. 변경하지 않으려면 null로 설정하세요.

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

(선택 사항) 차단에 포함되어야 하는 사용자의 업데이트된 패밀리 유형입니다. 변경하지 않으려면 null로 설정하세요.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementUpdateBansRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdatebansrequest.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerUpdateBansAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverupdatebansasync.md)
- [PFAccountManagementUpdateBansResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdatebansresult.md)
- [PFAccountManagementBanRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementbanrequest.md)
