UpstreamAuthSettingsResponse

data class UpstreamAuthSettingsResponse(val managedIdentity: ManagedIdentitySettingsResponse? = null, val type: String? = null)

Upstream auth settings. If not set, no auth is used for upstream messages.

Constructors

Link copied to clipboard
constructor(managedIdentity: ManagedIdentitySettingsResponse? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Managed identity settings for upstream.

Link copied to clipboard
val type: String? = null

Upstream auth type enum.