Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 835 Bytes

SourceOauthConsentRequest.md

File metadata and controls

15 lines (10 loc) · 835 Bytes

SourceOauthConsentRequest

Properties

Name Type Description Notes
source_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]
source_id Option<uuid::Uuid> [optional]

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