1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. BrokerAuthentication
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.iotoperationsmq.BrokerAuthentication

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

    MQ broker/authentication resource Azure REST 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,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/iotoperationsmq/v2"
    	"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:         nil,
    					},
    					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:              nil,
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    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()
                        .build())
                    .sat(BrokerAuthenticatorMethodSatArgs.builder()
                        .audiences("fiyitxutbuuhwtltukyjacads")
                        .build())
                    .svid(BrokerAuthenticatorMethodSvidArgs.builder()
                        .agentSocketPath("gnyowebmeaj")
                        .identityMaxRetry(4031184731)
                        .identityWaitRetryMs(2243705844935085568)
                        .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()
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    broker_authentication = azure_native.iotoperationsmq.BrokerAuthentication("brokerAuthentication",
        authentication_methods=[azure_native.iotoperationsmq.BrokerAuthenticatorMethodsArgs(
            custom=azure_native.iotoperationsmq.BrokerAuthenticatorMethodCustomArgs(
                auth=azure_native.iotoperationsmq.BrokerAuthenticatorCustomAuthArgs(
                    x509=azure_native.iotoperationsmq.BrokerAuthenticatorCustomAuthX509Args(
                        key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
                            vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                                credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                    service_principal_local_secret_name="wuimjwpbhoglbsxxa",
                                ),
                                directory_id="eyjniptiykzcgbzok",
                                name="lxmwfan",
                            ),
                            vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                                name="bmectskddmpjxnsogwooexj",
                                version="unjfbf",
                            ),
                            vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                                name="bmectskddmpjxnsogwooexj",
                                version="unjfbf",
                            ),
                        ),
                        secret_name="dordbwjewnqkhfd",
                    ),
                ),
                ca_cert_config_map="diufihyysdcosgy",
                endpoint="yy",
                headers={},
            ),
            sat=azure_native.iotoperationsmq.BrokerAuthenticatorMethodSatArgs(
                audiences=["fiyitxutbuuhwtltukyjacads"],
            ),
            svid=azure_native.iotoperationsmq.BrokerAuthenticatorMethodSvidArgs(
                agent_socket_path="gnyowebmeaj",
                identity_max_retry=4031184731,
                identity_wait_retry_ms=2243705844935085568,
            ),
            username_password=azure_native.iotoperationsmq.BrokerAuthenticatorMethodUsernamePasswordArgs(
                key_vault=azure_native.iotoperationsmq.KeyVaultSecretPropertiesArgs(
                    vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                        credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                            service_principal_local_secret_name="wuimjwpbhoglbsxxa",
                        ),
                        directory_id="eyjniptiykzcgbzok",
                        name="lxmwfan",
                    ),
                    vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                        name="bmectskddmpjxnsogwooexj",
                        version="unjfbf",
                    ),
                ),
                secret_name="blk",
            ),
            x509=azure_native.iotoperationsmq.BrokerAuthenticatorMethodX509Args(
                attributes=azure_native.iotoperationsmq.BrokerAuthenticatorMethodX509AttributesArgs(
                    key_vault=azure_native.iotoperationsmq.KeyVaultSecretPropertiesArgs(
                        vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                            credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                service_principal_local_secret_name="wuimjwpbhoglbsxxa",
                            ),
                            directory_id="eyjniptiykzcgbzok",
                            name="lxmwfan",
                        ),
                        vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            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=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="an",
            type=azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
        ),
        listener_ref=["dhjpypfjzzmwm"],
        location="vtxegvaeqwyupplnm",
        mq_name="2S-A2-D9kC946K",
        resource_group_name="rgiotoperationsmq",
        tags={})
    
    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: {},
    });
    
    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: {}
    

    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 string
    The unique name of the resource.
    args BrokerAuthenticationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args BrokerAuthenticationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BrokerAuthenticationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BrokerAuthenticationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    var brokerAuthenticationResource = new AzureNative.IoTOperationsMQ.BrokerAuthentication("brokerAuthenticationResource", 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" },
        },
    });
    
    example, err := iotoperationsmq.NewBrokerAuthentication(ctx, "brokerAuthenticationResource", &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"),
    },
    })
    
    var brokerAuthenticationResource = new BrokerAuthentication("brokerAuthenticationResource", 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());
    
    broker_authentication_resource = azure_native.iotoperationsmq.BrokerAuthentication("brokerAuthenticationResource",
        authentication_methods=[azure_native.iotoperationsmq.BrokerAuthenticatorMethodsArgs(
            custom=azure_native.iotoperationsmq.BrokerAuthenticatorMethodCustomArgs(
                endpoint="string",
                auth=azure_native.iotoperationsmq.BrokerAuthenticatorCustomAuthArgs(
                    x509=azure_native.iotoperationsmq.BrokerAuthenticatorCustomAuthX509Args(
                        key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
                            vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                                credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                    service_principal_local_secret_name="string",
                                ),
                                directory_id="string",
                                name="string",
                            ),
                            vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                                name="string",
                                version="string",
                            ),
                            vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                                name="string",
                                version="string",
                            ),
                        ),
                        secret_name="string",
                    ),
                ),
                ca_cert_config_map="string",
                headers={
                    "string": "string",
                },
            ),
            sat=azure_native.iotoperationsmq.BrokerAuthenticatorMethodSatArgs(
                audiences=["string"],
            ),
            svid=azure_native.iotoperationsmq.BrokerAuthenticatorMethodSvidArgs(
                agent_socket_path="string",
                identity_max_retry=0,
                identity_wait_retry_ms=0,
            ),
            username_password=azure_native.iotoperationsmq.BrokerAuthenticatorMethodUsernamePasswordArgs(
                key_vault=azure_native.iotoperationsmq.KeyVaultSecretPropertiesArgs(
                    vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                        credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                            service_principal_local_secret_name="string",
                        ),
                        directory_id="string",
                        name="string",
                    ),
                    vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                        name="string",
                        version="string",
                    ),
                ),
                secret_name="string",
            ),
            x509=azure_native.iotoperationsmq.BrokerAuthenticatorMethodX509Args(
                attributes=azure_native.iotoperationsmq.BrokerAuthenticatorMethodX509AttributesArgs(
                    key_vault=azure_native.iotoperationsmq.KeyVaultSecretPropertiesArgs(
                        vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                            credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                service_principal_local_secret_name="string",
                            ),
                            directory_id="string",
                            name="string",
                        ),
                        vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            name="string",
                            version="string",
                        ),
                    ),
                    secret_name="string",
                ),
                trusted_client_ca_cert_config_map="string",
            ),
        )],
        broker_name="string",
        extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="string",
            type="string",
        ),
        listener_ref=["string"],
        mq_name="string",
        resource_group_name="string",
        authentication_name="string",
        location="string",
        tags={
            "string": "string",
        })
    
    const brokerAuthenticationResource = new azure_native.iotoperationsmq.BrokerAuthentication("brokerAuthenticationResource", {
        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",
        },
    });
    
    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
    

    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

    The BrokerAuthentication resource accepts the following input properties:

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

    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"
    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"
    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"
    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"
    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"
    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 BrokerAuthenticatorCustomAuthX509
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509
    X509 Custom Auth type details.
    x509 Property Map
    X509 Custom Auth type details.

    BrokerAuthenticatorCustomAuthResponse, BrokerAuthenticatorCustomAuthResponseArgs

    X509 BrokerAuthenticatorCustomAuthX509Response
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509Response
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509Response
    X509 Custom Auth type details.
    x509 BrokerAuthenticatorCustomAuthX509Response
    X509 Custom Auth type details.
    x509 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 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 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 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 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 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 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 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 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 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 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 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 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 List<string>
    List of allowed audience.
    Audiences []string
    List of allowed audience.
    audiences List<String>
    List of allowed audience.
    audiences string[]
    List of allowed audience.
    audiences Sequence[str]
    List of allowed audience.
    audiences List<String>
    List of allowed audience.

    BrokerAuthenticatorMethodSatResponse, BrokerAuthenticatorMethodSatResponseArgs

    Audiences List<string>
    List of allowed audience.
    Audiences []string
    List of allowed audience.
    audiences List<String>
    List of allowed audience.
    audiences string[]
    List of allowed audience.
    audiences Sequence[str]
    List of allowed audience.
    audiences List<String>
    List of allowed audience.

    BrokerAuthenticatorMethodSvid, BrokerAuthenticatorMethodSvidArgs

    AgentSocketPath 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 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 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 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 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 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 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 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 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 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 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 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 string
    The name of the extended location.
    Type string | Pulumi.AzureNative.IoTOperationsMQ.ExtendedLocationType
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string | ExtendedLocationType
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String | ExtendedLocationType
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string | ExtendedLocationType
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str | ExtendedLocationType
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String | "CustomLocation"
    Type of ExtendedLocation.

    ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs

    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type 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 KeyVaultConnectionProperties
    KeyVault properties.
    VaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    VaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vault_cert KeyVaultSecretObject
    KeyVault Cert secret details.
    vault_ca_chain_secret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault Property Map
    KeyVault properties.
    vaultCert Property Map
    KeyVault Cert secret details.
    vaultCaChainSecret Property Map
    KeyVault CA chain secret details.

    KeyVaultCertificatePropertiesResponse, KeyVaultCertificatePropertiesResponseArgs

    Vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    VaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    VaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault Property Map
    KeyVault properties.
    vaultCert Property Map
    KeyVault Cert secret details.
    vaultCaChainSecret Property Map
    KeyVault CA chain secret details.

    KeyVaultConnectionProperties, KeyVaultConnectionPropertiesArgs

    Credentials Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsProperties
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    Credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directoryId string
    KeyVault directoryId.
    name string
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directory_id str
    KeyVault directoryId.
    name str
    KeyVault name.
    credentials Property Map
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.

    KeyVaultConnectionPropertiesResponse, KeyVaultConnectionPropertiesResponseArgs

    Credentials Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    Credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId string
    KeyVault directoryId.
    name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directory_id str
    KeyVault directoryId.
    name str
    KeyVault name.
    credentials Property Map
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.

    KeyVaultCredentialsProperties, KeyVaultCredentialsPropertiesArgs

    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    service_principal_local_secret_name str
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.

    KeyVaultCredentialsPropertiesResponse, KeyVaultCredentialsPropertiesResponseArgs

    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    service_principal_local_secret_name str
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.

    KeyVaultSecretObject, KeyVaultSecretObjectArgs

    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.
    name string
    KeyVault secret name.
    version string
    KeyVault secret version.
    name str
    KeyVault secret name.
    version str
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.

    KeyVaultSecretObjectResponse, KeyVaultSecretObjectResponseArgs

    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.
    name string
    KeyVault secret name.
    version string
    KeyVault secret version.
    name str
    KeyVault secret name.
    version str
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.

    KeyVaultSecretProperties, KeyVaultSecretPropertiesArgs

    Vault KeyVaultConnectionProperties
    KeyVault properties.
    VaultSecret KeyVaultSecretObject
    KeyVault secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultSecret KeyVaultSecretObject
    KeyVault secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultSecret KeyVaultSecretObject
    KeyVault secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vault_secret KeyVaultSecretObject
    KeyVault secret details.
    vault Property Map
    KeyVault properties.
    vaultSecret Property Map
    KeyVault secret details.

    KeyVaultSecretPropertiesResponse, KeyVaultSecretPropertiesResponseArgs

    vault Property Map
    KeyVault properties.
    vaultSecret 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} 
    

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

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi