Sdílet prostřednictvím


WebActivityAuthentication Class

Definition

Web activity authentication properties.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebActivityAuthentication+WebActivityAuthenticationConverter))]
public class WebActivityAuthentication
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebActivityAuthentication+WebActivityAuthenticationConverter))>]
type WebActivityAuthentication = class
Public Class WebActivityAuthentication
Inheritance
WebActivityAuthentication
Attributes

Constructors

WebActivityAuthentication(String)

Initializes a new instance of WebActivityAuthentication.

Properties

Credential

The credential reference containing authentication information.

Password

Password for the PFX file or basic authentication. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Pfx

Base64-encoded contents of a PFX file. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Resource

Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).

Type

Web activity authentication (Basic/ClientCertificate/MSI).

Username

Web activity authentication user name for basic authentication. Type: string (or Expression with resultType string).

UserTenant

TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).

Applies to