C# Class PlayFab.AdminModels.BanRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
DurationInHours uint?
IPAddress string
MACAddress string
PlayFabId string
Reason string

Property Details

DurationInHours public property

The duration in hours for the ban. Leave this blank for a permanent ban.
public uint? DurationInHours
return uint?

IPAddress public property

IP address to be banned. May affect multiple players.
public string IPAddress
return string

MACAddress public property

MAC address to be banned. May affect multiple players.
public string MACAddress
return string

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

Reason public property

The reason for this ban. Maximum 140 characters.
public string Reason
return string