UpstreamAuthSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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' |