Show / Hide Table of Contents

Class ApplicationIapArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationIapArgs
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 ApplicationIapArgs : ResourceArgs

Constructors

View Source

ApplicationIapArgs()

Declaration
public ApplicationIapArgs()

Properties

View Source

Enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Oauth2ClientId

OAuth2 client ID to use for the authentication flow.

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

Oauth2ClientSecret

OAuth2 client secret to use for the authentication flow. The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field.

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

Oauth2ClientSecretSha256

Hex-encoded SHA-256 hash of the client secret.

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