syslog-ng source
azure-auth-header.h File Reference
#include "driver.h"
Include dependency graph for azure-auth-header.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

AzureAuthHeaderPlugin * azure_auth_header_plugin_new (void)
 
gboolean azure_auth_header_secret_set_from_b64str (AzureAuthHeaderPlugin *self, const gchar *b64secret)
 
void azure_auth_header_workspace_id_set (AzureAuthHeaderPlugin *self, const gchar *workspace_id)
 
void azure_auth_header_method_set (AzureAuthHeaderPlugin *self, const gchar *method)
 
void azure_auth_header_path_set (AzureAuthHeaderPlugin *self, const gchar *path)
 
void azure_auth_header_content_type_set (AzureAuthHeaderPlugin *self, const gchar *content_type)
 

Function Documentation

◆ azure_auth_header_content_type_set()

void azure_auth_header_content_type_set ( AzureAuthHeaderPlugin *  self,
const gchar *  content_type 
)

◆ azure_auth_header_method_set()

void azure_auth_header_method_set ( AzureAuthHeaderPlugin *  self,
const gchar *  method 
)

◆ azure_auth_header_path_set()

void azure_auth_header_path_set ( AzureAuthHeaderPlugin *  self,
const gchar *  path 
)

◆ azure_auth_header_plugin_new()

AzureAuthHeaderPlugin* azure_auth_header_plugin_new ( void  )

◆ azure_auth_header_secret_set_from_b64str()

gboolean azure_auth_header_secret_set_from_b64str ( AzureAuthHeaderPlugin *  self,
const gchar *  b64secret 
)

◆ azure_auth_header_workspace_id_set()

void azure_auth_header_workspace_id_set ( AzureAuthHeaderPlugin *  self,
const gchar *  workspace_id 
)