google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.ApiConfigHandler View Source

Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.

Attributes

  • authFailAction (String.t): Action to take when users access resources that require authentication. Defaults to redirect. Defaults to nil.
  • login (String.t): Level of login required to access this resource. Defaults to optional. Defaults to nil.
  • script (String.t): Path to the script from the application root directory. Defaults to nil.
  • securityLevel (String.t): Security (HTTPS) enforcement for this URL. Defaults to nil.
  • url (String.t): URL to serve the endpoint at. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.ApiConfigHandler{
  authFailAction: String.t(),
  login: String.t(),
  script: String.t(),
  securityLevel: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.