Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 850 Bytes

DestinationOauthConsentRequest.md

File metadata and controls

15 lines (10 loc) · 850 Bytes

DestinationOauthConsentRequest

Properties

Name Type Description Notes
destination_definition_id uuid::Uuid
workspace_id uuid::Uuid
redirect_url String The url to redirect to after getting the user consent
o_auth_input_configuration Option<serde_json::Value> The values required to configure OAuth flows. The schema for this must match the OAuthConfigSpecification.oauthUserInputFromConnectorConfigSpecification schema. [optional]
destination_id Option<uuid::Uuid> [optional]

[Back to Model list] [Back to API list] [Back to README]