Class ApplicationIap
Inheritance
System.Object
ApplicationIap
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 ApplicationIap
Fields
View SourceEnabled
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Oauth2ClientId
OAuth2 client ID to use for the authentication flow.
Declaration
public readonly string Oauth2ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
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 readonly string Oauth2ClientSecret
Field Value
| Type | Description |
|---|---|
| System.String |
Oauth2ClientSecretSha256
Hex-encoded SHA-256 hash of the client secret.
Declaration
public readonly string Oauth2ClientSecretSha256
Field Value
| Type | Description |
|---|---|
| System.String |