SearchResourceEncryptionKey.Identity Property

Definition

An explicit managed identity to use for this encryption key. If not specified and the access credentials property is null, the system-assigned managed identity is used. On update to the resource, if the explicit identity is unspecified, it remains unchanged. If "none" is specified, the value of this property is cleared.

public Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity Identity { get; set; }
member this.Identity : Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity with get, set
Public Property Identity As SearchIndexerDataIdentity

Property Value

Applies to