AzureEventHubsAuthentication is a union datatype to for the authentication method for Azure Event Hub. Use AzureEventHubsAuthenticationLogScaleConfig or or AzureEventHubsAuthenticationClientSecretCredentials, depending on the situation. Below are the tables for each datatype:

Table: AzureEventHubsAuthenticationLogScaleConfig

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
noOpbooleanyes PreviewThe field that allows for representing an empty object. This field does not represent anything.

Table: AzureEventHubsAuthenticationClientSecretCredentials

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
clientIdstringyes PreviewThe client identifier of the specific application used for authentication.
secretHandleIdstringyes PreviewThe identifier of the secret handle used to retrieve the secret.
secretIdstringyes PreviewThe identifier of the created secret. This is useful for verifying which secret is used for authentication.
tenantIdstringyes PreviewThe tenant identifier of the specific application used for authentication.