你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebActivityAuthentication 类

定义

Web 活动身份验证属性。

[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
继承
WebActivityAuthentication
属性

构造函数

WebActivityAuthentication(String)

初始化 WebActivityAuthentication 的新实例。

属性

Credential

包含身份验证信息的凭据引用。

Password

PFX 文件或基本身份验证的密码。 请注意 SecretBase , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Pfx

PFX 文件的 Base64 编码内容。 请注意 SecretBase , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Resource

使用 MSI 身份验证时,将为其请求 Azure 身份验证令牌的资源。 类型:字符串 (或带有 resultType 字符串) 的表达式。

Type

Web 活动身份验证 (Basic/ClientCertificate/MSI) 。

Username

用于基本身份验证的 Web 活动身份验证用户名。 类型:字符串 (或带有 resultType 字符串) 的表达式。

UserTenant

使用 ServicePrincipal 身份验证时将为其请求 Azure 身份验证令牌的 TenantId。 类型:字符串 (或带有 resultType 字符串) 的表达式。

适用于