Class CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty
The connector-specific profile credentials required when using SAPOData.
Inheritance
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SAPODataConnectorProfileCredentialsProperty : Object, CfnConnectorProfile.ISAPODataConnectorProfileCredentialsProperty
Syntax (vb)
Public Class SAPODataConnectorProfileCredentialsProperty
Inherits Object
Implements CfnConnectorProfile.ISAPODataConnectorProfileCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var sAPODataConnectorProfileCredentialsProperty = new SAPODataConnectorProfileCredentialsProperty {
BasicAuthCredentials = new BasicAuthCredentialsProperty {
Password = "password",
Username = "username"
},
OAuthCredentials = new OAuthCredentialsProperty {
AccessToken = "accessToken",
ClientId = "clientId",
ClientSecret = "clientSecret",
ConnectorOAuthRequest = new ConnectorOAuthRequestProperty {
AuthCode = "authCode",
RedirectUri = "redirectUri"
},
RefreshToken = "refreshToken"
}
};
Synopsis
Constructors
SAPOData |
Properties
Basic |
The SAPOData basic authentication credentials. |
OAuth |
The SAPOData OAuth type authentication credentials. |
Constructors
SAPODataConnectorProfileCredentialsProperty()
public SAPODataConnectorProfileCredentialsProperty()
Properties
BasicAuthCredentials
The SAPOData basic authentication credentials.
public object BasicAuthCredentials { get; set; }
Property Value
System.
Remarks
OAuthCredentials
The SAPOData OAuth type authentication credentials.
public object OAuthCredentials { get; set; }
Property Value
System.