Backend Service Iap Args
data class BackendServiceIapArgs(val enabled: Output<Boolean>, val oauth2ClientId: Output<String>? = null, val oauth2ClientSecret: Output<String>? = null, val oauth2ClientSecretSha256: Output<String>? = null) : ConvertibleToJava<BackendServiceIapArgs>
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.