HostKeysOutput interface
Functions ホスト レベルのキー。
プロパティ
| function |
ホスト レベルの関数キー。 |
| master |
秘密鍵。 |
| system |
システム キー。 |
プロパティの詳細
functionKeys
ホスト レベルの関数キー。
functionKeys?: Record<string, string>
プロパティ値
Record<string, string>
masterKey
秘密鍵。
masterKey?: string
プロパティ値
string
systemKeys
システム キー。
systemKeys?: Record<string, string>
プロパティ値
Record<string, string>