Paloalto Networks Prisma Certified Cloud Security Engineer PCCSE Question # 45 Topic 5 Discussion

Paloalto Networks Prisma Certified Cloud Security Engineer PCCSE Question # 45 Topic 5 Discussion

PCCSE Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

Which IAM RQL query would correctly generate an output to view users who enabled console access with both access keys and passwords?


A.

config from network where api.name = ‘aws-iam-get-credential-report’ AND json.rule = cert_1_active is true or cert_2_active is true and password_enabled equals "true"


B.

config from cloud.resource where api.name = 'aws-iam-get-credential-report' AND json.rule = access_key_1_active is true or access_key_2_active is true and password_enabled equals "true"


C.

config from cloud.resource where api.name = 'aws-iam-get-credential-report’ AND json.rule = access_key_1_active is false or access_key_2_active is true and password_enabled equals "*"


D.

config where api.name = ‘aws-iam-get-credential-report' AND json.rule= access_key_1_active is true or access_key_2_active is true and password_enabled equals “true”


Get Premium PCCSE Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.