ClientAndSecretAuthInfo Class

Definition

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
ClientAndSecretAuthInfo

Constructors

Name Description
ClientAndSecretAuthInfo(String, String, String)

Constructor

ClientAndSecretAuthInfo(String, String)

Constructor

Properties

Name Description
ClientId

Client ID used to log in to Azure

Secret

Secret that verifies the authentication to Azure

TenantId

Tenant Id

Applies to