共用方式為


ServicePrincipalCredential interface

服務主體認證。

Extends

屬性

servicePrincipalId

用來驗證之服務主體的應用程式識別碼

servicePrincipalKey

用來驗證的服務主體金鑰。

tenant

服務主體所屬租用戶的標識碼

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述認證的標記清單。

description

認證描述。

屬性詳細資料

servicePrincipalId

用來驗證之服務主體的應用程式識別碼

servicePrincipalId?: any

屬性值

any

servicePrincipalKey

用來驗證的服務主體金鑰。

servicePrincipalKey?: AzureKeyVaultSecretReference

屬性值

tenant

服務主體所屬租用戶的標識碼

tenant?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "ServicePrincipal"

屬性值

"ServicePrincipal"

繼承的屬性詳細資料

annotations

可用於描述認證的標記清單。

annotations?: any[]

屬性值

any[]

繼承自Credential_2.annotations

description

認證描述。

description?: string

屬性值

string

繼承自Credential_2.description