[comment]: # aside:1

[comment]: # ({542c5bc0-de6776f4})
# Autoregistration object

The following objects are directly related to the `autoregistration`
API.

[comment]: # ({/542c5bc0-de6776f4})

[comment]: # ({72346007-1e4b66e4})
### Autoregistration

The autoregistration object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|tls\_accept|integer|Type of allowed incoming connections for autoregistration.<br><br>Possible values:<br>1 - allow unencrypted connections;<br>2 - allow TLS with PSK;<br>3 - allow both unencrypted and TLS with PSK connections.|
|tls\_psk\_identity|string|PSK identity; must be paired with only one PSK (across [autoregistration](/manual/api/reference/autoregistration/object), [hosts](/manual/api/reference/host/object), and [proxies](/manual/api/reference/proxy/object)).<br><br>Do not include sensitive information in the PSK identity, as it is sent unencrypted over the network to inform the receiver which PSK to use.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *write-only*|
|tls\_psk|string|Pre-shared key (PSK); must be at least 32 hex digits.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *write-only*|

[comment]: # ({/72346007-1e4b66e4})
