Table of contents
1.
Introduction
2.
AuthFailAction
3.
ErrorCode
4.
FileInfo
5.
InboundServiceType
6.
LoginRequirement
7.
Frequently Asked Questions
7.1.
What HTTP status code appears when the AUTH_FAIL_ACTION_UNAUTHORIZED rejects the request?
7.2.
What does ERROR_CODE_OVER_QUOTA mean?
7.3.
What does sourceURL mean in FileInfo?
8.
Conclusion
Last Updated: Mar 27, 2024

Types of App engine AuditData

Career growth poll
Do you think IIT Guwahati certified course can help you in your career?

Introduction

To record the administrative activities and accesses within the google cloud resources, the google cloud services write audit logs. They help answer "who did what, where, and when?" within the google cloud resources with the same amount of transparency as in an on-premises environment. Audit logs help the user with security, auditing, and compliance entities that monitor google cloud data and systems. In this blog, we will study about types of App engine AuditData.

AuthFailAction

The following are the actions that should be taken when the user is not logged in.

Auth fail actions

ErrorCode

Following are the error codes

Error codes

FileInfo

It is a single source file which is a part of the version to be deployed. Each source file should be specified separately when it is deployed.

Syntax:

{
  "sourceUrl": string,
  "sha1Sum": string,
  "mimeType": string
}

File info

InboundServiceType

All the available inbound services:

Inbound services

LoginRequirement

It lists all the methods to restrict access to a URL based on login status.

Login Requirements

Frequently Asked Questions

What HTTP status code appears when the AUTH_FAIL_ACTION_UNAUTHORIZED rejects the request?

The AUTH_FAIL_ACTION_UNAUTHORIZED rejects the request with a 401 HTTP status code.

What does ERROR_CODE_OVER_QUOTA mean?

ERROR_CODE_OVER_QUOTA means that the application has exceeded a resource quota.

What does sourceURL mean in FileInfo?

The sourceURL is used to specify the URL which is used to fetch the FileInfo.

Conclusion

In this article, we have extensively discussed the Types of App engine AuditData.

After reading about the Types of App engine AuditData are you not feeling excited to read/explore more articles on Google Cloud? Don't worry; Coding Ninjas has you covered. To learn about GCP certification: Google Cloud Platform, the difference between AWS, Azure & Google Cloud, and which platform is best: AWS vs. Google Cloud.

If you wish to enhance your skills in Data Structures and AlgorithmsCompetitive ProgrammingJavaScript, etc., you should check out our Guided path column at Coding Ninjas Studio. We at Coding Ninjas Studio organize many contests in which you can participate. You can also prepare for the contests and test your coding skills by giving the mock test series available. In case you have just started the learning process, and your dream is to crack major tech giants like Amazon, Microsoft, etc., then you should check out the most frequently asked problems and the interview experiences of your seniors that will surely help you in landing a job in your dream company. 

Do upvote if you find the blogs helpful.

Happy Learning!

Live masterclass