Share via


ManagedIdentityOptions Class

Definition

Data object to hold the definition of a managed identity for an application to use for authentication. If UserAssignedClientId is null, the application will use the system-assigned managed identity. If UserAssignedClientId is set, the application will try to use the user-assigned managed identity associated with the provided ClientID. See https://aka.ms/Entra/ManagedIdentityOverview for more details.

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

Constructors

ManagedIdentityOptions()

Properties

UserAssignedClientId

Gets or sets the value of the ClientID for user-assigned managed identity. If not set, the default value is null which will tell the application to use the system-assigned managed identity.

Methods

Clone()

Makes a new object to avoid sharing the same reference.

Applies to