ProductIntegrationOutboundCredentialsInput
Input to generate 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. |
| clientSecret String | In the context of OAuth 2.0 Outbound Credentials, client secret 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. |
| password String | For Basic outbound credentials, the password. |