ConnectorSetting.UpdateStages.WithAuthenticationDetails Interface

public static interface ConnectorSetting.UpdateStages.WithAuthenticationDetails

The stage of the ConnectorSetting update allowing to specify authenticationDetails.

Method Summary

Modifier and Type Method and Description
abstract Update withAuthenticationDetails(AuthenticationDetailsProperties authenticationDetails)

Specifies the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector..

Method Details

withAuthenticationDetails

public abstract ConnectorSetting.Update withAuthenticationDetails(AuthenticationDetailsProperties authenticationDetails)

Specifies the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector..

Parameters:

authenticationDetails - Settings for authentication management, these settings are relevant only for the cloud connector.

Returns:

the next definition stage.

Applies to