BackendServiceIap

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the serving infrastructure will authenticate and authorize all incoming requests.

Link copied to clipboard
val oauth2ClientId: String? = null

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.