You want to find out when users were added to Cloud Spanner Identity Access Management (IAM) roles on your Google Cloud Platform (GCP) project.
What should you do in the GCP Console?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
To find out when users were added to Cloud Spanner Identity Access Management (IAM) roles on your Google Cloud Platform (GCP) project, you should do the following steps in the GCP Console:
protoPayload.methodName="google.iam.admin.v1.CreateRole"
This will show you the logs related to the creation of roles in the IAM console.Option A is incorrect because the Cloud Spanner console is used to manage and configure Cloud Spanner databases, not IAM roles. Option B is partially correct as you need to review IAM policies, but you should do it specifically for Cloud Spanner roles. Option C is incorrect because Stackdriver Monitoring is used to monitor and analyze the performance and health of resources in the GCP project, not for reviewing IAM roles. Option D is the correct option because Stackdriver Logging allows you to review admin activity logs, which can show when users were added to Cloud Spanner IAM roles, by applying the appropriate filter.