ProductIntegrationOutboundCredentials
Attributes available for outbound credentials.
This page contains
Fields
type: ProductIntegrationOutboundCredentialsType! | The type of outbound credentials to use. |
clientId: String | For OAuth 2.0 outbound credentials, the client identifier used to request an access token from the configured token endpoint. |
grantType: GrantType | For OAuth 2.0 outbound credentials, the grant type used to request an access token from the configured token endpoint.
Only |
scope: String | For OAuth 2.0 outbound credentials, a space-separated list of scope values associated with the requested OAuth 2.0 access token. Leave blank if not needed. |
tokenUri: String | For OAuth 2.0 outbound credentials, the endpoint used to request an access token. |
username: String | For Basic outbound credentials, the username. |
Parent objects of ProductIntegrationOutboundCredentials
IntegrationConfiguration | Attributes of an integration configuration. |
ProductIntegration | Attributes available for a product integration. |
Queries for ProductIntegrationOutboundCredentials
productIntegration | Query product integrations by integration ref ID and version. |