#[non_exhaustive]pub struct SapoDataConnectorProfileProperties {
pub application_host_url: Option<String>,
pub application_service_path: Option<String>,
pub port_number: Option<i32>,
pub client_number: Option<String>,
pub logon_language: Option<String>,
pub private_link_service_name: Option<String>,
pub o_auth_properties: Option<OAuthProperties>,
}
Expand description
The connector-specific profile properties required when using SAPOData.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.application_host_url: Option<String>
The location of the SAPOData resource.
application_service_path: Option<String>
The application path to catalog service.
port_number: Option<i32>
The port number of the SAPOData instance.
client_number: Option<String>
The client number for the client creating the connection.
logon_language: Option<String>
The logon language of SAPOData instance.
private_link_service_name: Option<String>
The SAPOData Private Link service name to be used for private data transfers.
o_auth_properties: Option<OAuthProperties>
The SAPOData OAuth properties required for OAuth type authentication.
Implementations
The location of the SAPOData resource.
The application path to catalog service.
The port number of the SAPOData instance.
The client number for the client creating the connection.
The logon language of SAPOData instance.
The SAPOData Private Link service name to be used for private data transfers.
The SAPOData OAuth properties required for OAuth type authentication.
Creates a new builder-style object to manufacture SapoDataConnectorProfileProperties
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for SapoDataConnectorProfileProperties
impl Sync for SapoDataConnectorProfileProperties
impl Unpin for SapoDataConnectorProfileProperties
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more