ApiConfigHandler(mapping=None, *, ignore_unknown_fields=False, **kwargs)Google Cloud
Endpoints <https://cloud.google.com/appengine/docs/python/endpoints/>__
configuration for API handlers.
Attributes |
|
|---|---|
| Name | Description |
auth_fail_action |
google.cloud.appengine_admin_v1.types.AuthFailAction
Action to take when users access resources that require authentication. Defaults to redirect.
|
login |
google.cloud.appengine_admin_v1.types.LoginRequirement
Level of login required to access this resource. Defaults to optional.
|
script |
str
Path to the script from the application root directory. |
security_level |
google.cloud.appengine_admin_v1.types.SecurityLevel
Security (HTTPS) enforcement for this URL. |
url |
str
URL to serve the endpoint at. |