次の方法で共有


ServicePrincipalCredential interface

サービス プリンシパルの資格情報。

Extends

プロパティ

servicePrincipalId

認証に使用されるサービス プリンシパルのアプリ ID

servicePrincipalKey

認証に使用されるサービス プリンシパルのキー。

tenant

サービス プリンシパルが属しているテナントの ID

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

annotations

資格情報の説明に使用できるタグの一覧。

description

資格情報の説明。

プロパティの詳細

servicePrincipalId

認証に使用されるサービス プリンシパルのアプリ ID

servicePrincipalId?: any

プロパティ値

any

servicePrincipalKey

認証に使用されるサービス プリンシパルのキー。

servicePrincipalKey?: AzureKeyVaultSecretReference

プロパティ値

tenant

サービス プリンシパルが属しているテナントの ID

tenant?: any

プロパティ値

any

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "ServicePrincipal"

プロパティ値

"ServicePrincipal"

継承されたプロパティの詳細

annotations

資格情報の説明に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

Credential.annotationsから継承

description

資格情報の説明。

description?: string

プロパティ値

string

Credential.descriptionから継承