Class FlexibleAppVersionApiConfig
Inheritance
System.Object
FlexibleAppVersionApiConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.AppEngine.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionApiConfig
Fields
View SourceAuthFailAction
Action to take when users access resources that require authentication.
Declaration
public readonly string AuthFailAction
Field Value
| Type | Description |
|---|---|
| System.String |
Login
Level of login required to access this resource.
Declaration
public readonly string Login
Field Value
| Type | Description |
|---|---|
| System.String |
Script
Path to the script from the application root directory.
Declaration
public readonly string Script
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityLevel
Security (HTTPS) enforcement for this URL.
Declaration
public readonly string SecurityLevel
Field Value
| Type | Description |
|---|---|
| System.String |
Url
URL to serve the endpoint at.
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |