Share via


ManagedIdentityOptions Class

Definition

Configuration options for Managed Identity.

public class ManagedIdentityOptions
type ManagedIdentityOptions = class
Public Class ManagedIdentityOptions
Inheritance
ManagedIdentityOptions

Constructors

ManagedIdentityOptions(Uri, String)

Initializes a new instance of the ManagedIdentityOptions class.

Properties

AuthorityHost

The host of the Azure Active Directory authority. The default is https://login.microsoftonline.com/.

TenantId

The tenant id of the user to authenticate.

Applies to