Hi Thomas,
Have you tried this?
objectType in objectTypeAndChildren("AWS")
Hope this helps!
First, thank you very much for responding! I think it works, what I would like to know is if there is an operator that only returns each object once, according to the image I attached I would like it to return "Load Balancer", "General" and so on with all of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
An IQL returns objects, not object types. Not sure what you're trying to do, can you elaborate with an example of the output you're after?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Obvious. I would like to make a query in IQL that returns all the types that are contained, in this case in AWS, that is to say that they appear: "Load Balancer", "General", "Security Group", "Compute", "Management & governance ", but only once each. Since the query in the first response brings me all of each type and I only need one of each of the object types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The IQL I provided gives you all the objects in all the objecttypes that are AWS or one of it's children. You can't have IQL return the object types themselves, only the objects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.