ApiConfigHandler

Cloud Endpoints configuration for API handlers.

JSON representation
{
  "authFailAction": enum(AuthFailAction),
  "login": enum(LoginRequirement),
  "script": string,
  "securityLevel": enum(SecurityLevel),
  "url": string
}
Fields
authFailAction

enum(AuthFailAction)

Action to take when users access resources that require authentication. Defaults to redirect.

login

enum(LoginRequirement)

Level of login required to access this resource. Defaults to optional.

script

string

Path to the script from the application root directory.

securityLevel

enum(SecurityLevel)

Security (HTTPS) enforcement for this URL.

url

string

URL to serve the endpoint at.