Class BackendServiceIapArgs
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.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceIapArgs : ResourceArgs
Constructors
View SourceBackendServiceIapArgs()
Declaration
public BackendServiceIapArgs()
Properties
View SourceOauth2ClientId
OAuth2 Client ID for IAP
Declaration
public Input<string> Oauth2ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Oauth2ClientSecret
OAuth2 Client Secret for IAP Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Input<string> Oauth2ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Oauth2ClientSecretSha256
OAuth2 Client Secret SHA-256 for IAP Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Input<string> Oauth2ClientSecretSha256 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |