Class FlexibleAppVersionApiConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionApiConfigArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionApiConfigArgs()
Declaration
public FlexibleAppVersionApiConfigArgs()
Properties
View SourceAuthFailAction
Action to take when users access resources that require authentication.
Declaration
public Input<string> AuthFailAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Login
Level of login required to access this resource.
Declaration
public Input<string> Login { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Script
Path to the script from the application root directory.
Declaration
public Input<string> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityLevel
Security (HTTPS) enforcement for this URL.
Declaration
public Input<string> SecurityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
URL to serve the endpoint at.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |