KeyVaultCredentialSettings interface
Configure your SQL virtual machine to be able to connect to the Azure Key Vault service.
Properties
azure |
Azure Key Vault url. |
credential |
Credential name. |
enable | Enable or disable key vault credential setting. |
service |
Service principal name to access key vault. |
service |
Service principal name secret to access key vault. |
Property Details
azureKeyVaultUrl
Azure Key Vault url.
azureKeyVaultUrl?: string
Property Value
string
credentialName
Credential name.
credentialName?: string
Property Value
string
enable
Enable or disable key vault credential setting.
enable?: boolean
Property Value
boolean
servicePrincipalName
Service principal name to access key vault.
servicePrincipalName?: string
Property Value
string
servicePrincipalSecret
Service principal name secret to access key vault.
servicePrincipalSecret?: string
Property Value
string
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript