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

Table: AzureEventHubsAuthenticationLogScaleConfig

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
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.