名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
Microsoft Entra Entitlement Management から SAP Access Control (AC) システムに接続するための接続情報を表します。 このリソースには、資格管理 accessPackageResource の externalOriginResourceConnector と SAP AC システムとの間にセキュリティで保護された接続を確立するために必要な構成の詳細が含まれています。これには、ターゲット システム ID や資格情報ストレージのAzure Key Vault参照などが含まれます。
externalOriginResourceConnector の connectorType がsapAcである場合に使用されます。
connectionInfo から継承します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authenticationInfo | authenticationInfo | SAP AC システムへの接続に使用される認証構成。 |
| keyVaultName | 文字列 | 認証に使用される資格情報を格納するAzure Key Vaultの名前。 |
| resourceGroup | 文字列 | Key Vault を含む Azure リソース グループ。 |
| subscriptionId | 文字列 | Key Vault を含む Azure サブスクリプション ID。 |
| systemId | 文字列 | 対象の SAP AC システムの識別子。 |
| url | String | 資格管理が SAP AC システムと通信するために使用するエンドポイント。 connectionInfo から継承されます。 |
| userIdentifier | 文字列 | SAP AC システムへの接続に使用されるユーザー識別子。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.externalSapAcConnectionInfo",
"url": "String",
"subscriptionId": "String",
"resourceGroup": "String",
"keyVaultName": "String",
"systemId": "String",
"userIdentifier": "String",
"authenticationInfo": {
"@odata.type": "microsoft.graph.authenticationInfo"
}
}