WebActivityAuthentication interface
Web 活动身份验证属性。
属性
| credential | 包含身份验证信息的凭据引用。 |
| password | 用于 ServicePrincipal 的 PFX 文件或基本身份验证/机密的密码 |
| pfx | 用于 ServicePrincipal 时 PFX 文件或证书的 Base64 编码内容 |
| resource | 使用 MSI 身份验证时,将为其请求 Azure 身份验证令牌的资源。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| type | Web 活动身份验证 (Basic/ClientCertificate/MSI/ServicePrincipal) |
| username | 用于 ServicePrincipal 时用于基本身份验证或 ClientID 的 Web 活动身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| user |
使用 ServicePrincipal 身份验证时,将为其请求 Azure 身份验证令牌的 TenantId。 类型:字符串(或带有 resultType 字符串的表达式)。 |
属性详细信息
credential
password
pfx
resource
使用 MSI 身份验证时,将为其请求 Azure 身份验证令牌的资源。 类型:字符串(或带有 resultType 字符串的表达式)。
resource?: any
属性值
any
type
Web 活动身份验证 (Basic/ClientCertificate/MSI/ServicePrincipal)
type?: string
属性值
string
username
用于 ServicePrincipal 时用于基本身份验证或 ClientID 的 Web 活动身份验证用户名。 类型:字符串(或带有 resultType 字符串的表达式)。
username?: any
属性值
any
userTenant
使用 ServicePrincipal 身份验证时,将为其请求 Azure 身份验证令牌的 TenantId。 类型:字符串(或带有 resultType 字符串的表达式)。
userTenant?: any
属性值
any