AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The connector-specific profile properties required when using SAPOData.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.SAPODataConnectorProfileProperties

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class SAPODataConnectorProfileProperties

The SAPODataConnectorProfileProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationHostUrl System.String

Gets and sets the property ApplicationHostUrl.

The location of the SAPOData resource.

Public Property ApplicationServicePath System.String

Gets and sets the property ApplicationServicePath.

The application path to catalog service.

Public Property ClientNumber System.String

Gets and sets the property ClientNumber.

The client number for the client creating the connection.

Public Property DisableSSO System.Boolean

Gets and sets the property DisableSSO.

If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.

Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.

Public Property LogonLanguage System.String

Gets and sets the property LogonLanguage.

The logon language of SAPOData instance.

Public Property OAuthProperties Amazon.Appflow.Model.OAuthProperties

Gets and sets the property OAuthProperties.

The SAPOData OAuth properties required for OAuth type authentication.

Public Property PortNumber System.Int32

Gets and sets the property PortNumber.

The port number of the SAPOData instance.

Public Property PrivateLinkServiceName System.String

Gets and sets the property PrivateLinkServiceName.

The SAPOData Private Link service name to be used for private data transfers.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5