Skip to content

ManagedOAuthValues

Administrator-supplied values used to configure account-scoped CRM OAuth.

Properties

Property Type Required Description
clientId string No OAuth client identifier configured for the CRM provider.
clientSecret string · password No OAuth client secret. Treat this value as sensitive and never log it.
accessTokenUri string No OAuth token endpoint URL.
authorizationUri string No OAuth authorization endpoint URL.
redirectUri string No Redirect URI registered with the CRM OAuth application.
scopes any of: string, array of string No Requested OAuth scopes, supplied as one provider-formatted string or a list of scope names.
hostname string No Optional tenant-specific CRM hostname used by the OAuth flow.

Example

{
  "clientId": "string",
  "clientSecret": "string",
  "accessTokenUri": "string",
  "authorizationUri": "string",
  "redirectUri": "string",
  "scopes": "string",
  "hostname": "string"
}