ClientAndSecretAuthInfo 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.
Authentication info for client ID and Secret, which is commonly supported in command line scenarios. This can be obtained by using the Azure SDK to log into Azure and obtain this information.
public sealed class ClientAndSecretAuthInfo : Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase
type ClientAndSecretAuthInfo = class
inherit KeyVaultAuthInfoBase
Public NotInheritable Class ClientAndSecretAuthInfo
Inherits KeyVaultAuthInfoBase
- Inheritance
Constructors
ClientAndSecretAuthInfo(String, String, String) |
Constructor |
ClientAndSecretAuthInfo(String, String) |
Constructor |
Properties
ClientId |
Client ID used to log in to Azure |
Secret |
Secret that verifies the authentication to Azure |
TenantId |
Tenant Id |