[comment]: # aside: 1

[comment]: # translation:outdated

[comment]: # ({542c5bc0-de6776f4})
# Autoregistrationオブジェクト

次のオブジェクトは、`autoregistration`APIに直接関連しています。

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

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

Autoregistration オブジェクトは、以下のプロパティを持つ。

|プロパティ|[Type](/manual/api/reference_commentary#data_types)|説明|
|--|--|------|
|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]: # ({/2b6b5c8e-1e4b66e4})
