Credential interface
関連するストアまたはコンピューティング リソースとの接続に使用できる情報と資格情報を含む Azure Data Factory の入れ子になったオブジェクト。
プロパティ
| annotations | 資格情報の説明に使用できるタグの一覧。 |
| description | 資格情報の説明。 |
| type | ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
プロパティの詳細
annotations
資格情報の説明に使用できるタグの一覧。
annotations?: any[]
プロパティ値
any[]
description
資格情報の説明。
description?: string
プロパティ値
string
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "ServicePrincipal" | "ManagedIdentity"
プロパティ値
"ServicePrincipal" | "ManagedIdentity"