google_api_app_engine v0.3.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: null.

    • Enum - one of [AUTH_FAIL_ACTION_UNSPECIFIED, AUTH_FAIL_ACTION_REDIRECT, AUTH_FAIL_ACTION_UNAUTHORIZED]
  • login (String.t): Level of login required to access this resource. Defaults to optional. Defaults to: null.

    • Enum - one of [LOGIN_UNSPECIFIED, LOGIN_OPTIONAL, LOGIN_ADMIN, LOGIN_REQUIRED]
  • script (String.t): Path to the script from the application root directory. Defaults to: null.
  • securityLevel (String.t): Security (HTTPS) enforcement for this URL. Defaults to: null.

    • Enum - one of [SECURE_UNSPECIFIED, SECURE_DEFAULT, SECURE_NEVER, SECURE_OPTIONAL, SECURE_ALWAYS]
  • url (String.t): URL to serve the endpoint at. Defaults to: null.

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: any(),
  login: any(),
  script: any(),
  securityLevel: any(),
  url: any()
}

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.