Gets or sets a value indicating whether the upload token should be restricted to the consumerIP.
public function getIpRestricted() {
}
public function setIpRestricted($value) {
}
Type: boolean
If true, the upload token will be restricted to the consumerIP.
Default value is false.