Show / Hide Table of Contents

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 Source

AuthFailAction

Action to take when users access resources that require authentication.

Declaration
public readonly string AuthFailAction
Field Value
Type Description
System.String
View Source

Login

Level of login required to access this resource.

Declaration
public readonly string Login
Field Value
Type Description
System.String
View Source

Script

Path to the script from the application root directory.

Declaration
public readonly string Script
Field Value
Type Description
System.String
View Source

SecurityLevel

Security (HTTPS) enforcement for this URL.

Declaration
public readonly string SecurityLevel
Field Value
Type Description
System.String
View Source

Url

URL to serve the endpoint at.

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.