What characters can you use in the resources identifiers

Could anyone point me to the docs that specify which characters are allowed/prohibited to be used in in identifier strings

Thank you!

1 Like

I received the following list of characters from CyberArk: @#$%^&*()"{}[];'<>?/.

That doesn’t mean you can use them all in YAML though. Some of them give errors if you try to start an ID with them. ' gives an error when used in the middle of an ID too. But they all worked at the end of the IDs, curiously enough.

I haven’t dug into it, but it’s probably possible to escape the troublesome characters. Or maybe putting them in quotes works.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.