Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ContentHubRepositoryAuthentication

Authentication information for a repository.
Property Name Type Description Available Version
authFlowUrl String
Depends on the authProtocol.
  • NoAuthenticationnull.
  • Oauth—URL to start the OAuth flow.
  • Password—URL to the authentication settings for external systems.
40.0
authProtocol ConnectApi.​ContentHubAuthentication​Protocol Authentication protocol used for the repository. Values are:
  • NoAuthentication—Repository doesn’t require authentication.
  • Oauth—Repository uses OAuth authentication protocol.
  • Password—Repository uses user name and password authentication protocol.
40.0
userHas​AuthSettings Boolean Specifies whether the user has credentials or the administrator configured the external data source to use the same set of credentials for every user (true). Otherwise, false. 40.0