共用方式為


WebActivityAuthentication interface

Web 活動驗證屬性。

屬性

credential

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

password

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

pfx

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

resource

使用 MSI 驗證時,將會要求 Azure 驗證權杖的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。

type

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

username

用於 ServicePrincipal 時,基本驗證的 Web 活動驗證使用者名稱或 ClientID。 類型:字串 (或具有 resultType 字串的 Expression) 。

userTenant

使用 ServicePrincipal 驗證時,將會要求 Azure 驗證權杖的 TenantId。 類型:字串 (或具有 resultType 字串的 Expression) 。

屬性詳細資料

credential

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

credential?: CredentialReference

屬性值

password

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

password?: SecretBaseUnion

屬性值

pfx

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

pfx?: SecretBaseUnion

屬性值

resource

使用 MSI 驗證時,將會要求 Azure 驗證權杖的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。

resource?: any

屬性值

any

type

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

type?: string

屬性值

string

username

用於 ServicePrincipal 時,基本驗證的 Web 活動驗證使用者名稱或 ClientID。 類型:字串 (或具有 resultType 字串的 Expression) 。

username?: any

屬性值

any

userTenant

使用 ServicePrincipal 驗證時,將會要求 Azure 驗證權杖的 TenantId。 類型:字串 (或具有 resultType 字串的 Expression) 。

userTenant?: any

屬性值

any