Share via


IdentitySelector interface

IdentitySelector represents the selection of a managed identity for use.

Properties

identityType

The type of managed identity that is being selected.

userAssignedIdentityResourceId

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.

Property Details

identityType

The type of managed identity that is being selected.

identityType?: string

Property Value

string

userAssignedIdentityResourceId

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.

userAssignedIdentityResourceId?: string

Property Value

string