VcplcmRmqUserProperties
VcplcmRmqUserProperties
List of user accounts to be created in RabbitMQ
JSON Example
{
"username": "string",
"password": "string"
}
string As ^[^;'"]{1,80}$
username
Required
Username of the user to create
string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
password
Required
Password for the user to create