CSVテンプレートの使用
PAM Projectコマンド向けにCSVテンプレートをJSONファイルへ変換するスクリプトの利用
変換手順
1 – CSVのみを利用する
必須項目
hostname
username
user_path
{
"title": "DESKTOP-001.local",
"type": "pamMachine",
"host": "DESKTOP-001.local",
"pam_settings": {
"options": {
"rotation": "off",
"connections": "on",
"tunneling": "off",
"graphical_session_recording": "on"
},
"connection": {}
},
"users": [
{
"title": "DESKTOP-001.local - Administrator",
"login": "Administrator",
"password": "",
"type": "pamUser",
"rotation_settings": {}
}
]
}名前付きフィールド
folder_path
title
hostname
type
username
password
user_path
高度なフィールド
2 - JSONテンプレートとCSVファイルを併用する
hostname
username
user_path
password
変換の実行
最終更新

