/AWS1/CL_IOXGETCONNECTORDSTRSP¶
GetConnectorDestinationResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/IOXCONNECTORDSTNAME
/AWS1/IOXCONNECTORDSTNAME
¶
The display name of the connector destination.
iv_description
TYPE /AWS1/IOXCONNECTORDSTDESC
/AWS1/IOXCONNECTORDSTDESC
¶
A description of the connector destination.
iv_cloudconnectorid
TYPE /AWS1/IOXCLOUDCONNECTORID
/AWS1/IOXCLOUDCONNECTORID
¶
The identifier of the C2C connector.
iv_id
TYPE /AWS1/IOXCONNECTORDSTID
/AWS1/IOXCONNECTORDSTID
¶
The unique identifier of the connector destination.
iv_authtype
TYPE /AWS1/IOXAUTHTYPE
/AWS1/IOXAUTHTYPE
¶
The authentication type used for the connector destination, which determines how credentials and access are managed.
io_authconfig
TYPE REF TO /AWS1/CL_IOXAUTHCONFIG
/AWS1/CL_IOXAUTHCONFIG
¶
The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.
io_secretsmanager
TYPE REF TO /AWS1/CL_IOXSECRETSMANAGER
/AWS1/CL_IOXSECRETSMANAGER
¶
The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.
iv_oauthcompleteredirecturl
TYPE /AWS1/IOXOAUTHCOMPLREDIRECTURL
/AWS1/IOXOAUTHCOMPLREDIRECTURL
¶
The URL where users are redirected after completing the OAuth authorization process for the connector destination.
Queryable Attributes¶
Name¶
The display name of the connector destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
A description of the connector destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CloudConnectorId¶
The identifier of the C2C connector.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDCONNECTORID() |
Getter for CLOUDCONNECTORID, with configurable default |
ASK_CLOUDCONNECTORID() |
Getter for CLOUDCONNECTORID w/ exceptions if field has no va |
HAS_CLOUDCONNECTORID() |
Determine if CLOUDCONNECTORID has a value |
Id¶
The unique identifier of the connector destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
AuthType¶
The authentication type used for the connector destination, which determines how credentials and access are managed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHTYPE() |
Getter for AUTHTYPE, with configurable default |
ASK_AUTHTYPE() |
Getter for AUTHTYPE w/ exceptions if field has no value |
HAS_AUTHTYPE() |
Determine if AUTHTYPE has a value |
AuthConfig¶
The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHCONFIG() |
Getter for AUTHCONFIG |
SecretsManager¶
The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECRETSMANAGER() |
Getter for SECRETSMANAGER |
OAuthCompleteRedirectUrl¶
The URL where users are redirected after completing the OAuth authorization process for the connector destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OAUTHCOMPLETEREDIRECTURL() |
Getter for OAUTHCOMPLETEREDIRECTURL, with configurable defau |
ASK_OAUTHCOMPLETEREDIRECTURL() |
Getter for OAUTHCOMPLETEREDIRECTURL w/ exceptions if field h |
HAS_OAUTHCOMPLETEREDIRECTURL() |
Determine if OAUTHCOMPLETEREDIRECTURL has a value |