共用方式為


WebActivityAuthentication interface

Web 活動驗證屬性。

屬性

credential

包含驗證資訊的認證參考。

password

PFX 檔案或基本身份驗證的密碼。

pfx

PFX 檔案的Base64編碼內容。

resource

使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。

type

Web 活動驗證 (Basic/ClientCertificate/MSI)

username

基本身份驗證的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。

userTenant

使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。

屬性詳細資料

credential

包含驗證資訊的認證參考。

credential?: CredentialReference

屬性值

password

PFX 檔案或基本身份驗證的密碼。

password?: SecretBaseUnion

屬性值

pfx

PFX 檔案的Base64編碼內容。

pfx?: SecretBaseUnion

屬性值

resource

使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。

resource?: any

屬性值

any

type

Web 活動驗證 (Basic/ClientCertificate/MSI)

type: string

屬性值

string

username

基本身份驗證的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。

username?: any

屬性值

any

userTenant

使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。

userTenant?: any

屬性值

any