Replies: 3 comments
|
|
0 replies
|
The code I posted works fine. I'm asking how, instead of using Powershell's psfalcon/public/identity-protection.ps1 Line 30 in f0b3a68 The documentation indicates that there is some sort of substitution feature in your cmdlet. |
0 replies
|
I had to learn more about how GraphQL variables are HTTP POSTed to an endpoint. Now I understand. Example below. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description of your question
Could you please provide an example of how to use variable substitution in
https://github.com/CrowdStrike/psfalcon/wiki/Invoke-FalconIdentityGraph
The wiki mentions the capability but I don't see any example of how to format/mark the variables in the graph query.
I'm trying to use your variable substitution instead of
entityIds:["{0}"]and-f $entityUuidin the snippet below:All reactions