[comment]: # translation:outdated

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

A következő objektumok közvetlenül kapcsolódnak az "autoregisztrációhoz".
API.

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

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

Az automatikus regisztrációs objektum a következő tulajdonságokkal rendelkezik.

|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 insecure connections;<br>2 - allow TLS with PSK.<br>3 - allow both insecure and TLS with PSK connections.|
|tls\_psk\_identity|string|*(write-only)* 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|*(write-only)* PSK value string (an even number of hexadecimal characters).|

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