SearchAadApplicationCredentials 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.
Describes the Azure Active Directory application credentials required to access an Azure Key Vault.
public class SearchAadApplicationCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchAadApplicationCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchAadApplicationCredentials>
type SearchAadApplicationCredentials = class
interface IJsonModel<SearchAadApplicationCredentials>
interface IPersistableModel<SearchAadApplicationCredentials>
Public Class SearchAadApplicationCredentials
Implements IJsonModel(Of SearchAadApplicationCredentials), IPersistableModel(Of SearchAadApplicationCredentials)
- Inheritance
-
SearchAadApplicationCredentials
- Implements
Constructors
| Name | Description |
|---|---|
| SearchAadApplicationCredentials() |
Initializes a new instance of SearchAadApplicationCredentials. |
Properties
| Name | Description |
|---|---|
| ApplicationId |
The application (client) ID of an App Registration in the tenant. |
| ApplicationSecret |
An AAD client secret that was generated for the App Registration used to authenticate with Azure Key Vault. |