AzureEventHubsAuthenticationClientSecretCredentials is a datatype for the authentication method using a service principal with a secret. The secret is stored in a secrets manager.

This datatype is part of the union datatype, AzureEventHubsAuthentication which is used by the AzureEventHubs, datatype.

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.