RoyalJSONDynamicCredential
Username
- Data Type: String
 - Description: The username of this object.
 - Example: 
"Username": "administrator" 
Password
- Data Type: String
 - Description: The password of this object.
 - Example: 
"Password": "!dfhe8yr498hh@" 
KeyFilePath
- Data Type: String
 - Description: The private key file path of this object.
 - Example: 
"KeyFilePath": "/Path/To/Key/File" - Example 2: 
"KeyFilePath": "c:\Path\To\Key\File" 
KeyFileContent
- Data Type: String
 - Description: The content of the private key file of this object.
 - Example: 
"KeyFileContent": "-----BEGIN RSA PRIVATE KEY----- ..." 
KeyFilePassphrase
- Data Type: String
 - Description: The passphrase of this object's private key file.
 - Example: 
"KeyFilePassphrase": "^234hsd9344hf@"