This is a translation of the original English documentation page. Help us make it better.

> Autoregistration object

以下のオブジェクトは autoregistration API に直接関連するものです。

Autoregistration

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

プロパティ Type 説明
tls_accept integer Type of allowed incoming connections for autoregistration.

Possible values:
1 - allow insecure connections;
2 - allow TLS with PSK.
3 - allow both insecure and TLS with PSK connections.
tls_psk_identity string (write-only) PSK identity string.
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).