You need to verify that a Google Cloud Platform service account was created at a particular time.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The correct answer is A. Filter the Activity log to view the Configuration category. Filter the Resource type to Service Account.
Explanation:
Google Cloud Platform provides an Activity log that can be used to view and monitor activity in your GCP project. The Activity log provides a record of actions taken on resources in your project, including service accounts.
To verify that a service account was created at a particular time, you should follow these steps:
protoPayload.methodName="google.iam.admin.v1.CreateServiceAccount"
The query will return a list of all service account creation events that match the specified criteria. You can verify that the service account was created at the particular time by looking at the timestamp of the event. If the event matches the time you are looking for, then you can confirm that the service account was created at that time.