Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents connection information for token-based authentication to SAP IAG (Identity and Access Governance) systems. This resource contains the configuration details required to establish a secure connection between an Entitlement Management accessPackageResource's externalOriginResourceConnector with SAP IAG, including token endpoint information and Azure Key Vault references for credential storage. Used when connectorType in externalOriginResourceConnector is sapIag.
Inherits from connectionInfo.
Properties
| Property | Type | Description |
|---|---|---|
| accessTokenUrl | String | The URL endpoint used to obtain access tokens for authentication with the SAP IAG system. |
| clientId | String | The client identifier used for authentication with the SAP IAG system. |
| keyVaultName | String | The name of the Azure Key Vault that stores the client secret for authentication. |
| resourceGroup | String | The Azure resource group that contains the Key Vault. |
| secretName | String | The name of the secret in Azure Key Vault that contains the client secret. |
| subscriptionId | String | The Azure subscription ID that contains the Key Vault. |
| url | String | The endpoint that is used by Entitlement Management to communicate with the SAP IAG system. Inherited from connectionInfo. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.externalTokenBasedSapIagConnectionInfo",
"url": "String",
"accessTokenUrl": "String",
"clientId": "String",
"keyVaultName": "String",
"secretName": "String",
"subscriptionId": "String",
"resourceGroup": "String"
}