Back to Node Auth0

Interface ClientAddonSalesforceApi

docs/interfaces/management.Management.ClientAddonSalesforceApi.html

5.9.11.3 KB
Original Source

Interface ClientAddonSalesforceApi

Salesforce API addon configuration.

interface ClientAddonSalesforceApi {
clientid?: string;
principal?: string;
communityName?: string;
community_url_section?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

clientid?principal?communityName?community_url_section?

Properties

Optionalclientid

clientid?: string

Consumer Key assigned by Salesforce to the Connected App.

Optionalprincipal

principal?: string

Name of the property in the user object that maps to a Salesforce username. e.g. email.

OptionalcommunityName

communityName?: string

Community name.

Optionalcommunity_url_section

community_url_section?: string

Community url section.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties clientidprincipalcommunityNamecommunity_url_section