UpstreamAuthSettings Class

Definition

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

public class UpstreamAuthSettings
type UpstreamAuthSettings = class
Public Class UpstreamAuthSettings
Inheritance
UpstreamAuthSettings

Constructors

Name Description
UpstreamAuthSettings()

Initializes a new instance of the UpstreamAuthSettings class.

UpstreamAuthSettings(String, ManagedIdentitySettings)

Initializes a new instance of the UpstreamAuthSettings class.

Properties

Name Description
ManagedIdentity

Gets or sets managed identity settings for upstream.

Type

Gets or sets upstream auth type enum. Possible values include: 'None', 'ManagedIdentity'

Applies to