Authentication
このセクションでは、本プロバイダーの接続設定で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
AuthScheme | The type of authentication to use when connecting to SAP Gateway. |
URL | Set this to the URL your SAP Gateway environment or to the full URL of the OData service. Any additional properties must be added using the CustomUrlParams property. |
Namespace | Specify the service namespace you want to retrieve data from. This is required if the service is not specified in the URL. |
Service | Specify one or a comma-delimited list of services you want to retrieve data from. If the service is set in the URL, this property will be ignored. In case that the service is neither set in the URL nor via this property, the SAP Gateway's catalog service will be used to discover all the available services. |
User | 認証で使用されるSAP Gateway ユーザーアカウント。 |
Password | ユーザーの認証で使用されるパスワード。 |
APIKey | 作成したアプリのキーに設定。これを設定すると、User およびPassword は認証に使用されません。 |