AzureEventHubsAuthenticationInput is an input datatype for specifying the authentication. Specify the kind of field to select which optional input to use.

This datatype is used by two other special input datatypes: CreateAzureEventHubIngestFeed, which is used by the createAzureEventHubIngestFeed() mutation field; and TestAzureEventHubIngestFeed, which is used by the testAzureEventHubIngestFeed() mutation field.

Table: AzureEventHubsAuthenticationInput

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
clientSecretCredentialsAzureEventHubsAuthenticationclientSecretCredentialsInput  PreviewAuthentication method using a service principal with a secret. The secret is stored in a secrets manager. See AzureEventHubsAuthenticationclientSecretCredentialsInput.
kindAzureEventHubsAuthenticationKindyes PreviewThe kind of authentication to use. See AzureEventHubsAuthenticationKind .