BackendServiceIapArgs

data class BackendServiceIapArgs(val oauth2ClientId: Output<String>, val oauth2ClientSecret: Output<String>, val oauth2ClientSecretSha256: Output<String>? = null) : ConvertibleToJava<BackendServiceIapArgs>

Constructors

Link copied to clipboard
constructor(oauth2ClientId: Output<String>, oauth2ClientSecret: Output<String>, oauth2ClientSecretSha256: Output<String>? = null)

Properties

Link copied to clipboard
val oauth2ClientId: Output<String>

OAuth2 Client ID for IAP

Link copied to clipboard

OAuth2 Client Secret for IAP Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val oauth2ClientSecretSha256: Output<String>? = null

(Output) OAuth2 Client Secret SHA-256 for IAP Note: This property is sensitive and will not be displayed in the plan.

Functions

Link copied to clipboard
open override fun toJava(): BackendServiceIapArgs