BackendServiceIap

data class BackendServiceIap(val oauth2ClientId: String, val oauth2ClientSecret: String, val oauth2ClientSecretSha256: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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