Show / Hide Table of Contents

Class ApiConfigHandler

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

Inheritance
object
ApiConfigHandler
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ApiConfigHandler : IDirectResponseSchema

Properties

AuthFailAction

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

Declaration
[JsonProperty("authFailAction")]
public virtual string AuthFailAction { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Login

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

Declaration
[JsonProperty("login")]
public virtual string Login { get; set; }
Property Value
Type Description
string

Script

Path to the script from the application root directory.

Declaration
[JsonProperty("script")]
public virtual string Script { get; set; }
Property Value
Type Description
string

SecurityLevel

Security (HTTPS) enforcement for this URL.

Declaration
[JsonProperty("securityLevel")]
public virtual string SecurityLevel { get; set; }
Property Value
Type Description
string

Url

URL to serve the endpoint at.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX