airbyte_client 0.41.0

Airbyte Client is an unofficial client library for the Airbyte API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AdvancedAuth

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**auth_flow_type** | Option<**String**> |  | [optional]
**predicate_key** | Option<**Vec<String>**> | Json Path to a field in the connectorSpecification that should exist for the advanced auth to be applicable. | [optional]
**predicate_value** | Option<**String**> | Value of the predicate_key fields for the advanced auth to be applicable. | [optional]
**oauth_config_specification** | Option<[**crate::models::OAuthConfigSpecification**]OAuthConfigSpecification.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)