This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
azure-native.iotoperationsmq.getKafkaConnector
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
Get a KafkaConnectorResource
Uses Azure REST API version 2023-10-04-preview.
Using getKafkaConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getKafkaConnector(args: GetKafkaConnectorArgs, opts?: InvokeOptions): Promise<GetKafkaConnectorResult>
function getKafkaConnectorOutput(args: GetKafkaConnectorOutputArgs, opts?: InvokeOptions): Output<GetKafkaConnectorResult>
def get_kafka_connector(kafka_connector_name: Optional[str] = None,
mq_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKafkaConnectorResult
def get_kafka_connector_output(kafka_connector_name: Optional[pulumi.Input[str]] = None,
mq_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKafkaConnectorResult]
func LookupKafkaConnector(ctx *Context, args *LookupKafkaConnectorArgs, opts ...InvokeOption) (*LookupKafkaConnectorResult, error)
func LookupKafkaConnectorOutput(ctx *Context, args *LookupKafkaConnectorOutputArgs, opts ...InvokeOption) LookupKafkaConnectorResultOutput
> Note: This function is named LookupKafkaConnector
in the Go SDK.
public static class GetKafkaConnector
{
public static Task<GetKafkaConnectorResult> InvokeAsync(GetKafkaConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetKafkaConnectorResult> Invoke(GetKafkaConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetKafkaConnectorResult> getKafkaConnector(GetKafkaConnectorArgs args, InvokeOptions options)
public static Output<GetKafkaConnectorResult> getKafkaConnector(GetKafkaConnectorArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:iotoperationsmq:getKafkaConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Kafka
Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Kafka
Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- kafka
Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- kafka
Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- kafka_
connector_ name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- mq_
name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- kafka
Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ kafkaConnector resource
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
getKafkaConnector Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Extended
Location Pulumi.Azure Native. Io TOperations MQ. Outputs. Extended Location Property Response - Extended Location
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Kafka
Connection Pulumi.Azure Native. Io TOperations MQ. Outputs. Kafka Remote Broker Connection Spec Response - The details for connecting with Remote Kafka Broker.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - The status of the last operation.
- System
Data Pulumi.Azure Native. Io TOperations MQ. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Client
Id stringPrefix - The client id prefix of the dynamically generated client ids.
- Image
Pulumi.
Azure Native. Io TOperations MQ. Outputs. Container Image Response - The details of KafkaConnector Docker Image.
- Instances int
- The number of KafkaConnector pods to spin up.
- Local
Broker Pulumi.Connection Azure Native. Io TOperations MQ. Outputs. Local Broker Connection Spec Response - The details for connecting with Local Broker.
- Log
Level string - The log level of the Bridge Connector instances.
- Node
Tolerations Pulumi.Azure Native. Io TOperations MQ. Outputs. Node Tolerations Response - The Node Tolerations for the Bridge Connector pods.
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Extended
Location ExtendedLocation Property Response - Extended Location
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Kafka
Connection KafkaRemote Broker Connection Spec Response - The details for connecting with Remote Kafka Broker.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - The status of the last operation.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Client
Id stringPrefix - The client id prefix of the dynamically generated client ids.
- Image
Container
Image Response - The details of KafkaConnector Docker Image.
- Instances int
- The number of KafkaConnector pods to spin up.
- Local
Broker LocalConnection Broker Connection Spec Response - The details for connecting with Local Broker.
- Log
Level string - The log level of the Bridge Connector instances.
- Node
Tolerations NodeTolerations Response - The Node Tolerations for the Bridge Connector pods.
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- extended
Location ExtendedLocation Property Response - Extended Location
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kafka
Connection KafkaRemote Broker Connection Spec Response - The details for connecting with Remote Kafka Broker.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - The status of the last operation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- client
Id StringPrefix - The client id prefix of the dynamically generated client ids.
- image
Container
Image Response - The details of KafkaConnector Docker Image.
- instances Integer
- The number of KafkaConnector pods to spin up.
- local
Broker LocalConnection Broker Connection Spec Response - The details for connecting with Local Broker.
- log
Level String - The log level of the Bridge Connector instances.
- node
Tolerations NodeTolerations Response - The Node Tolerations for the Bridge Connector pods.
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- extended
Location ExtendedLocation Property Response - Extended Location
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kafka
Connection KafkaRemote Broker Connection Spec Response - The details for connecting with Remote Kafka Broker.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- provisioning
State string - The status of the last operation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- client
Id stringPrefix - The client id prefix of the dynamically generated client ids.
- image
Container
Image Response - The details of KafkaConnector Docker Image.
- instances number
- The number of KafkaConnector pods to spin up.
- local
Broker LocalConnection Broker Connection Spec Response - The details for connecting with Local Broker.
- log
Level string - The log level of the Bridge Connector instances.
- node
Tolerations NodeTolerations Response - The Node Tolerations for the Bridge Connector pods.
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- extended_
location ExtendedLocation Property Response - Extended Location
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kafka_
connection KafkaRemote Broker Connection Spec Response - The details for connecting with Remote Kafka Broker.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- provisioning_
state str - The status of the last operation.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- client_
id_ strprefix - The client id prefix of the dynamically generated client ids.
- image
Container
Image Response - The details of KafkaConnector Docker Image.
- instances int
- The number of KafkaConnector pods to spin up.
- local_
broker_ Localconnection Broker Connection Spec Response - The details for connecting with Local Broker.
- log_
level str - The log level of the Bridge Connector instances.
- node_
tolerations NodeTolerations Response - The Node Tolerations for the Bridge Connector pods.
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- extended
Location Property Map - Extended Location
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kafka
Connection Property Map - The details for connecting with Remote Kafka Broker.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - The status of the last operation.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- client
Id StringPrefix - The client id prefix of the dynamically generated client ids.
- image Property Map
- The details of KafkaConnector Docker Image.
- instances Number
- The number of KafkaConnector pods to spin up.
- local
Broker Property MapConnection - The details for connecting with Local Broker.
- log
Level String - The log level of the Bridge Connector instances.
- node
Tolerations Property Map - The Node Tolerations for the Bridge Connector pods.
- Map<String>
- Resource tags.
Supporting Types
ContainerImageResponse
- Repository
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. String - The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository
This property is required. string - The Docker image name.
- tag
This property is required. string - The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets string - Image pull secrets.
- repository
This property is required. str - The Docker image name.
- tag
This property is required. str - The Docker image tag.
- pull_
policy str - Image pull policy.
- pull_
secrets str - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. String - The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
ExtendedLocationPropertyResponse
KafkaRemoteBrokerAuthenticationPropertiesResponse
- Enabled
This property is required. bool - If authentication is enabled for Kafka remote broker.
- Auth
Type Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Types Response - The type of authentication to use for Kafka remote broker.
- Enabled
This property is required. bool - If authentication is enabled for Kafka remote broker.
- Auth
Type KafkaRemote Broker Authentication Types Response - The type of authentication to use for Kafka remote broker.
- enabled
This property is required. Boolean - If authentication is enabled for Kafka remote broker.
- auth
Type KafkaRemote Broker Authentication Types Response - The type of authentication to use for Kafka remote broker.
- enabled
This property is required. boolean - If authentication is enabled for Kafka remote broker.
- auth
Type KafkaRemote Broker Authentication Types Response - The type of authentication to use for Kafka remote broker.
- enabled
This property is required. bool - If authentication is enabled for Kafka remote broker.
- auth_
type KafkaRemote Broker Authentication Types Response - The type of authentication to use for Kafka remote broker.
- enabled
This property is required. Boolean - If authentication is enabled for Kafka remote broker.
- auth
Type Property Map - The type of authentication to use for Kafka remote broker.
KafkaRemoteBrokerAuthenticationTypesResponse
- Sasl
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- System
Assigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication Response - Managed identity remote broker authentication method.
- X509
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Kafka X509Authentication Response - X509 remote broker authentication method.
- Sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- System
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- X509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system_
assigned_ Managedmanaged_ identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl Property Map
- Sasl remote broker authentication method.
- system
Assigned Property MapManaged Identity - Managed identity remote broker authentication method.
- x509 Property Map
- X509 remote broker authentication method.
KafkaRemoteBrokerConnectionSpecResponse
- Authentication
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Properties Response - The remote broker authentication methods.
- Endpoint
This property is required. string - The endpoint of remote broker to connect to.
- Tls
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Connection Tls Response - TLS details for Remote broker Connection.
- Authentication
This property is required. KafkaRemote Broker Authentication Properties Response - The remote broker authentication methods.
- Endpoint
This property is required. string - The endpoint of remote broker to connect to.
- Tls
This property is required. KafkaRemote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
This property is required. KafkaRemote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint
This property is required. String - The endpoint of remote broker to connect to.
- tls
This property is required. KafkaRemote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
This property is required. KafkaRemote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint
This property is required. string - The endpoint of remote broker to connect to.
- tls
This property is required. KafkaRemote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
This property is required. KafkaRemote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint
This property is required. str - The endpoint of remote broker to connect to.
- tls
This property is required. KafkaRemote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
This property is required. Property Map - The remote broker authentication methods.
- endpoint
This property is required. String - The endpoint of remote broker to connect to.
- tls
This property is required. Property Map - TLS details for Remote broker Connection.
KafkaRemoteBrokerConnectionTlsResponse
- Tls
Enabled This property is required. bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- Tls
Enabled This property is required. bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled This property is required. Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled This property is required. boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls_
enabled This property is required. bool - Tls Enabled on Remote Broker Connection.
- trusted_
ca_ strcertificate_ config_ map - Trusted CA certificate name for Remote Broker.
- tls
Enabled This property is required. Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
KafkaTokenKeyVaultPropertiesResponse
- Vault
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties Response - KeyVault properties.
- Vault
Secret This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault secret details.
- Username string
- Username to connect with.
- Vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- Vault
Secret This property is required. KeyVault Secret Object Response - KeyVault secret details.
- Username string
- Username to connect with.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault
Secret This property is required. KeyVault Secret Object Response - KeyVault secret details.
- username String
- Username to connect with.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault
Secret This property is required. KeyVault Secret Object Response - KeyVault secret details.
- username string
- Username to connect with.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault_
secret This property is required. KeyVault Secret Object Response - KeyVault secret details.
- username str
- Username to connect with.
- vault
This property is required. Property Map - KeyVault properties.
- vault
Secret This property is required. Property Map - KeyVault secret details.
- username String
- Username to connect with.
KafkaX509AuthenticationResponse
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Certificate Properties Response - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- secret
Name string - Secret where cert details are stored.
- key_
vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- secret_
name str - Secret where cert details are stored.
- key
Vault Property Map - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
KeyVaultCertificatePropertiesResponse
- Vault
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties Response - KeyVault properties.
- Vault
Cert This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault Cert secret details.
- Vault
Ca Pulumi.Chain Secret Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault CA chain secret details.
- Vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- Vault
Cert This property is required. KeyVault Secret Object Response - KeyVault Cert secret details.
- Vault
Ca KeyChain Secret Vault Secret Object Response - KeyVault CA chain secret details.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault
Cert This property is required. KeyVault Secret Object Response - KeyVault Cert secret details.
- vault
Ca KeyChain Secret Vault Secret Object Response - KeyVault CA chain secret details.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault
Cert This property is required. KeyVault Secret Object Response - KeyVault Cert secret details.
- vault
Ca KeyChain Secret Vault Secret Object Response - KeyVault CA chain secret details.
- vault
This property is required. KeyVault Connection Properties Response - KeyVault properties.
- vault_
cert This property is required. KeyVault Secret Object Response - KeyVault Cert secret details.
- vault_
ca_ Keychain_ secret Vault Secret Object Response - KeyVault CA chain secret details.
- vault
This property is required. Property Map - KeyVault properties.
- vault
Cert This property is required. Property Map - KeyVault Cert secret details.
- vault
Ca Property MapChain Secret - KeyVault CA chain secret details.
KeyVaultConnectionPropertiesResponse
- Credentials
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Credentials Properties Response - KeyVault credentials.
- Directory
Id This property is required. string - KeyVault directoryId.
- Name
This property is required. string - KeyVault name.
- Credentials
This property is required. KeyVault Credentials Properties Response - KeyVault credentials.
- Directory
Id This property is required. string - KeyVault directoryId.
- Name
This property is required. string - KeyVault name.
- credentials
This property is required. KeyVault Credentials Properties Response - KeyVault credentials.
- directory
Id This property is required. String - KeyVault directoryId.
- name
This property is required. String - KeyVault name.
- credentials
This property is required. KeyVault Credentials Properties Response - KeyVault credentials.
- directory
Id This property is required. string - KeyVault directoryId.
- name
This property is required. string - KeyVault name.
- credentials
This property is required. KeyVault Credentials Properties Response - KeyVault credentials.
- directory_
id This property is required. str - KeyVault directoryId.
- name
This property is required. str - KeyVault name.
- credentials
This property is required. Property Map - KeyVault credentials.
- directory
Id This property is required. String - KeyVault directoryId.
- name
This property is required. String - KeyVault name.
KeyVaultCredentialsPropertiesResponse
- Service
Principal Local Secret Name This property is required. string - KeyVault service principal local secret name.
- Service
Principal Local Secret Name This property is required. string - KeyVault service principal local secret name.
- service
Principal Local Secret Name This property is required. String - KeyVault service principal local secret name.
- service
Principal Local Secret Name This property is required. string - KeyVault service principal local secret name.
- service_
principal_ local_ secret_ name This property is required. str - KeyVault service principal local secret name.
- service
Principal Local Secret Name This property is required. String - KeyVault service principal local secret name.
KeyVaultSecretObjectResponse
LocalBrokerAuthenticationMethodsResponse
- Kubernetes
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- Kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. Property Map - Kubernetes local broker authentication method.
LocalBrokerConnectionSpecResponse
- Authentication
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Local Broker Authentication Methods Response - The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- Endpoint string
- The endpoint of local broker to connect to.
- Tls
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Local Broker Connection Tls Response - TLS details for Local broker Connection.
- Authentication
Local
Broker Authentication Methods Response - The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- Endpoint string
- The endpoint of local broker to connect to.
- Tls
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
Local
Broker Authentication Methods Response - The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- endpoint String
- The endpoint of local broker to connect to.
- tls
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
Local
Broker Authentication Methods Response - The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- endpoint string
- The endpoint of local broker to connect to.
- tls
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
Local
Broker Authentication Methods Response - The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- endpoint str
- The endpoint of local broker to connect to.
- tls
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication Property Map
- The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
- endpoint String
- The endpoint of local broker to connect to.
- tls Property Map
- TLS details for Local broker Connection.
LocalBrokerConnectionTlsResponse
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls_
enabled bool - Tls Enabled on Local Broker Connection.
- trusted_
ca_ strcertificate_ config_ map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
LocalBrokerKubernetesAuthenticationResponse
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
- secret
Path string - Secret Path where SAT is mounted.
- service
Account stringToken Name - Token name where SAT is mounted on secret path.
- secret_
path str - Secret Path where SAT is mounted.
- service_
account_ strtoken_ name - Token name where SAT is mounted on secret path.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
ManagedIdentityAuthenticationResponse
- Audience
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- Audience
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- audience
This property is required. String - Token audience.
- extension
Name String - Arc Extension name.
- audience
This property is required. string - Token audience.
- extension
Name string - Arc Extension name.
- audience
This property is required. str - Token audience.
- extension_
name str - Arc Extension name.
- audience
This property is required. String - Token audience.
- extension
Name String - Arc Extension name.
NodeTolerationsResponse
SaslRemoteBrokerBasicAuthenticationResponse
- Sasl
Type This property is required. string - Sasl Mechanism for remote broker authentication.
- Token
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- Sasl
Type This property is required. string - Sasl Mechanism for remote broker authentication.
- Token
This property is required. SaslRemote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type This property is required. String - Sasl Mechanism for remote broker authentication.
- token
This property is required. SaslRemote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type This property is required. string - Sasl Mechanism for remote broker authentication.
- token
This property is required. SaslRemote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl_
type This property is required. str - Sasl Mechanism for remote broker authentication.
- token
This property is required. SaslRemote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type This property is required. String - Sasl Mechanism for remote broker authentication.
- token
This property is required. Property Map - Sasl token for remote broker authentication.
SaslRemoteBrokerBasicAuthenticationTokenResponse
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Token Key Vault Properties Response - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- secret
Name string - Secret where cert details are stored.
- key_
vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- secret_
name str - Secret where cert details are stored.
- key
Vault Property Map - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi