Connector Profile Connector Profile Config Connector Profile Credentials Sapo Data Args
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataArgs(val basicAuthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs>? = null, val oauthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataArgs>
Constructors
Link copied to clipboard
constructor(basicAuthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs>? = null, oauthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs>? = null)
Properties
Link copied to clipboard
val basicAuthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs>? = null
The SAPOData basic authentication credentials.
Link copied to clipboard
val oauthCredentials: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs>? = null
The SAPOData OAuth type authentication credentials.