1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. BrokerAuthentication
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.iotoperationsmq.BrokerAuthentication

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

MQ broker/authentication resource

Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Example Usage

BrokerAuthentication_CreateOrUpdate

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var brokerAuthentication = new AzureNative.IoTOperationsMQ.BrokerAuthentication("brokerAuthentication", new()
    {
        AuthenticationMethods = new[]
        {
            new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodsArgs
            {
                Custom = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodCustomArgs
                {
                    Auth = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthArgs
                    {
                        X509 = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthX509Args
                        {
                            KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesArgs
                            {
                                Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                                {
                                    Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                    {
                                        ServicePrincipalLocalSecretName = "wuimjwpbhoglbsxxa",
                                    },
                                    DirectoryId = "eyjniptiykzcgbzok",
                                    Name = "lxmwfan",
                                },
                                VaultCaChainSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                                {
                                    Name = "bmectskddmpjxnsogwooexj",
                                    Version = "unjfbf",
                                },
                                VaultCert = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                                {
                                    Name = "bmectskddmpjxnsogwooexj",
                                    Version = "unjfbf",
                                },
                            },
                            SecretName = "dordbwjewnqkhfd",
                        },
                    },
                    CaCertConfigMap = "diufihyysdcosgy",
                    Endpoint = "yy",
                    Headers = null,
                },
                Sat = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodSatArgs
                {
                    Audiences = new[]
                    {
                        "fiyitxutbuuhwtltukyjacads",
                    },
                },
                Svid = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodSvidArgs
                {
                    AgentSocketPath = "gnyowebmeaj",
                    IdentityMaxRetry = 4031184731,
                    IdentityWaitRetryMs = 2243705844935085568,
                },
                UsernamePassword = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodUsernamePasswordArgs
                {
                    KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesArgs
                    {
                        Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                        {
                            Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                            {
                                ServicePrincipalLocalSecretName = "wuimjwpbhoglbsxxa",
                            },
                            DirectoryId = "eyjniptiykzcgbzok",
                            Name = "lxmwfan",
                        },
                        VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                        {
                            Name = "bmectskddmpjxnsogwooexj",
                            Version = "unjfbf",
                        },
                    },
                    SecretName = "blk",
                },
                X509 = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509Args
                {
                    Attributes = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509AttributesArgs
                    {
                        KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesArgs
                        {
                            Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                            {
                                Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                {
                                    ServicePrincipalLocalSecretName = "wuimjwpbhoglbsxxa",
                                },
                                DirectoryId = "eyjniptiykzcgbzok",
                                Name = "lxmwfan",
                            },
                            VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "bmectskddmpjxnsogwooexj",
                                Version = "unjfbf",
                            },
                        },
                        SecretName = "ybcke",
                    },
                    TrustedClientCaCertConfigMap = "udidafmnpt",
                },
            },
        },
        AuthenticationName = "lUo-GQ3-95F-1O-",
        BrokerName = "87v1GC9557XuP-JLI4-",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        ListenerRef = new[]
        {
            "dhjpypfjzzmwm",
        },
        Location = "vtxegvaeqwyupplnm",
        MqName = "2S-A2-D9kC946K",
        ResourceGroupName = "rgiotoperationsmq",
        Tags = null,
    });

});
Copy
package main

import (
	iotoperationsmq "github.com/pulumi/pulumi-azure-native-sdk/iotoperationsmq/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsmq.NewBrokerAuthentication(ctx, "brokerAuthentication", &iotoperationsmq.BrokerAuthenticationArgs{
			AuthenticationMethods: iotoperationsmq.BrokerAuthenticatorMethodsArray{
				&iotoperationsmq.BrokerAuthenticatorMethodsArgs{
					Custom: &iotoperationsmq.BrokerAuthenticatorMethodCustomArgs{
						Auth: &iotoperationsmq.BrokerAuthenticatorCustomAuthArgs{
							X509: &iotoperationsmq.BrokerAuthenticatorCustomAuthX509Args{
								KeyVault: &iotoperationsmq.KeyVaultCertificatePropertiesArgs{
									Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
										Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
											ServicePrincipalLocalSecretName: pulumi.String("wuimjwpbhoglbsxxa"),
										},
										DirectoryId: pulumi.String("eyjniptiykzcgbzok"),
										Name:        pulumi.String("lxmwfan"),
									},
									VaultCaChainSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
										Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
										Version: pulumi.String("unjfbf"),
									},
									VaultCert: &iotoperationsmq.KeyVaultSecretObjectArgs{
										Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
										Version: pulumi.String("unjfbf"),
									},
								},
								SecretName: pulumi.String("dordbwjewnqkhfd"),
							},
						},
						CaCertConfigMap: pulumi.String("diufihyysdcosgy"),
						Endpoint:        pulumi.String("yy"),
						Headers:         pulumi.StringMap{},
					},
					Sat: &iotoperationsmq.BrokerAuthenticatorMethodSatArgs{
						Audiences: pulumi.StringArray{
							pulumi.String("fiyitxutbuuhwtltukyjacads"),
						},
					},
					Svid: &iotoperationsmq.BrokerAuthenticatorMethodSvidArgs{
						AgentSocketPath:     pulumi.String("gnyowebmeaj"),
						IdentityMaxRetry:    pulumi.Float64(4031184731),
						IdentityWaitRetryMs: pulumi.Float64(2243705844935085568),
					},
					UsernamePassword: &iotoperationsmq.BrokerAuthenticatorMethodUsernamePasswordArgs{
						KeyVault: &iotoperationsmq.KeyVaultSecretPropertiesArgs{
							Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
								Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
									ServicePrincipalLocalSecretName: pulumi.String("wuimjwpbhoglbsxxa"),
								},
								DirectoryId: pulumi.String("eyjniptiykzcgbzok"),
								Name:        pulumi.String("lxmwfan"),
							},
							VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
								Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
								Version: pulumi.String("unjfbf"),
							},
						},
						SecretName: pulumi.String("blk"),
					},
					X509: &iotoperationsmq.BrokerAuthenticatorMethodX509Args{
						Attributes: &iotoperationsmq.BrokerAuthenticatorMethodX509AttributesArgs{
							KeyVault: &iotoperationsmq.KeyVaultSecretPropertiesArgs{
								Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
									Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
										ServicePrincipalLocalSecretName: pulumi.String("wuimjwpbhoglbsxxa"),
									},
									DirectoryId: pulumi.String("eyjniptiykzcgbzok"),
									Name:        pulumi.String("lxmwfan"),
								},
								VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
									Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
									Version: pulumi.String("unjfbf"),
								},
							},
							SecretName: pulumi.String("ybcke"),
						},
						TrustedClientCaCertConfigMap: pulumi.String("udidafmnpt"),
					},
				},
			},
			AuthenticationName: pulumi.String("lUo-GQ3-95F-1O-"),
			BrokerName:         pulumi.String("87v1GC9557XuP-JLI4-"),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			ListenerRef: pulumi.StringArray{
				pulumi.String("dhjpypfjzzmwm"),
			},
			Location:          pulumi.String("vtxegvaeqwyupplnm"),
			MqName:            pulumi.String("2S-A2-D9kC946K"),
			ResourceGroupName: pulumi.String("rgiotoperationsmq"),
			Tags:              pulumi.StringMap{},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.iotoperationsmq.BrokerAuthentication;
import com.pulumi.azurenative.iotoperationsmq.BrokerAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodCustomArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorCustomAuthArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorCustomAuthX509Args;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCertificatePropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultConnectionPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCredentialsPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultSecretObjectArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodSatArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodSvidArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodUsernamePasswordArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultSecretPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodX509Args;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodX509AttributesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var brokerAuthentication = new BrokerAuthentication("brokerAuthentication", BrokerAuthenticationArgs.builder()
            .authenticationMethods(BrokerAuthenticatorMethodsArgs.builder()
                .custom(BrokerAuthenticatorMethodCustomArgs.builder()
                    .auth(BrokerAuthenticatorCustomAuthArgs.builder()
                        .x509(BrokerAuthenticatorCustomAuthX509Args.builder()
                            .keyVault(KeyVaultCertificatePropertiesArgs.builder()
                                .vault(KeyVaultConnectionPropertiesArgs.builder()
                                    .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                        .servicePrincipalLocalSecretName("wuimjwpbhoglbsxxa")
                                        .build())
                                    .directoryId("eyjniptiykzcgbzok")
                                    .name("lxmwfan")
                                    .build())
                                .vaultCaChainSecret(KeyVaultSecretObjectArgs.builder()
                                    .name("bmectskddmpjxnsogwooexj")
                                    .version("unjfbf")
                                    .build())
                                .vaultCert(KeyVaultSecretObjectArgs.builder()
                                    .name("bmectskddmpjxnsogwooexj")
                                    .version("unjfbf")
                                    .build())
                                .build())
                            .secretName("dordbwjewnqkhfd")
                            .build())
                        .build())
                    .caCertConfigMap("diufihyysdcosgy")
                    .endpoint("yy")
                    .headers(Map.ofEntries(
                    ))
                    .build())
                .sat(BrokerAuthenticatorMethodSatArgs.builder()
                    .audiences("fiyitxutbuuhwtltukyjacads")
                    .build())
                .svid(BrokerAuthenticatorMethodSvidArgs.builder()
                    .agentSocketPath("gnyowebmeaj")
                    .identityMaxRetry(4031184731.0)
                    .identityWaitRetryMs(2243705844935085568.0)
                    .build())
                .usernamePassword(BrokerAuthenticatorMethodUsernamePasswordArgs.builder()
                    .keyVault(KeyVaultSecretPropertiesArgs.builder()
                        .vault(KeyVaultConnectionPropertiesArgs.builder()
                            .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                .servicePrincipalLocalSecretName("wuimjwpbhoglbsxxa")
                                .build())
                            .directoryId("eyjniptiykzcgbzok")
                            .name("lxmwfan")
                            .build())
                        .vaultSecret(KeyVaultSecretObjectArgs.builder()
                            .name("bmectskddmpjxnsogwooexj")
                            .version("unjfbf")
                            .build())
                        .build())
                    .secretName("blk")
                    .build())
                .x509(BrokerAuthenticatorMethodX509Args.builder()
                    .attributes(BrokerAuthenticatorMethodX509AttributesArgs.builder()
                        .keyVault(KeyVaultSecretPropertiesArgs.builder()
                            .vault(KeyVaultConnectionPropertiesArgs.builder()
                                .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                    .servicePrincipalLocalSecretName("wuimjwpbhoglbsxxa")
                                    .build())
                                .directoryId("eyjniptiykzcgbzok")
                                .name("lxmwfan")
                                .build())
                            .vaultSecret(KeyVaultSecretObjectArgs.builder()
                                .name("bmectskddmpjxnsogwooexj")
                                .version("unjfbf")
                                .build())
                            .build())
                        .secretName("ybcke")
                        .build())
                    .trustedClientCaCertConfigMap("udidafmnpt")
                    .build())
                .build())
            .authenticationName("lUo-GQ3-95F-1O-")
            .brokerName("87v1GC9557XuP-JLI4-")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .listenerRef("dhjpypfjzzmwm")
            .location("vtxegvaeqwyupplnm")
            .mqName("2S-A2-D9kC946K")
            .resourceGroupName("rgiotoperationsmq")
            .tags(Map.ofEntries(
            ))
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const brokerAuthentication = new azure_native.iotoperationsmq.BrokerAuthentication("brokerAuthentication", {
    authenticationMethods: [{
        custom: {
            auth: {
                x509: {
                    keyVault: {
                        vault: {
                            credentials: {
                                servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                            },
                            directoryId: "eyjniptiykzcgbzok",
                            name: "lxmwfan",
                        },
                        vaultCaChainSecret: {
                            name: "bmectskddmpjxnsogwooexj",
                            version: "unjfbf",
                        },
                        vaultCert: {
                            name: "bmectskddmpjxnsogwooexj",
                            version: "unjfbf",
                        },
                    },
                    secretName: "dordbwjewnqkhfd",
                },
            },
            caCertConfigMap: "diufihyysdcosgy",
            endpoint: "yy",
            headers: {},
        },
        sat: {
            audiences: ["fiyitxutbuuhwtltukyjacads"],
        },
        svid: {
            agentSocketPath: "gnyowebmeaj",
            identityMaxRetry: 4031184731,
            identityWaitRetryMs: 2243705844935085568,
        },
        usernamePassword: {
            keyVault: {
                vault: {
                    credentials: {
                        servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                    },
                    directoryId: "eyjniptiykzcgbzok",
                    name: "lxmwfan",
                },
                vaultSecret: {
                    name: "bmectskddmpjxnsogwooexj",
                    version: "unjfbf",
                },
            },
            secretName: "blk",
        },
        x509: {
            attributes: {
                keyVault: {
                    vault: {
                        credentials: {
                            servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                        },
                        directoryId: "eyjniptiykzcgbzok",
                        name: "lxmwfan",
                    },
                    vaultSecret: {
                        name: "bmectskddmpjxnsogwooexj",
                        version: "unjfbf",
                    },
                },
                secretName: "ybcke",
            },
            trustedClientCaCertConfigMap: "udidafmnpt",
        },
    }],
    authenticationName: "lUo-GQ3-95F-1O-",
    brokerName: "87v1GC9557XuP-JLI4-",
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    listenerRef: ["dhjpypfjzzmwm"],
    location: "vtxegvaeqwyupplnm",
    mqName: "2S-A2-D9kC946K",
    resourceGroupName: "rgiotoperationsmq",
    tags: {},
});
Copy
import pulumi
import pulumi_azure_native as azure_native

broker_authentication = azure_native.iotoperationsmq.BrokerAuthentication("brokerAuthentication",
    authentication_methods=[{
        "custom": {
            "auth": {
                "x509": {
                    "key_vault": {
                        "vault": {
                            "credentials": {
                                "service_principal_local_secret_name": "wuimjwpbhoglbsxxa",
                            },
                            "directory_id": "eyjniptiykzcgbzok",
                            "name": "lxmwfan",
                        },
                        "vault_ca_chain_secret": {
                            "name": "bmectskddmpjxnsogwooexj",
                            "version": "unjfbf",
                        },
                        "vault_cert": {
                            "name": "bmectskddmpjxnsogwooexj",
                            "version": "unjfbf",
                        },
                    },
                    "secret_name": "dordbwjewnqkhfd",
                },
            },
            "ca_cert_config_map": "diufihyysdcosgy",
            "endpoint": "yy",
            "headers": {},
        },
        "sat": {
            "audiences": ["fiyitxutbuuhwtltukyjacads"],
        },
        "svid": {
            "agent_socket_path": "gnyowebmeaj",
            "identity_max_retry": 4031184731,
            "identity_wait_retry_ms": 2243705844935085568,
        },
        "username_password": {
            "key_vault": {
                "vault": {
                    "credentials": {
                        "service_principal_local_secret_name": "wuimjwpbhoglbsxxa",
                    },
                    "directory_id": "eyjniptiykzcgbzok",
                    "name": "lxmwfan",
                },
                "vault_secret": {
                    "name": "bmectskddmpjxnsogwooexj",
                    "version": "unjfbf",
                },
            },
            "secret_name": "blk",
        },
        "x509": {
            "attributes": {
                "key_vault": {
                    "vault": {
                        "credentials": {
                            "service_principal_local_secret_name": "wuimjwpbhoglbsxxa",
                        },
                        "directory_id": "eyjniptiykzcgbzok",
                        "name": "lxmwfan",
                    },
                    "vault_secret": {
                        "name": "bmectskddmpjxnsogwooexj",
                        "version": "unjfbf",
                    },
                },
                "secret_name": "ybcke",
            },
            "trusted_client_ca_cert_config_map": "udidafmnpt",
        },
    }],
    authentication_name="lUo-GQ3-95F-1O-",
    broker_name="87v1GC9557XuP-JLI4-",
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    listener_ref=["dhjpypfjzzmwm"],
    location="vtxegvaeqwyupplnm",
    mq_name="2S-A2-D9kC946K",
    resource_group_name="rgiotoperationsmq",
    tags={})
Copy
resources:
  brokerAuthentication:
    type: azure-native:iotoperationsmq:BrokerAuthentication
    properties:
      authenticationMethods:
        - custom:
            auth:
              x509:
                keyVault:
                  vault:
                    credentials:
                      servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
                    directoryId: eyjniptiykzcgbzok
                    name: lxmwfan
                  vaultCaChainSecret:
                    name: bmectskddmpjxnsogwooexj
                    version: unjfbf
                  vaultCert:
                    name: bmectskddmpjxnsogwooexj
                    version: unjfbf
                secretName: dordbwjewnqkhfd
            caCertConfigMap: diufihyysdcosgy
            endpoint: yy
            headers: {}
          sat:
            audiences:
              - fiyitxutbuuhwtltukyjacads
          svid:
            agentSocketPath: gnyowebmeaj
            identityMaxRetry: 4.031184731e+09
            identityWaitRetryMs: 2.2437058449350856e+18
          usernamePassword:
            keyVault:
              vault:
                credentials:
                  servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
                directoryId: eyjniptiykzcgbzok
                name: lxmwfan
              vaultSecret:
                name: bmectskddmpjxnsogwooexj
                version: unjfbf
            secretName: blk
          x509:
            attributes:
              keyVault:
                vault:
                  credentials:
                    servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
                  directoryId: eyjniptiykzcgbzok
                  name: lxmwfan
                vaultSecret:
                  name: bmectskddmpjxnsogwooexj
                  version: unjfbf
              secretName: ybcke
            trustedClientCaCertConfigMap: udidafmnpt
      authenticationName: lUo-GQ3-95F-1O-
      brokerName: 87v1GC9557XuP-JLI4-
      extendedLocation:
        name: an
        type: CustomLocation
      listenerRef:
        - dhjpypfjzzmwm
      location: vtxegvaeqwyupplnm
      mqName: 2S-A2-D9kC946K
      resourceGroupName: rgiotoperationsmq
      tags: {}
Copy

Create BrokerAuthentication Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new BrokerAuthentication(name: string, args: BrokerAuthenticationArgs, opts?: CustomResourceOptions);
@overload
def BrokerAuthentication(resource_name: str,
                         args: BrokerAuthenticationArgs,
                         opts: Optional[ResourceOptions] = None)

@overload
def BrokerAuthentication(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         authentication_methods: Optional[Sequence[BrokerAuthenticatorMethodsArgs]] = None,
                         broker_name: Optional[str] = None,
                         extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                         listener_ref: Optional[Sequence[str]] = None,
                         mq_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         authentication_name: Optional[str] = None,
                         location: Optional[str] = None,
                         tags: Optional[Mapping[str, str]] = None)
func NewBrokerAuthentication(ctx *Context, name string, args BrokerAuthenticationArgs, opts ...ResourceOption) (*BrokerAuthentication, error)
public BrokerAuthentication(string name, BrokerAuthenticationArgs args, CustomResourceOptions? opts = null)
public BrokerAuthentication(String name, BrokerAuthenticationArgs args)
public BrokerAuthentication(String name, BrokerAuthenticationArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:BrokerAuthentication
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. BrokerAuthenticationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. BrokerAuthenticationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. BrokerAuthenticationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. BrokerAuthenticationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BrokerAuthenticationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var azure_nativeBrokerAuthenticationResource = new AzureNative.IoTOperationsMQ.BrokerAuthentication("azure-nativeBrokerAuthenticationResource", new()
{
    AuthenticationMethods = new[]
    {
        new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodsArgs
        {
            Custom = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodCustomArgs
            {
                Endpoint = "string",
                Auth = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthArgs
                {
                    X509 = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthX509Args
                    {
                        KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesArgs
                        {
                            Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                            {
                                Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                {
                                    ServicePrincipalLocalSecretName = "string",
                                },
                                DirectoryId = "string",
                                Name = "string",
                            },
                            VaultCert = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "string",
                                Version = "string",
                            },
                            VaultCaChainSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "string",
                                Version = "string",
                            },
                        },
                        SecretName = "string",
                    },
                },
                CaCertConfigMap = "string",
                Headers = 
                {
                    { "string", "string" },
                },
            },
            Sat = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodSatArgs
            {
                Audiences = new[]
                {
                    "string",
                },
            },
            Svid = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodSvidArgs
            {
                AgentSocketPath = "string",
                IdentityMaxRetry = 0,
                IdentityWaitRetryMs = 0,
            },
            UsernamePassword = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodUsernamePasswordArgs
            {
                KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesArgs
                {
                    Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                    {
                        Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                        {
                            ServicePrincipalLocalSecretName = "string",
                        },
                        DirectoryId = "string",
                        Name = "string",
                    },
                    VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                    {
                        Name = "string",
                        Version = "string",
                    },
                },
                SecretName = "string",
            },
            X509 = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509Args
            {
                Attributes = new AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509AttributesArgs
                {
                    KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesArgs
                    {
                        Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                        {
                            Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                            {
                                ServicePrincipalLocalSecretName = "string",
                            },
                            DirectoryId = "string",
                            Name = "string",
                        },
                        VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                        {
                            Name = "string",
                            Version = "string",
                        },
                    },
                    SecretName = "string",
                },
                TrustedClientCaCertConfigMap = "string",
            },
        },
    },
    BrokerName = "string",
    ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
    {
        Name = "string",
        Type = "string",
    },
    ListenerRef = new[]
    {
        "string",
    },
    MqName = "string",
    ResourceGroupName = "string",
    AuthenticationName = "string",
    Location = "string",
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := iotoperationsmq.NewBrokerAuthentication(ctx, "azure-nativeBrokerAuthenticationResource", &iotoperationsmq.BrokerAuthenticationArgs{
	AuthenticationMethods: iotoperationsmq.BrokerAuthenticatorMethodsArray{
		&iotoperationsmq.BrokerAuthenticatorMethodsArgs{
			Custom: &iotoperationsmq.BrokerAuthenticatorMethodCustomArgs{
				Endpoint: pulumi.String("string"),
				Auth: &iotoperationsmq.BrokerAuthenticatorCustomAuthArgs{
					X509: &iotoperationsmq.BrokerAuthenticatorCustomAuthX509Args{
						KeyVault: &iotoperationsmq.KeyVaultCertificatePropertiesArgs{
							Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
								Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
									ServicePrincipalLocalSecretName: pulumi.String("string"),
								},
								DirectoryId: pulumi.String("string"),
								Name:        pulumi.String("string"),
							},
							VaultCert: &iotoperationsmq.KeyVaultSecretObjectArgs{
								Name:    pulumi.String("string"),
								Version: pulumi.String("string"),
							},
							VaultCaChainSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
								Name:    pulumi.String("string"),
								Version: pulumi.String("string"),
							},
						},
						SecretName: pulumi.String("string"),
					},
				},
				CaCertConfigMap: pulumi.String("string"),
				Headers: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
			},
			Sat: &iotoperationsmq.BrokerAuthenticatorMethodSatArgs{
				Audiences: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			Svid: &iotoperationsmq.BrokerAuthenticatorMethodSvidArgs{
				AgentSocketPath:     pulumi.String("string"),
				IdentityMaxRetry:    pulumi.Float64(0),
				IdentityWaitRetryMs: pulumi.Float64(0),
			},
			UsernamePassword: &iotoperationsmq.BrokerAuthenticatorMethodUsernamePasswordArgs{
				KeyVault: &iotoperationsmq.KeyVaultSecretPropertiesArgs{
					Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
						Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
							ServicePrincipalLocalSecretName: pulumi.String("string"),
						},
						DirectoryId: pulumi.String("string"),
						Name:        pulumi.String("string"),
					},
					VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
						Name:    pulumi.String("string"),
						Version: pulumi.String("string"),
					},
				},
				SecretName: pulumi.String("string"),
			},
			X509: &iotoperationsmq.BrokerAuthenticatorMethodX509Args{
				Attributes: &iotoperationsmq.BrokerAuthenticatorMethodX509AttributesArgs{
					KeyVault: &iotoperationsmq.KeyVaultSecretPropertiesArgs{
						Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
							Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
								ServicePrincipalLocalSecretName: pulumi.String("string"),
							},
							DirectoryId: pulumi.String("string"),
							Name:        pulumi.String("string"),
						},
						VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
							Name:    pulumi.String("string"),
							Version: pulumi.String("string"),
						},
					},
					SecretName: pulumi.String("string"),
				},
				TrustedClientCaCertConfigMap: pulumi.String("string"),
			},
		},
	},
	BrokerName: pulumi.String("string"),
	ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	ListenerRef: pulumi.StringArray{
		pulumi.String("string"),
	},
	MqName:             pulumi.String("string"),
	ResourceGroupName:  pulumi.String("string"),
	AuthenticationName: pulumi.String("string"),
	Location:           pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var azure_nativeBrokerAuthenticationResource = new BrokerAuthentication("azure-nativeBrokerAuthenticationResource", BrokerAuthenticationArgs.builder()
    .authenticationMethods(BrokerAuthenticatorMethodsArgs.builder()
        .custom(BrokerAuthenticatorMethodCustomArgs.builder()
            .endpoint("string")
            .auth(BrokerAuthenticatorCustomAuthArgs.builder()
                .x509(BrokerAuthenticatorCustomAuthX509Args.builder()
                    .keyVault(KeyVaultCertificatePropertiesArgs.builder()
                        .vault(KeyVaultConnectionPropertiesArgs.builder()
                            .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                .servicePrincipalLocalSecretName("string")
                                .build())
                            .directoryId("string")
                            .name("string")
                            .build())
                        .vaultCert(KeyVaultSecretObjectArgs.builder()
                            .name("string")
                            .version("string")
                            .build())
                        .vaultCaChainSecret(KeyVaultSecretObjectArgs.builder()
                            .name("string")
                            .version("string")
                            .build())
                        .build())
                    .secretName("string")
                    .build())
                .build())
            .caCertConfigMap("string")
            .headers(Map.of("string", "string"))
            .build())
        .sat(BrokerAuthenticatorMethodSatArgs.builder()
            .audiences("string")
            .build())
        .svid(BrokerAuthenticatorMethodSvidArgs.builder()
            .agentSocketPath("string")
            .identityMaxRetry(0)
            .identityWaitRetryMs(0)
            .build())
        .usernamePassword(BrokerAuthenticatorMethodUsernamePasswordArgs.builder()
            .keyVault(KeyVaultSecretPropertiesArgs.builder()
                .vault(KeyVaultConnectionPropertiesArgs.builder()
                    .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                        .servicePrincipalLocalSecretName("string")
                        .build())
                    .directoryId("string")
                    .name("string")
                    .build())
                .vaultSecret(KeyVaultSecretObjectArgs.builder()
                    .name("string")
                    .version("string")
                    .build())
                .build())
            .secretName("string")
            .build())
        .x509(BrokerAuthenticatorMethodX509Args.builder()
            .attributes(BrokerAuthenticatorMethodX509AttributesArgs.builder()
                .keyVault(KeyVaultSecretPropertiesArgs.builder()
                    .vault(KeyVaultConnectionPropertiesArgs.builder()
                        .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                            .servicePrincipalLocalSecretName("string")
                            .build())
                        .directoryId("string")
                        .name("string")
                        .build())
                    .vaultSecret(KeyVaultSecretObjectArgs.builder()
                        .name("string")
                        .version("string")
                        .build())
                    .build())
                .secretName("string")
                .build())
            .trustedClientCaCertConfigMap("string")
            .build())
        .build())
    .brokerName("string")
    .extendedLocation(ExtendedLocationPropertyArgs.builder()
        .name("string")
        .type("string")
        .build())
    .listenerRef("string")
    .mqName("string")
    .resourceGroupName("string")
    .authenticationName("string")
    .location("string")
    .tags(Map.of("string", "string"))
    .build());
Copy
azure_native_broker_authentication_resource = azure_native.iotoperationsmq.BrokerAuthentication("azure-nativeBrokerAuthenticationResource",
    authentication_methods=[{
        "custom": {
            "endpoint": "string",
            "auth": {
                "x509": {
                    "key_vault": {
                        "vault": {
                            "credentials": {
                                "service_principal_local_secret_name": "string",
                            },
                            "directory_id": "string",
                            "name": "string",
                        },
                        "vault_cert": {
                            "name": "string",
                            "version": "string",
                        },
                        "vault_ca_chain_secret": {
                            "name": "string",
                            "version": "string",
                        },
                    },
                    "secret_name": "string",
                },
            },
            "ca_cert_config_map": "string",
            "headers": {
                "string": "string",
            },
        },
        "sat": {
            "audiences": ["string"],
        },
        "svid": {
            "agent_socket_path": "string",
            "identity_max_retry": 0,
            "identity_wait_retry_ms": 0,
        },
        "username_password": {
            "key_vault": {
                "vault": {
                    "credentials": {
                        "service_principal_local_secret_name": "string",
                    },
                    "directory_id": "string",
                    "name": "string",
                },
                "vault_secret": {
                    "name": "string",
                    "version": "string",
                },
            },
            "secret_name": "string",
        },
        "x509": {
            "attributes": {
                "key_vault": {
                    "vault": {
                        "credentials": {
                            "service_principal_local_secret_name": "string",
                        },
                        "directory_id": "string",
                        "name": "string",
                    },
                    "vault_secret": {
                        "name": "string",
                        "version": "string",
                    },
                },
                "secret_name": "string",
            },
            "trusted_client_ca_cert_config_map": "string",
        },
    }],
    broker_name="string",
    extended_location={
        "name": "string",
        "type": "string",
    },
    listener_ref=["string"],
    mq_name="string",
    resource_group_name="string",
    authentication_name="string",
    location="string",
    tags={
        "string": "string",
    })
Copy
const azure_nativeBrokerAuthenticationResource = new azure_native.iotoperationsmq.BrokerAuthentication("azure-nativeBrokerAuthenticationResource", {
    authenticationMethods: [{
        custom: {
            endpoint: "string",
            auth: {
                x509: {
                    keyVault: {
                        vault: {
                            credentials: {
                                servicePrincipalLocalSecretName: "string",
                            },
                            directoryId: "string",
                            name: "string",
                        },
                        vaultCert: {
                            name: "string",
                            version: "string",
                        },
                        vaultCaChainSecret: {
                            name: "string",
                            version: "string",
                        },
                    },
                    secretName: "string",
                },
            },
            caCertConfigMap: "string",
            headers: {
                string: "string",
            },
        },
        sat: {
            audiences: ["string"],
        },
        svid: {
            agentSocketPath: "string",
            identityMaxRetry: 0,
            identityWaitRetryMs: 0,
        },
        usernamePassword: {
            keyVault: {
                vault: {
                    credentials: {
                        servicePrincipalLocalSecretName: "string",
                    },
                    directoryId: "string",
                    name: "string",
                },
                vaultSecret: {
                    name: "string",
                    version: "string",
                },
            },
            secretName: "string",
        },
        x509: {
            attributes: {
                keyVault: {
                    vault: {
                        credentials: {
                            servicePrincipalLocalSecretName: "string",
                        },
                        directoryId: "string",
                        name: "string",
                    },
                    vaultSecret: {
                        name: "string",
                        version: "string",
                    },
                },
                secretName: "string",
            },
            trustedClientCaCertConfigMap: "string",
        },
    }],
    brokerName: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    listenerRef: ["string"],
    mqName: "string",
    resourceGroupName: "string",
    authenticationName: "string",
    location: "string",
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:iotoperationsmq:BrokerAuthentication
properties:
    authenticationMethods:
        - custom:
            auth:
                x509:
                    keyVault:
                        vault:
                            credentials:
                                servicePrincipalLocalSecretName: string
                            directoryId: string
                            name: string
                        vaultCaChainSecret:
                            name: string
                            version: string
                        vaultCert:
                            name: string
                            version: string
                    secretName: string
            caCertConfigMap: string
            endpoint: string
            headers:
                string: string
          sat:
            audiences:
                - string
          svid:
            agentSocketPath: string
            identityMaxRetry: 0
            identityWaitRetryMs: 0
          usernamePassword:
            keyVault:
                vault:
                    credentials:
                        servicePrincipalLocalSecretName: string
                    directoryId: string
                    name: string
                vaultSecret:
                    name: string
                    version: string
            secretName: string
          x509:
            attributes:
                keyVault:
                    vault:
                        credentials:
                            servicePrincipalLocalSecretName: string
                        directoryId: string
                        name: string
                    vaultSecret:
                        name: string
                        version: string
                secretName: string
            trustedClientCaCertConfigMap: string
    authenticationName: string
    brokerName: string
    extendedLocation:
        name: string
        type: string
    listenerRef:
        - string
    location: string
    mqName: string
    resourceGroupName: string
    tags:
        string: string
Copy

BrokerAuthentication Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The BrokerAuthentication resource accepts the following input properties:

AuthenticationMethods This property is required. List<Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethods>
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
Extended Location
ListenerRef This property is required. List<string>
The array of listener Resources it supports.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AuthenticationName Changes to this property will trigger replacement. string
Name of MQ broker/authentication resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Tags Dictionary<string, string>
Resource tags.
AuthenticationMethods This property is required. []BrokerAuthenticatorMethodsArgs
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
ListenerRef This property is required. []string
The array of listener Resources it supports.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AuthenticationName Changes to this property will trigger replacement. string
Name of MQ broker/authentication resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Tags map[string]string
Resource tags.
authenticationMethods This property is required. List<BrokerAuthenticatorMethods>
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
listenerRef This property is required. List<String>
The array of listener Resources it supports.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
authenticationName Changes to this property will trigger replacement. String
Name of MQ broker/authentication resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
tags Map<String,String>
Resource tags.
authenticationMethods This property is required. BrokerAuthenticatorMethods[]
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
brokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
listenerRef This property is required. string[]
The array of listener Resources it supports.
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
authenticationName Changes to this property will trigger replacement. string
Name of MQ broker/authentication resource
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
tags {[key: string]: string}
Resource tags.
authentication_methods This property is required. Sequence[BrokerAuthenticatorMethodsArgs]
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
broker_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ broker resource
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
listener_ref This property is required. Sequence[str]
The array of listener Resources it supports.
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
authentication_name Changes to this property will trigger replacement. str
Name of MQ broker/authentication resource
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
tags Mapping[str, str]
Resource tags.
authenticationMethods This property is required. List<Property Map>
The list of authentication methods supported by the Authentication Resource. For each array element, NOTE - Enum only authenticator type supported.
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Extended Location
listenerRef This property is required. List<String>
The array of listener Resources it supports.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
authenticationName Changes to this property will trigger replacement. String
Name of MQ broker/authentication resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the BrokerAuthentication resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData Pulumi.AzureNative.IoTOperationsMQ.Outputs.SystemDataResponse
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"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData SystemDataResponse
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"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
systemData SystemDataResponse
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"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The status of the last operation.
systemData SystemDataResponse
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"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
provisioning_state str
The status of the last operation.
system_data SystemDataResponse
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"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
systemData 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"

Supporting Types

BrokerAuthenticatorCustomAuth
, BrokerAuthenticatorCustomAuthArgs

X509 This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthX509
X509 Custom Auth type details.
X509 This property is required. BrokerAuthenticatorCustomAuthX509
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509
X509 Custom Auth type details.
x509 This property is required. Property Map
X509 Custom Auth type details.

BrokerAuthenticatorCustomAuthResponse
, BrokerAuthenticatorCustomAuthResponseArgs

X509 This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthX509Response
X509 Custom Auth type details.
X509 This property is required. BrokerAuthenticatorCustomAuthX509Response
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509Response
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509Response
X509 Custom Auth type details.
x509 This property is required. BrokerAuthenticatorCustomAuthX509Response
X509 Custom Auth type details.
x509 This property is required. Property Map
X509 Custom Auth type details.

BrokerAuthenticatorCustomAuthX509
, BrokerAuthenticatorCustomAuthX509Args

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificateProperties
Keyvault X509 secret properties.
SecretName string
Secret where cert details are stored.
KeyVault KeyVaultCertificateProperties
Keyvault X509 secret properties.
SecretName string
Secret where cert details are stored.
keyVault KeyVaultCertificateProperties
Keyvault X509 secret properties.
secretName String
Secret where cert details are stored.
keyVault KeyVaultCertificateProperties
Keyvault X509 secret properties.
secretName string
Secret where cert details are stored.
key_vault KeyVaultCertificateProperties
Keyvault X509 secret properties.
secret_name str
Secret where cert details are stored.
keyVault Property Map
Keyvault X509 secret properties.
secretName String
Secret where cert details are stored.

BrokerAuthenticatorCustomAuthX509Response
, BrokerAuthenticatorCustomAuthX509ResponseArgs

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesResponse
Keyvault X509 secret properties.
SecretName string
Secret where cert details are stored.
KeyVault KeyVaultCertificatePropertiesResponse
Keyvault X509 secret properties.
SecretName string
Secret where cert details are stored.
keyVault KeyVaultCertificatePropertiesResponse
Keyvault X509 secret properties.
secretName String
Secret where cert details are stored.
keyVault KeyVaultCertificatePropertiesResponse
Keyvault X509 secret properties.
secretName string
Secret where cert details are stored.
key_vault KeyVaultCertificatePropertiesResponse
Keyvault X509 secret properties.
secret_name str
Secret where cert details are stored.
keyVault Property Map
Keyvault X509 secret properties.
secretName String
Secret where cert details are stored.

BrokerAuthenticatorMethodCustom
, BrokerAuthenticatorMethodCustomArgs

Endpoint This property is required. string
Endpoint to connect to.
Auth Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuth
Custom Broker Authentication Method.
CaCertConfigMap string
CA cert config map to use.
Headers Dictionary<string, string>
Configuration Headers to use.
Endpoint This property is required. string
Endpoint to connect to.
Auth BrokerAuthenticatorCustomAuth
Custom Broker Authentication Method.
CaCertConfigMap string
CA cert config map to use.
Headers map[string]string
Configuration Headers to use.
endpoint This property is required. String
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuth
Custom Broker Authentication Method.
caCertConfigMap String
CA cert config map to use.
headers Map<String,String>
Configuration Headers to use.
endpoint This property is required. string
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuth
Custom Broker Authentication Method.
caCertConfigMap string
CA cert config map to use.
headers {[key: string]: string}
Configuration Headers to use.
endpoint This property is required. str
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuth
Custom Broker Authentication Method.
ca_cert_config_map str
CA cert config map to use.
headers Mapping[str, str]
Configuration Headers to use.
endpoint This property is required. String
Endpoint to connect to.
auth Property Map
Custom Broker Authentication Method.
caCertConfigMap String
CA cert config map to use.
headers Map<String>
Configuration Headers to use.

BrokerAuthenticatorMethodCustomResponse
, BrokerAuthenticatorMethodCustomResponseArgs

Endpoint This property is required. string
Endpoint to connect to.
Auth Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorCustomAuthResponse
Custom Broker Authentication Method.
CaCertConfigMap string
CA cert config map to use.
Headers Dictionary<string, string>
Configuration Headers to use.
Endpoint This property is required. string
Endpoint to connect to.
Auth BrokerAuthenticatorCustomAuthResponse
Custom Broker Authentication Method.
CaCertConfigMap string
CA cert config map to use.
Headers map[string]string
Configuration Headers to use.
endpoint This property is required. String
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuthResponse
Custom Broker Authentication Method.
caCertConfigMap String
CA cert config map to use.
headers Map<String,String>
Configuration Headers to use.
endpoint This property is required. string
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuthResponse
Custom Broker Authentication Method.
caCertConfigMap string
CA cert config map to use.
headers {[key: string]: string}
Configuration Headers to use.
endpoint This property is required. str
Endpoint to connect to.
auth BrokerAuthenticatorCustomAuthResponse
Custom Broker Authentication Method.
ca_cert_config_map str
CA cert config map to use.
headers Mapping[str, str]
Configuration Headers to use.
endpoint This property is required. String
Endpoint to connect to.
auth Property Map
Custom Broker Authentication Method.
caCertConfigMap String
CA cert config map to use.
headers Map<String>
Configuration Headers to use.

BrokerAuthenticatorMethodSat
, BrokerAuthenticatorMethodSatArgs

Audiences This property is required. List<string>
List of allowed audience.
Audiences This property is required. []string
List of allowed audience.
audiences This property is required. List<String>
List of allowed audience.
audiences This property is required. string[]
List of allowed audience.
audiences This property is required. Sequence[str]
List of allowed audience.
audiences This property is required. List<String>
List of allowed audience.

BrokerAuthenticatorMethodSatResponse
, BrokerAuthenticatorMethodSatResponseArgs

Audiences This property is required. List<string>
List of allowed audience.
Audiences This property is required. []string
List of allowed audience.
audiences This property is required. List<String>
List of allowed audience.
audiences This property is required. string[]
List of allowed audience.
audiences This property is required. Sequence[str]
List of allowed audience.
audiences This property is required. List<String>
List of allowed audience.

BrokerAuthenticatorMethodSvid
, BrokerAuthenticatorMethodSvidArgs

AgentSocketPath This property is required. string
Mounted socket path for spiffe agent.
IdentityMaxRetry double
Maximum number of re-tries to fetch identity.
IdentityWaitRetryMs double
Maximum time to wait before fetching identity again.
AgentSocketPath This property is required. string
Mounted socket path for spiffe agent.
IdentityMaxRetry float64
Maximum number of re-tries to fetch identity.
IdentityWaitRetryMs float64
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. String
Mounted socket path for spiffe agent.
identityMaxRetry Double
Maximum number of re-tries to fetch identity.
identityWaitRetryMs Double
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. string
Mounted socket path for spiffe agent.
identityMaxRetry number
Maximum number of re-tries to fetch identity.
identityWaitRetryMs number
Maximum time to wait before fetching identity again.
agent_socket_path This property is required. str
Mounted socket path for spiffe agent.
identity_max_retry float
Maximum number of re-tries to fetch identity.
identity_wait_retry_ms float
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. String
Mounted socket path for spiffe agent.
identityMaxRetry Number
Maximum number of re-tries to fetch identity.
identityWaitRetryMs Number
Maximum time to wait before fetching identity again.

BrokerAuthenticatorMethodSvidResponse
, BrokerAuthenticatorMethodSvidResponseArgs

AgentSocketPath This property is required. string
Mounted socket path for spiffe agent.
IdentityMaxRetry double
Maximum number of re-tries to fetch identity.
IdentityWaitRetryMs double
Maximum time to wait before fetching identity again.
AgentSocketPath This property is required. string
Mounted socket path for spiffe agent.
IdentityMaxRetry float64
Maximum number of re-tries to fetch identity.
IdentityWaitRetryMs float64
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. String
Mounted socket path for spiffe agent.
identityMaxRetry Double
Maximum number of re-tries to fetch identity.
identityWaitRetryMs Double
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. string
Mounted socket path for spiffe agent.
identityMaxRetry number
Maximum number of re-tries to fetch identity.
identityWaitRetryMs number
Maximum time to wait before fetching identity again.
agent_socket_path This property is required. str
Mounted socket path for spiffe agent.
identity_max_retry float
Maximum number of re-tries to fetch identity.
identity_wait_retry_ms float
Maximum time to wait before fetching identity again.
agentSocketPath This property is required. String
Mounted socket path for spiffe agent.
identityMaxRetry Number
Maximum number of re-tries to fetch identity.
identityWaitRetryMs Number
Maximum time to wait before fetching identity again.

BrokerAuthenticatorMethodUsernamePassword
, BrokerAuthenticatorMethodUsernamePasswordArgs

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretProperties
Keyvault username password secret properties.
SecretName string
Secret where username and password are stored.
KeyVault KeyVaultSecretProperties
Keyvault username password secret properties.
SecretName string
Secret where username and password are stored.
keyVault KeyVaultSecretProperties
Keyvault username password secret properties.
secretName String
Secret where username and password are stored.
keyVault KeyVaultSecretProperties
Keyvault username password secret properties.
secretName string
Secret where username and password are stored.
key_vault KeyVaultSecretProperties
Keyvault username password secret properties.
secret_name str
Secret where username and password are stored.
keyVault Property Map
Keyvault username password secret properties.
secretName String
Secret where username and password are stored.

BrokerAuthenticatorMethodUsernamePasswordResponse
, BrokerAuthenticatorMethodUsernamePasswordResponseArgs

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesResponse
Keyvault username password secret properties.
SecretName string
Secret where username and password are stored.
KeyVault KeyVaultSecretPropertiesResponse
Keyvault username password secret properties.
SecretName string
Secret where username and password are stored.
keyVault KeyVaultSecretPropertiesResponse
Keyvault username password secret properties.
secretName String
Secret where username and password are stored.
keyVault KeyVaultSecretPropertiesResponse
Keyvault username password secret properties.
secretName string
Secret where username and password are stored.
key_vault KeyVaultSecretPropertiesResponse
Keyvault username password secret properties.
secret_name str
Secret where username and password are stored.
keyVault Property Map
Keyvault username password secret properties.
secretName String
Secret where username and password are stored.

BrokerAuthenticatorMethodX509
, BrokerAuthenticatorMethodX509Args

Attributes Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509Attributes
K8S Secret name to mount for username and password.
TrustedClientCaCertConfigMap string
Trusted client ca cert config map.
Attributes BrokerAuthenticatorMethodX509Attributes
K8S Secret name to mount for username and password.
TrustedClientCaCertConfigMap string
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509Attributes
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap String
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509Attributes
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap string
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509Attributes
K8S Secret name to mount for username and password.
trusted_client_ca_cert_config_map str
Trusted client ca cert config map.
attributes Property Map
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap String
Trusted client ca cert config map.

BrokerAuthenticatorMethodX509Attributes
, BrokerAuthenticatorMethodX509AttributesArgs

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretProperties
Keyvault x509 attributes secret properties.
SecretName string
Secret where x509 attributes are stored.
KeyVault KeyVaultSecretProperties
Keyvault x509 attributes secret properties.
SecretName string
Secret where x509 attributes are stored.
keyVault KeyVaultSecretProperties
Keyvault x509 attributes secret properties.
secretName String
Secret where x509 attributes are stored.
keyVault KeyVaultSecretProperties
Keyvault x509 attributes secret properties.
secretName string
Secret where x509 attributes are stored.
key_vault KeyVaultSecretProperties
Keyvault x509 attributes secret properties.
secret_name str
Secret where x509 attributes are stored.
keyVault Property Map
Keyvault x509 attributes secret properties.
secretName String
Secret where x509 attributes are stored.

BrokerAuthenticatorMethodX509AttributesResponse
, BrokerAuthenticatorMethodX509AttributesResponseArgs

KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretPropertiesResponse
Keyvault x509 attributes secret properties.
SecretName string
Secret where x509 attributes are stored.
KeyVault KeyVaultSecretPropertiesResponse
Keyvault x509 attributes secret properties.
SecretName string
Secret where x509 attributes are stored.
keyVault KeyVaultSecretPropertiesResponse
Keyvault x509 attributes secret properties.
secretName String
Secret where x509 attributes are stored.
keyVault KeyVaultSecretPropertiesResponse
Keyvault x509 attributes secret properties.
secretName string
Secret where x509 attributes are stored.
key_vault KeyVaultSecretPropertiesResponse
Keyvault x509 attributes secret properties.
secret_name str
Secret where x509 attributes are stored.
keyVault Property Map
Keyvault x509 attributes secret properties.
secretName String
Secret where x509 attributes are stored.

BrokerAuthenticatorMethodX509Response
, BrokerAuthenticatorMethodX509ResponseArgs

Attributes Pulumi.AzureNative.IoTOperationsMQ.Inputs.BrokerAuthenticatorMethodX509AttributesResponse
K8S Secret name to mount for username and password.
TrustedClientCaCertConfigMap string
Trusted client ca cert config map.
Attributes BrokerAuthenticatorMethodX509AttributesResponse
K8S Secret name to mount for username and password.
TrustedClientCaCertConfigMap string
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509AttributesResponse
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap String
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509AttributesResponse
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap string
Trusted client ca cert config map.
attributes BrokerAuthenticatorMethodX509AttributesResponse
K8S Secret name to mount for username and password.
trusted_client_ca_cert_config_map str
Trusted client ca cert config map.
attributes Property Map
K8S Secret name to mount for username and password.
trustedClientCaCertConfigMap String
Trusted client ca cert config map.

BrokerAuthenticatorMethods
, BrokerAuthenticatorMethodsArgs

Custom BrokerAuthenticatorMethodCustom
Custom Authentication Method.
Sat BrokerAuthenticatorMethodSat
Service Account Token Method.
Svid BrokerAuthenticatorMethodSvid
Service Account Token Method.
UsernamePassword BrokerAuthenticatorMethodUsernamePassword
UsernamePassword Method.
X509 BrokerAuthenticatorMethodX509
X509 Method.
custom BrokerAuthenticatorMethodCustom
Custom Authentication Method.
sat BrokerAuthenticatorMethodSat
Service Account Token Method.
svid BrokerAuthenticatorMethodSvid
Service Account Token Method.
usernamePassword BrokerAuthenticatorMethodUsernamePassword
UsernamePassword Method.
x509 BrokerAuthenticatorMethodX509
X509 Method.
custom BrokerAuthenticatorMethodCustom
Custom Authentication Method.
sat BrokerAuthenticatorMethodSat
Service Account Token Method.
svid BrokerAuthenticatorMethodSvid
Service Account Token Method.
usernamePassword BrokerAuthenticatorMethodUsernamePassword
UsernamePassword Method.
x509 BrokerAuthenticatorMethodX509
X509 Method.
custom BrokerAuthenticatorMethodCustom
Custom Authentication Method.
sat BrokerAuthenticatorMethodSat
Service Account Token Method.
svid BrokerAuthenticatorMethodSvid
Service Account Token Method.
username_password BrokerAuthenticatorMethodUsernamePassword
UsernamePassword Method.
x509 BrokerAuthenticatorMethodX509
X509 Method.
custom Property Map
Custom Authentication Method.
sat Property Map
Service Account Token Method.
svid Property Map
Service Account Token Method.
usernamePassword Property Map
UsernamePassword Method.
x509 Property Map
X509 Method.

BrokerAuthenticatorMethodsResponse
, BrokerAuthenticatorMethodsResponseArgs

custom Property Map
Custom Authentication Method.
sat Property Map
Service Account Token Method.
svid Property Map
Service Account Token Method.
usernamePassword Property Map
UsernamePassword Method.
x509 Property Map
X509 Method.

ExtendedLocationProperty
, ExtendedLocationPropertyArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.ExtendedLocationType
Type of ExtendedLocation.
Name This property is required. string
The name of the extended location.
Type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. string
The name of the extended location.
type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. str
The name of the extended location.
type This property is required. str | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | "CustomLocation"
Type of ExtendedLocation.

ExtendedLocationPropertyResponse
, ExtendedLocationPropertyResponseArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string
Type of ExtendedLocation.
Name This property is required. string
The name of the extended location.
Type This property is required. string
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String
Type of ExtendedLocation.
name This property is required. string
The name of the extended location.
type This property is required. string
Type of ExtendedLocation.
name This property is required. str
The name of the extended location.
type This property is required. str
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String
Type of ExtendedLocation.

ExtendedLocationType
, ExtendedLocationTypeArgs

CustomLocation
CustomLocationCustomLocation type
ExtendedLocationTypeCustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CUSTOM_LOCATION
CustomLocationCustomLocation type
"CustomLocation"
CustomLocationCustomLocation type

KeyVaultCertificateProperties
, KeyVaultCertificatePropertiesArgs

Vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
VaultCert This property is required. KeyVaultSecretObject
KeyVault Cert secret details.
VaultCaChainSecret KeyVaultSecretObject
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObject
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObject
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObject
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObject
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vault_cert This property is required. KeyVaultSecretObject
KeyVault Cert secret details.
vault_ca_chain_secret KeyVaultSecretObject
KeyVault CA chain secret details.
vault This property is required. Property Map
KeyVault properties.
vaultCert This property is required. Property Map
KeyVault Cert secret details.
vaultCaChainSecret Property Map
KeyVault CA chain secret details.

KeyVaultCertificatePropertiesResponse
, KeyVaultCertificatePropertiesResponseArgs

Vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
VaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
VaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vault_cert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vault_ca_chain_secret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. Property Map
KeyVault properties.
vaultCert This property is required. Property Map
KeyVault Cert secret details.
vaultCaChainSecret Property Map
KeyVault CA chain secret details.

KeyVaultConnectionProperties
, KeyVaultConnectionPropertiesArgs

Credentials This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsProperties
KeyVault credentials.
DirectoryId This property is required. string
KeyVault directoryId.
Name This property is required. string
KeyVault name.
Credentials This property is required. KeyVaultCredentialsProperties
KeyVault credentials.
DirectoryId This property is required. string
KeyVault directoryId.
Name This property is required. string
KeyVault name.
credentials This property is required. KeyVaultCredentialsProperties
KeyVault credentials.
directoryId This property is required. String
KeyVault directoryId.
name This property is required. String
KeyVault name.
credentials This property is required. KeyVaultCredentialsProperties
KeyVault credentials.
directoryId This property is required. string
KeyVault directoryId.
name This property is required. string
KeyVault name.
credentials This property is required. KeyVaultCredentialsProperties
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.
directoryId This property is required. String
KeyVault directoryId.
name This property is required. String
KeyVault name.

KeyVaultConnectionPropertiesResponse
, KeyVaultConnectionPropertiesResponseArgs

Credentials This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesResponse
KeyVault credentials.
DirectoryId This property is required. string
KeyVault directoryId.
Name This property is required. string
KeyVault name.
Credentials This property is required. KeyVaultCredentialsPropertiesResponse
KeyVault credentials.
DirectoryId This property is required. string
KeyVault directoryId.
Name This property is required. string
KeyVault name.
credentials This property is required. KeyVaultCredentialsPropertiesResponse
KeyVault credentials.
directoryId This property is required. String
KeyVault directoryId.
name This property is required. String
KeyVault name.
credentials This property is required. KeyVaultCredentialsPropertiesResponse
KeyVault credentials.
directoryId This property is required. string
KeyVault directoryId.
name This property is required. string
KeyVault name.
credentials This property is required. KeyVaultCredentialsPropertiesResponse
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.
directoryId This property is required. String
KeyVault directoryId.
name This property is required. String
KeyVault name.

KeyVaultCredentialsProperties
, KeyVaultCredentialsPropertiesArgs

ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.
servicePrincipalLocalSecretName 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.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.

KeyVaultCredentialsPropertiesResponse
, KeyVaultCredentialsPropertiesResponseArgs

ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.
servicePrincipalLocalSecretName 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.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.

KeyVaultSecretObject
, KeyVaultSecretObjectArgs

Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.
name This property is required. string
KeyVault secret name.
version string
KeyVault secret version.
name This property is required. str
KeyVault secret name.
version str
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.

KeyVaultSecretObjectResponse
, KeyVaultSecretObjectResponseArgs

Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.
name This property is required. string
KeyVault secret name.
version string
KeyVault secret version.
name This property is required. str
KeyVault secret name.
version str
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.

KeyVaultSecretProperties
, KeyVaultSecretPropertiesArgs

Vault This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionProperties
KeyVault properties.
VaultSecret This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObject
KeyVault secret details.
Vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
VaultSecret This property is required. KeyVaultSecretObject
KeyVault secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vaultSecret This property is required. KeyVaultSecretObject
KeyVault secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vaultSecret This property is required. KeyVaultSecretObject
KeyVault secret details.
vault This property is required. KeyVaultConnectionProperties
KeyVault properties.
vault_secret This property is required. KeyVaultSecretObject
KeyVault secret details.
vault This property is required. Property Map
KeyVault properties.
vaultSecret This property is required. Property Map
KeyVault secret details.

KeyVaultSecretPropertiesResponse
, KeyVaultSecretPropertiesResponseArgs

Vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
VaultSecret This property is required. KeyVaultSecretObjectResponse
KeyVault secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultSecret This property is required. KeyVaultSecretObjectResponse
KeyVault secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultSecret This property is required. KeyVaultSecretObjectResponse
KeyVault secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vault_secret This property is required. KeyVaultSecretObjectResponse
KeyVault secret details.
vault This property is required. Property Map
KeyVault properties.
vaultSecret This property is required. Property Map
KeyVault secret details.

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:iotoperationsmq:BrokerAuthentication ktgtbdoqrmk /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/broker/{brokerName}/authentication/{authenticationName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi