SearchDataUserAssignedIdentity 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.
Specifies the user assigned identity to use.
public class SearchDataUserAssignedIdentity : Azure.ResourceManager.Search.Models.SearchDataIdentity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchDataUserAssignedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchDataUserAssignedIdentity>
type SearchDataUserAssignedIdentity = class
inherit SearchDataIdentity
interface IJsonModel<SearchDataUserAssignedIdentity>
interface IPersistableModel<SearchDataUserAssignedIdentity>
Public Class SearchDataUserAssignedIdentity
Inherits SearchDataIdentity
Implements IJsonModel(Of SearchDataUserAssignedIdentity), IPersistableModel(Of SearchDataUserAssignedIdentity)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SearchDataUserAssignedIdentity(ResourceIdentifier) |
Initializes a new instance of SearchDataUserAssignedIdentity. |
Properties
| Name | Description |
|---|---|
| FederatedIdentityClientId |
Optional for Multi-tenant User-Assigned Managed Identity CMK Support: The client id (as a UUID) of the multi-tenant App Registration that has been configured to federate with the userAssignedIdentity. |
| UserAssignedIdentity |
The fully qualified Azure resource Id of a user assigned managed identity typically in the form "/subscriptions/12345678-1234-1234-1234-1234567890ab/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId" that should have been assigned to the search service. |