Is there a way to create nodes with an existing credential set? I'm looking through the documentation and not seeing any sort of relationship for Orion.Nodes to Orion.Credential. Am I just missing something?
In my python code I'm doing this to grab credential sets:
cred_sets = swis_obj.query('SELECT ID, Name FROM Orion.Credential')['results']
But I can't seem to find a way to pass this as a property to create a new node using it.