Show / Hide Table of Contents

Class FlexibleAppVersionApiConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionApiConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 FlexibleAppVersionApiConfigGetArgs : ResourceArgs

Constructors

View Source

FlexibleAppVersionApiConfigGetArgs()

Declaration
public FlexibleAppVersionApiConfigGetArgs()

Properties

View Source

AuthFailAction

Action to take when users access resources that require authentication.

Declaration
public Input<string> AuthFailAction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Login

Level of login required to access this resource.

Declaration
public Input<string> Login { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Script

Path to the script from the application root directory.

Declaration
public Input<string> Script { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityLevel

Security (HTTPS) enforcement for this URL.

Declaration
public Input<string> SecurityLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

URL to serve the endpoint at.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.