CSvec
Enthusiast
Enthusiast

Long answer short: No.

"properties" is a value passed by the event broker specifically. XaaS blueprints don't use them or have them as all of their inputs are directly mapped. You have form inputs from vRO, and a few _asd references like who requested the action that show up for the ride if you want them.

XaaS blueprints can take anything from a form. Though from what you're describing it sounds kind of like a resource action instead? You want to take action on a dynamic VM object? Because the form component will let you specify a VM (just have the form inputs in vRO be a vc:virtualmachine or something similar) Either way, properties the String of Doom isn't a thing in XaaS. And the prior poster is correct that passing strings into XaaS blueprints and doing the lookup there is usually your best bet for portable and reusable code.