[comment]: # translation:outdated

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

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

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

[comment]: # ({bd4234b3-bd4234b3})
### 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 unsecure connections;<br>2 - allow TLS with PSK.<br>3 - allow both unsecure and TLS with PSK connections.|
|tls\_psk\_identity|string|*(writeonly)* PSK identity string.<br>Do not put sensitive information in the PSK identity, it is transmitted unencrypted over the network to inform a receiver which PSK to use.|
|tls\_psk|string|*(writeonly)* PSK value string (an even number of hexadecimal characters).|

[comment]: # ({/bd4234b3-bd4234b3})
