Using a CSV Template
Use our script to convert a CSV template to a JSON file for PAM Project commands
Conversion Process
1 – Working Exclusively from CSV
Required Fields
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": {}
}
]
}Named Fields
folder_path
title
hostname
type
username
password
user_path
Advanced Fields
2 - Using a CSV File with a JSON Template
hostname
username
user_path
password
Run the Conversion
Last updated

