CustomDatasourceConfigAllOf

Properties

Name Type Description Notes
identity_datasource_name str If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already. [optional]
product_access_group str If the datasource uses a specific product access group, then the name of that group. [optional]
is_user_referenced_by_email bool whether email is used to reference users in document ACLs and in group memberships. [optional]
is_entity_datasource bool True if this datasource is used to push custom entities. [optional] if omitted the server will use the default value of False
is_test_datasource bool True if this datasource will be used for testing purpose only. Documents from such a datasource wouldn't have any effect on search rankings. [optional] if omitted the server will use the default value of False
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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