Interface protos.google.appengine.v1.IUrlMap (1.0.6)

Properties of an UrlMap.

Package

@google-cloud/appengine-admin!

Properties

apiEndpoint

apiEndpoint?: (google.appengine.v1.IApiEndpointHandler|null);

UrlMap apiEndpoint

Property Value
TypeDescription
(google.appengine.v1.IApiEndpointHandler|null)

authFailAction

authFailAction?: (google.appengine.v1.AuthFailAction|keyof typeof google.appengine.v1.AuthFailAction|null);

UrlMap authFailAction

Property Value
TypeDescription
(google.appengine.v1.AuthFailAction|keyof typeof google.appengine.v1.AuthFailAction|null)

login

login?: (google.appengine.v1.LoginRequirement|keyof typeof google.appengine.v1.LoginRequirement|null);

UrlMap login

Property Value
TypeDescription
(google.appengine.v1.LoginRequirement|keyof typeof google.appengine.v1.LoginRequirement|null)

redirectHttpResponseCode

redirectHttpResponseCode?: (google.appengine.v1.UrlMap.RedirectHttpResponseCode|keyof typeof google.appengine.v1.UrlMap.RedirectHttpResponseCode|null);

UrlMap redirectHttpResponseCode

Property Value
TypeDescription
(google.appengine.v1.UrlMap.RedirectHttpResponseCode|keyof typeof google.appengine.v1.UrlMap.RedirectHttpResponseCode|null)

script

script?: (google.appengine.v1.IScriptHandler|null);

UrlMap script

Property Value
TypeDescription
(google.appengine.v1.IScriptHandler|null)

securityLevel

securityLevel?: (google.appengine.v1.SecurityLevel|keyof typeof google.appengine.v1.SecurityLevel|null);

UrlMap securityLevel

Property Value
TypeDescription
(google.appengine.v1.SecurityLevel|keyof typeof google.appengine.v1.SecurityLevel|null)

staticFiles

staticFiles?: (google.appengine.v1.IStaticFilesHandler|null);

UrlMap staticFiles

Property Value
TypeDescription
(google.appengine.v1.IStaticFilesHandler|null)

urlRegex

urlRegex?: (string|null);

UrlMap urlRegex

Property Value
TypeDescription
(string|null)