1. Packages
  2. Azure Native v2
  3. API Docs
  4. iotoperationsmq
  5. getBrokerListener
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.iotoperationsmq.getBrokerListener

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

Get a BrokerListenerResource Azure REST API version: 2023-10-04-preview.

Using getBrokerListener

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBrokerListener(args: GetBrokerListenerArgs, opts?: InvokeOptions): Promise<GetBrokerListenerResult>
function getBrokerListenerOutput(args: GetBrokerListenerOutputArgs, opts?: InvokeOptions): Output<GetBrokerListenerResult>
Copy
def get_broker_listener(broker_name: Optional[str] = None,
                        listener_name: Optional[str] = None,
                        mq_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetBrokerListenerResult
def get_broker_listener_output(broker_name: Optional[pulumi.Input[str]] = None,
                        listener_name: Optional[pulumi.Input[str]] = None,
                        mq_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetBrokerListenerResult]
Copy
func LookupBrokerListener(ctx *Context, args *LookupBrokerListenerArgs, opts ...InvokeOption) (*LookupBrokerListenerResult, error)
func LookupBrokerListenerOutput(ctx *Context, args *LookupBrokerListenerOutputArgs, opts ...InvokeOption) LookupBrokerListenerResultOutput
Copy

> Note: This function is named LookupBrokerListener in the Go SDK.

public static class GetBrokerListener 
{
    public static Task<GetBrokerListenerResult> InvokeAsync(GetBrokerListenerArgs args, InvokeOptions? opts = null)
    public static Output<GetBrokerListenerResult> Invoke(GetBrokerListenerInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBrokerListenerResult> getBrokerListener(GetBrokerListenerArgs args, InvokeOptions options)
public static Output<GetBrokerListenerResult> getBrokerListener(GetBrokerListenerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:iotoperationsmq:getBrokerListener
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
ListenerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker/listener resource
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
ListenerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker/listener resource
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
listenerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker/listener resource
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
brokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
listenerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker/listener resource
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
broker_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ broker resource
listener_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ broker/listener resource
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
listenerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker/listener resource
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getBrokerListener Result

The following output properties are available:

BrokerRef string
The k8s cr/resource reference of mq/broker.
ExtendedLocation Pulumi.AzureNative.IoTOperationsMQ.Outputs.ExtendedLocationPropertyResponse
Extended Location
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
Port int
The port to start Listening for connections on.
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"
AuthenticationEnabled bool
The flag for enabling Authentication rules on Listener Port.
AuthorizationEnabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
NodePort int
The node port to use on the Host node.
ServiceName string
The service name to expose Listener port on.
ServiceType string
The Kubernetes Service type to deploy for Listener.
Tags Dictionary<string, string>
Resource tags.
Tls Pulumi.AzureNative.IoTOperationsMQ.Outputs.TlsCertMethodResponse
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
BrokerRef string
The k8s cr/resource reference of mq/broker.
ExtendedLocation ExtendedLocationPropertyResponse
Extended Location
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
Port int
The port to start Listening for connections on.
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"
AuthenticationEnabled bool
The flag for enabling Authentication rules on Listener Port.
AuthorizationEnabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
NodePort int
The node port to use on the Host node.
ServiceName string
The service name to expose Listener port on.
ServiceType string
The Kubernetes Service type to deploy for Listener.
Tags map[string]string
Resource tags.
Tls TlsCertMethodResponse
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerRef String
The k8s cr/resource reference of mq/broker.
extendedLocation ExtendedLocationPropertyResponse
Extended Location
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
port Integer
The port to start Listening for connections on.
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"
authenticationEnabled Boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled Boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
nodePort Integer
The node port to use on the Host node.
serviceName String
The service name to expose Listener port on.
serviceType String
The Kubernetes Service type to deploy for Listener.
tags Map<String,String>
Resource tags.
tls TlsCertMethodResponse
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerRef string
The k8s cr/resource reference of mq/broker.
extendedLocation ExtendedLocationPropertyResponse
Extended Location
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location string
The geo-location where the resource lives
name string
The name of the resource
port number
The port to start Listening for connections on.
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"
authenticationEnabled boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
nodePort number
The node port to use on the Host node.
serviceName string
The service name to expose Listener port on.
serviceType string
The Kubernetes Service type to deploy for Listener.
tags {[key: string]: string}
Resource tags.
tls TlsCertMethodResponse
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
broker_ref str
The k8s cr/resource reference of mq/broker.
extended_location ExtendedLocationPropertyResponse
Extended Location
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location str
The geo-location where the resource lives
name str
The name of the resource
port int
The port to start Listening for connections on.
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"
authentication_enabled bool
The flag for enabling Authentication rules on Listener Port.
authorization_enabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
node_port int
The node port to use on the Host node.
service_name str
The service name to expose Listener port on.
service_type str
The Kubernetes Service type to deploy for Listener.
tags Mapping[str, str]
Resource tags.
tls TlsCertMethodResponse
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerRef String
The k8s cr/resource reference of mq/broker.
extendedLocation Property Map
Extended Location
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
port Number
The port to start Listening for connections on.
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"
authenticationEnabled Boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled Boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
nodePort Number
The node port to use on the Host node.
serviceName String
The service name to expose Listener port on.
serviceType String
The Kubernetes Service type to deploy for Listener.
tags Map<String>
Resource tags.
tls Property Map
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported

Supporting Types

AutomaticCertMethodResponse

IssuerRef This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRefResponse
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKeyResponse
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San Pulumi.AzureNative.IoTOperationsMQ.Inputs.SanForCertResponse
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
IssuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey CertManagerPrivateKeyResponse
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San SanForCertResponse
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKeyResponse
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration string
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKeyResponse
Cert Manager private key.
renewBefore string
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secretName string
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuer_ref This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration str
Lifetime of automatically-managed certificate.
private_key CertManagerPrivateKeyResponse
Cert Manager private key.
renew_before str
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secret_name str
Secret for storing server certificate. Any existing data will be overwritten.
secret_namespace str
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. Property Map
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey Property Map
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san Property Map
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.

CertManagerIssuerRefResponse

Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.
group This property is required. string
group of issuer.
kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
name This property is required. string
name of issuer.
group This property is required. str
group of issuer.
kind This property is required. str
kind of issuer (Issuer or ClusterIssuer).
name This property is required. str
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.

CertManagerPrivateKeyResponse

Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Integer
size of private key.
algorithm This property is required. string
algorithm for private key.
rotationPolicy This property is required. string
cert-manager rotationPolicy.
size This property is required. number
size of private key.
algorithm This property is required. str
algorithm for private key.
rotation_policy This property is required. str
cert-manager rotationPolicy.
size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Number
size of private key.

ExtendedLocationPropertyResponse

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

KeyVaultCertificatePropertiesResponse

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

KeyVaultConnectionPropertiesResponse

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

KeyVaultCredentialsPropertiesResponse

ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
service_principal_local_secret_name This property is required. str
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.

KeyVaultSecretObjectResponse

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

ManualCertMethodResponse

SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.
secretName This property is required. string
secret containing TLS cert.
secretNamespace string
namespace of secret; omit to use default namespace.
secret_name This property is required. str
secret containing TLS cert.
secret_namespace str
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.

SanForCertResponse

Dns This property is required. List<string>
DNS SANs.
Ip This property is required. List<string>
IP address SANs.
Dns This property is required. []string
DNS SANs.
Ip This property is required. []string
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.
dns This property is required. string[]
DNS SANs.
ip This property is required. string[]
IP address SANs.
dns This property is required. Sequence[str]
DNS SANs.
ip This property is required. Sequence[str]
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.

SystemDataResponse

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.

TlsCertMethodResponse

Automatic Pulumi.AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
Manual Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
Automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
Manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
key_vault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic Property Map
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault Property Map
Option 3 - TLS server certificate retrieved from Key Vault..
manual Property Map
Option 2 - Manual TLS server certificate management through a defined secret.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi