Backend Service IAPArgs
data class BackendServiceIAPArgs(val enabled: Output<Boolean>? = null, val oauth2ClientId: Output<String>? = null, val oauth2ClientSecret: Output<String>? = null) : ConvertibleToJava<BackendServiceIAPArgs>
Identity-Aware Proxy
Properties
Link copied to clipboard
OAuth2 client ID to use for the authentication flow.
Link copied to clipboard
OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly