get_confluent_account | SELECT | account_id, dd_site | Get the Confluent account with the provided account ID. |
list_confluent_account | SELECT | dd_site | List Confluent accounts. |
create_confluent_account | INSERT | data__data, dd_site | Create a Confluent account. |
delete_confluent_account | DELETE | account_id, dd_site | Delete a Confluent account with the provided account ID. |
_get_confluent_account | EXEC | account_id, dd_site | Get the Confluent account with the provided account ID. |
_list_confluent_account | EXEC | dd_site | List Confluent accounts. |
update_confluent_account | EXEC | account_id, data__data, dd_site | Update the Confluent account with the provided account ID. |