google_api_app_engine v0.21.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 (type: String.t, default: nil) - Action to take when users access resources that require authentication. Defaults to redirect.
  • login (type: String.t, default: nil) - Level of login required to access this resource. Defaults to optional.
  • script (type: String.t, default: nil) - Path to the script from the application root directory.
  • securityLevel (type: String.t, default: nil) - Security (HTTPS) enforcement for this URL.
  • url (type: String.t, default: nil) - URL to serve the endpoint at.

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.