共用方式為


WebActivityAuthentication interface

Web 活動驗證屬性。

屬性

credential

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

password

PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時

pfx

用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容

resource

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

type

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

username

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

userTenant

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

屬性詳細資料

credential

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

credential?: CredentialReference

屬性值

password

PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時

password?: SecretBaseUnion

屬性值

pfx

用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容

pfx?: SecretBaseUnion

屬性值

resource

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

resource?: any

屬性值

any

type

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

type?: string

屬性值

string

username

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

username?: any

屬性值

any

userTenant

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

userTenant?: any

屬性值

any