1. Packages
  2. Azure Native
  3. API Docs
  4. deviceregistry
  5. getNamespaceDiscoveredAsset
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

azure-native.deviceregistry.getNamespaceDiscoveredAsset

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

    Get a NamespaceDiscoveredAsset

    Uses Azure REST API version 2025-07-01-preview.

    Using getNamespaceDiscoveredAsset

    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 getNamespaceDiscoveredAsset(args: GetNamespaceDiscoveredAssetArgs, opts?: InvokeOptions): Promise<GetNamespaceDiscoveredAssetResult>
    function getNamespaceDiscoveredAssetOutput(args: GetNamespaceDiscoveredAssetOutputArgs, opts?: InvokeOptions): Output<GetNamespaceDiscoveredAssetResult>
    def get_namespace_discovered_asset(discovered_asset_name: Optional[str] = None,
                                       namespace_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetNamespaceDiscoveredAssetResult
    def get_namespace_discovered_asset_output(discovered_asset_name: Optional[pulumi.Input[str]] = None,
                                       namespace_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceDiscoveredAssetResult]
    func LookupNamespaceDiscoveredAsset(ctx *Context, args *LookupNamespaceDiscoveredAssetArgs, opts ...InvokeOption) (*LookupNamespaceDiscoveredAssetResult, error)
    func LookupNamespaceDiscoveredAssetOutput(ctx *Context, args *LookupNamespaceDiscoveredAssetOutputArgs, opts ...InvokeOption) LookupNamespaceDiscoveredAssetResultOutput

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

    public static class GetNamespaceDiscoveredAsset 
    {
        public static Task<GetNamespaceDiscoveredAssetResult> InvokeAsync(GetNamespaceDiscoveredAssetArgs args, InvokeOptions? opts = null)
        public static Output<GetNamespaceDiscoveredAssetResult> Invoke(GetNamespaceDiscoveredAssetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNamespaceDiscoveredAssetResult> getNamespaceDiscoveredAsset(GetNamespaceDiscoveredAssetArgs args, InvokeOptions options)
    public static Output<GetNamespaceDiscoveredAssetResult> getNamespaceDiscoveredAsset(GetNamespaceDiscoveredAssetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:deviceregistry:getNamespaceDiscoveredAsset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DiscoveredAssetName string
    The name of the discovered asset.
    NamespaceName string
    The name of the namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DiscoveredAssetName string
    The name of the discovered asset.
    NamespaceName string
    The name of the namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    discoveredAssetName String
    The name of the discovered asset.
    namespaceName String
    The name of the namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    discoveredAssetName string
    The name of the discovered asset.
    namespaceName string
    The name of the namespace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    discovered_asset_name str
    The name of the discovered asset.
    namespace_name str
    The name of the namespace.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    discoveredAssetName String
    The name of the discovered asset.
    namespaceName String
    The name of the namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNamespaceDiscoveredAsset Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    DeviceRef Pulumi.AzureNative.DeviceRegistry.Outputs.DeviceRefResponse
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    DiscoveryId string
    Identifier used to detect changes in the asset.
    ExtendedLocation Pulumi.AzureNative.DeviceRegistry.Outputs.ExtendedLocationResponse
    The extended location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    SystemData Pulumi.AzureNative.DeviceRegistry.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"
    Version double
    An integer that is incremented each time the resource is modified.
    AssetTypeRefs List<string>
    URIs or type definition IDs.
    Attributes object
    A set of key-value pairs that contain custom attributes.
    Datasets List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceDiscoveredDatasetResponse>
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    DefaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    DefaultDatasetsDestinations List<object>
    Default destinations for a dataset.
    DefaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    DefaultEventsDestinations List<Union<Pulumi.AzureNative.DeviceRegistry.Outputs.EventMqttDestinationResponse, Pulumi.AzureNative.DeviceRegistry.Outputs.EventStorageDestinationResponse>>
    Default destinations for an event.
    DefaultManagementGroupsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    DefaultStreamsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    DefaultStreamsDestinations List<Union<Pulumi.AzureNative.DeviceRegistry.Outputs.StreamMqttDestinationResponse, Pulumi.AzureNative.DeviceRegistry.Outputs.StreamStorageDestinationResponse>>
    Default destinations for a stream.
    DocumentationUri string
    Asset documentation reference.
    Events List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceDiscoveredEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    HardwareRevision string
    Asset hardware revision number.
    ManagementGroups List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceDiscoveredManagementGroupResponse>
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    Manufacturer string
    Asset manufacturer.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Asset software revision number.
    Streams List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceDiscoveredStreamResponse>
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    DeviceRef DeviceRefResponse
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    DiscoveryId string
    Identifier used to detect changes in the asset.
    ExtendedLocation ExtendedLocationResponse
    The extended location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    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"
    Version float64
    An integer that is incremented each time the resource is modified.
    AssetTypeRefs []string
    URIs or type definition IDs.
    Attributes interface{}
    A set of key-value pairs that contain custom attributes.
    Datasets []NamespaceDiscoveredDatasetResponse
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    DefaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    DefaultDatasetsDestinations []interface{}
    Default destinations for a dataset.
    DefaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    DefaultEventsDestinations []interface{}
    Default destinations for an event.
    DefaultManagementGroupsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    DefaultStreamsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    DefaultStreamsDestinations []interface{}
    Default destinations for a stream.
    DocumentationUri string
    Asset documentation reference.
    Events []NamespaceDiscoveredEventResponse
    Array of events that are part of the asset. Each event can have per-event configuration.
    HardwareRevision string
    Asset hardware revision number.
    ManagementGroups []NamespaceDiscoveredManagementGroupResponse
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    Manufacturer string
    Asset manufacturer.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Asset software revision number.
    Streams []NamespaceDiscoveredStreamResponse
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    Tags map[string]string
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    deviceRef DeviceRefResponse
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    discoveryId String
    Identifier used to detect changes in the asset.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    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"
    version Double
    An integer that is incremented each time the resource is modified.
    assetTypeRefs List<String>
    URIs or type definition IDs.
    attributes Object
    A set of key-value pairs that contain custom attributes.
    datasets List<NamespaceDiscoveredDatasetResponse>
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    defaultDatasetsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultDatasetsDestinations List<Object>
    Default destinations for a dataset.
    defaultEventsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultEventsDestinations List<Either<EventMqttDestinationResponse,EventStorageDestinationResponse>>
    Default destinations for an event.
    defaultManagementGroupsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    defaultStreamsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    defaultStreamsDestinations List<Either<StreamMqttDestinationResponse,StreamStorageDestinationResponse>>
    Default destinations for a stream.
    documentationUri String
    Asset documentation reference.
    events List<NamespaceDiscoveredEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision String
    Asset hardware revision number.
    managementGroups List<NamespaceDiscoveredManagementGroupResponse>
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    manufacturer String
    Asset manufacturer.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Asset software revision number.
    streams List<NamespaceDiscoveredStreamResponse>
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    deviceRef DeviceRefResponse
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    discoveryId string
    Identifier used to detect changes in the asset.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    Provisioning state of the resource.
    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"
    version number
    An integer that is incremented each time the resource is modified.
    assetTypeRefs string[]
    URIs or type definition IDs.
    attributes any
    A set of key-value pairs that contain custom attributes.
    datasets NamespaceDiscoveredDatasetResponse[]
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    defaultDatasetsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultDatasetsDestinations (DatasetBrokerStateStoreDestinationResponse | DatasetMqttDestinationResponse | DatasetStorageDestinationResponse)[]
    Default destinations for a dataset.
    defaultEventsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultEventsDestinations (EventMqttDestinationResponse | EventStorageDestinationResponse)[]
    Default destinations for an event.
    defaultManagementGroupsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    defaultStreamsConfiguration string
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    defaultStreamsDestinations (StreamMqttDestinationResponse | StreamStorageDestinationResponse)[]
    Default destinations for a stream.
    documentationUri string
    Asset documentation reference.
    events NamespaceDiscoveredEventResponse[]
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision string
    Asset hardware revision number.
    managementGroups NamespaceDiscoveredManagementGroupResponse[]
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    manufacturer string
    Asset manufacturer.
    manufacturerUri string
    Asset manufacturer URI.
    model string
    Asset model.
    productCode string
    Asset product code.
    serialNumber string
    Asset serial number.
    softwareRevision string
    Asset software revision number.
    streams NamespaceDiscoveredStreamResponse[]
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    device_ref DeviceRefResponse
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    discovery_id str
    Identifier used to detect changes in the asset.
    extended_location ExtendedLocationResponse
    The extended location.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    Provisioning state of the resource.
    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"
    version float
    An integer that is incremented each time the resource is modified.
    asset_type_refs Sequence[str]
    URIs or type definition IDs.
    attributes Any
    A set of key-value pairs that contain custom attributes.
    datasets Sequence[NamespaceDiscoveredDatasetResponse]
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    default_datasets_configuration str
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    default_datasets_destinations Sequence[Any]
    Default destinations for a dataset.
    default_events_configuration str
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    default_events_destinations Sequence[Any]
    Default destinations for an event.
    default_management_groups_configuration str
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    default_streams_configuration str
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    default_streams_destinations Sequence[Any]
    Default destinations for a stream.
    documentation_uri str
    Asset documentation reference.
    events Sequence[NamespaceDiscoveredEventResponse]
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardware_revision str
    Asset hardware revision number.
    management_groups Sequence[NamespaceDiscoveredManagementGroupResponse]
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    manufacturer str
    Asset manufacturer.
    manufacturer_uri str
    Asset manufacturer URI.
    model str
    Asset model.
    product_code str
    Asset product code.
    serial_number str
    Asset serial number.
    software_revision str
    Asset software revision number.
    streams Sequence[NamespaceDiscoveredStreamResponse]
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    deviceRef Property Map
    Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
    discoveryId String
    Identifier used to detect changes in the asset.
    extendedLocation Property Map
    The extended location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    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"
    version Number
    An integer that is incremented each time the resource is modified.
    assetTypeRefs List<String>
    URIs or type definition IDs.
    attributes Any
    A set of key-value pairs that contain custom attributes.
    datasets List<Property Map>
    Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
    defaultDatasetsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
    defaultDatasetsDestinations List<Property Map | Property Map | Property Map>
    Default destinations for a dataset.
    defaultEventsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all events. Each event can have its own configuration that overrides the default settings here.
    defaultEventsDestinations List<Property Map | Property Map>
    Default destinations for an event.
    defaultManagementGroupsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all management groups. Each management group can have its own configuration that overrides the default settings here.
    defaultStreamsConfiguration String
    Stringified JSON that contains connector-specific default configuration for all streams. Each stream can have its own configuration that overrides the default settings here.
    defaultStreamsDestinations List<Property Map | Property Map>
    Default destinations for a stream.
    documentationUri String
    Asset documentation reference.
    events List<Property Map>
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision String
    Asset hardware revision number.
    managementGroups List<Property Map>
    Array of management groups that are part of the asset. Each management group can have a per-group configuration.
    manufacturer String
    Asset manufacturer.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Asset software revision number.
    streams List<Property Map>
    Array of streams that are part of the asset. Each stream can have a per-stream configuration.
    tags Map<String>
    Resource tags.

    Supporting Types

    BrokerStateStoreDestinationConfigurationResponse

    Key string
    The MQTT broker state store destination key.
    Key string
    The MQTT broker state store destination key.
    key String
    The MQTT broker state store destination key.
    key string
    The MQTT broker state store destination key.
    key str
    The MQTT broker state store destination key.
    key String
    The MQTT broker state store destination key.

    DatasetBrokerStateStoreDestinationResponse

    Configuration BrokerStateStoreDestinationConfigurationResponse
    The MQTT broker state store destination configuration.
    configuration BrokerStateStoreDestinationConfigurationResponse
    The MQTT broker state store destination configuration.
    configuration BrokerStateStoreDestinationConfigurationResponse
    The MQTT broker state store destination configuration.
    configuration BrokerStateStoreDestinationConfigurationResponse
    The MQTT broker state store destination configuration.
    configuration Property Map
    The MQTT broker state store destination configuration.

    DatasetMqttDestinationResponse

    Configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration Property Map
    The MQTT destination configuration.

    DatasetStorageDestinationResponse

    Configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration Property Map
    The storage destination configuration.

    DeviceRefResponse

    DeviceName string
    Name of the device resource
    EndpointName string
    The name of endpoint to use
    DeviceName string
    Name of the device resource
    EndpointName string
    The name of endpoint to use
    deviceName String
    Name of the device resource
    endpointName String
    The name of endpoint to use
    deviceName string
    Name of the device resource
    endpointName string
    The name of endpoint to use
    device_name str
    Name of the device resource
    endpoint_name str
    The name of endpoint to use
    deviceName String
    Name of the device resource
    endpointName String
    The name of endpoint to use

    EventMqttDestinationResponse

    Configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration Property Map
    The MQTT destination configuration.

    EventStorageDestinationResponse

    Configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration Property Map
    The storage destination configuration.

    ExtendedLocationResponse

    Name string
    The extended location name.
    Type string
    The extended location type.
    Name string
    The extended location name.
    Type string
    The extended location type.
    name String
    The extended location name.
    type String
    The extended location type.
    name string
    The extended location name.
    type string
    The extended location type.
    name str
    The extended location name.
    type str
    The extended location type.
    name String
    The extended location name.
    type String
    The extended location type.

    MqttDestinationConfigurationResponse

    Topic string
    The MQTT topic.
    Qos string
    The MQTT QoS setting. Defaults to QoS 1.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    Ttl double
    The MQTT TTL setting.
    Topic string
    The MQTT topic.
    Qos string
    The MQTT QoS setting. Defaults to QoS 1.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    Ttl float64
    The MQTT TTL setting.
    topic String
    The MQTT topic.
    qos String
    The MQTT QoS setting. Defaults to QoS 1.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    ttl Double
    The MQTT TTL setting.
    topic string
    The MQTT topic.
    qos string
    The MQTT QoS setting. Defaults to QoS 1.
    retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    ttl number
    The MQTT TTL setting.
    topic str
    The MQTT topic.
    qos str
    The MQTT QoS setting. Defaults to QoS 1.
    retain str
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    ttl float
    The MQTT TTL setting.
    topic String
    The MQTT topic.
    qos String
    The MQTT QoS setting. Defaults to QoS 1.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    ttl Number
    The MQTT TTL setting.

    NamespaceDiscoveredDatasetDataPointResponse

    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    TypeRef string
    URI or type definition ID.
    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    TypeRef string
    URI or type definition ID.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the data point was added or modified.
    typeRef String
    URI or type definition ID.
    dataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name string
    The name of the data point.
    dataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    typeRef string
    URI or type definition ID.
    data_source str
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name str
    The name of the data point.
    data_point_configuration str
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    last_updated_on str
    UTC timestamp indicating when the data point was added or modified.
    type_ref str
    URI or type definition ID.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the data point was added or modified.
    typeRef String
    URI or type definition ID.

    NamespaceDiscoveredDatasetResponse

    Name string
    Name of the dataset.
    DataPoints List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceDiscoveredDatasetDataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DataSource string
    Reference to a data source for a given dataset.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    Destinations List<object>
    Destinations for a dataset.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the dataset was added or modified.
    TypeRef string
    URI or type definition ID.
    Name string
    Name of the dataset.
    DataPoints []NamespaceDiscoveredDatasetDataPointResponse
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DataSource string
    Reference to a data source for a given dataset.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    Destinations []interface{}
    Destinations for a dataset.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the dataset was added or modified.
    TypeRef string
    URI or type definition ID.
    name String
    Name of the dataset.
    dataPoints List<NamespaceDiscoveredDatasetDataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    dataSource String
    Reference to a data source for a given dataset.
    datasetConfiguration String
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    destinations List<Object>
    Destinations for a dataset.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the dataset was added or modified.
    typeRef String
    URI or type definition ID.
    name string
    Name of the dataset.
    dataPoints NamespaceDiscoveredDatasetDataPointResponse[]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    dataSource string
    Reference to a data source for a given dataset.
    datasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    destinations (DatasetBrokerStateStoreDestinationResponse | DatasetMqttDestinationResponse | DatasetStorageDestinationResponse)[]
    Destinations for a dataset.
    lastUpdatedOn string
    Timestamp (in UTC) indicating when the dataset was added or modified.
    typeRef string
    URI or type definition ID.
    name str
    Name of the dataset.
    data_points Sequence[NamespaceDiscoveredDatasetDataPointResponse]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    data_source str
    Reference to a data source for a given dataset.
    dataset_configuration str
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    destinations Sequence[Union[DatasetBrokerStateStoreDestinationResponse, DatasetMqttDestinationResponse, DatasetStorageDestinationResponse]]
    Destinations for a dataset.
    last_updated_on str
    Timestamp (in UTC) indicating when the dataset was added or modified.
    type_ref str
    URI or type definition ID.
    name String
    Name of the dataset.
    dataPoints List<Property Map>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    dataSource String
    Reference to a data source for a given dataset.
    datasetConfiguration String
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    destinations List<Property Map | Property Map | Property Map>
    Destinations for a dataset.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the dataset was added or modified.
    typeRef String
    URI or type definition ID.

    NamespaceDiscoveredEventDataPointResponse

    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    DataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    Name string
    The name of the data point.
    DataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the data point was added or modified.
    dataSource string
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name string
    The name of the data point.
    dataPointConfiguration string
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn string
    UTC timestamp indicating when the data point was added or modified.
    data_source str
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name str
    The name of the data point.
    data_point_configuration str
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    last_updated_on str
    UTC timestamp indicating when the data point was added or modified.
    dataSource String
    The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
    name String
    The name of the data point.
    dataPointConfiguration String
    Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the data point was added or modified.

    NamespaceDiscoveredEventResponse

    EventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    Name string
    The name of the event.
    DataPoints List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceDiscoveredEventDataPointResponse>
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    Destinations List<Union<Pulumi.AzureNative.DeviceRegistry.Inputs.EventMqttDestinationResponse, Pulumi.AzureNative.DeviceRegistry.Inputs.EventStorageDestinationResponse>>
    Destinations for an event.
    EventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the event was added or modified.
    TypeRef string
    URI or type definition ID.
    EventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    Name string
    The name of the event.
    DataPoints []NamespaceDiscoveredEventDataPointResponse
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    Destinations []interface{}
    Destinations for an event.
    EventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    LastUpdatedOn string
    UTC timestamp indicating when the event was added or modified.
    TypeRef string
    URI or type definition ID.
    eventNotifier String
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name String
    The name of the event.
    dataPoints List<NamespaceDiscoveredEventDataPointResponse>
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    destinations List<Either<EventMqttDestinationResponse,EventStorageDestinationResponse>>
    Destinations for an event.
    eventConfiguration String
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the event was added or modified.
    typeRef String
    URI or type definition ID.
    eventNotifier string
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name string
    The name of the event.
    dataPoints NamespaceDiscoveredEventDataPointResponse[]
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    destinations (EventMqttDestinationResponse | EventStorageDestinationResponse)[]
    Destinations for an event.
    eventConfiguration string
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn string
    UTC timestamp indicating when the event was added or modified.
    typeRef string
    URI or type definition ID.
    event_notifier str
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name str
    The name of the event.
    data_points Sequence[NamespaceDiscoveredEventDataPointResponse]
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    destinations Sequence[Union[EventMqttDestinationResponse, EventStorageDestinationResponse]]
    Destinations for an event.
    event_configuration str
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    last_updated_on str
    UTC timestamp indicating when the event was added or modified.
    type_ref str
    URI or type definition ID.
    eventNotifier String
    The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
    name String
    The name of the event.
    dataPoints List<Property Map>
    Array of data points that are part of the event. Each data point can have a per-data point configuration.
    destinations List<Property Map | Property Map>
    Destinations for an event.
    eventConfiguration String
    Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
    lastUpdatedOn String
    UTC timestamp indicating when the event was added or modified.
    typeRef String
    URI or type definition ID.

    NamespaceDiscoveredManagementActionResponse

    Name string
    Name of the action.
    TargetUri string
    The target URI on which a client can invoke the specific action.
    ActionConfiguration string
    Stringified JSON that contains connector-specific configuration for the action.
    ActionType string
    The type of the action.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the management action was added or modified.
    TimeoutInSeconds int
    Response timeout for the action.
    Topic string
    The MQTT topic path on which a client will receive the request for the action.
    TypeRef string
    URI or type definition ID.
    Name string
    Name of the action.
    TargetUri string
    The target URI on which a client can invoke the specific action.
    ActionConfiguration string
    Stringified JSON that contains connector-specific configuration for the action.
    ActionType string
    The type of the action.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the management action was added or modified.
    TimeoutInSeconds int
    Response timeout for the action.
    Topic string
    The MQTT topic path on which a client will receive the request for the action.
    TypeRef string
    URI or type definition ID.
    name String
    Name of the action.
    targetUri String
    The target URI on which a client can invoke the specific action.
    actionConfiguration String
    Stringified JSON that contains connector-specific configuration for the action.
    actionType String
    The type of the action.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the management action was added or modified.
    timeoutInSeconds Integer
    Response timeout for the action.
    topic String
    The MQTT topic path on which a client will receive the request for the action.
    typeRef String
    URI or type definition ID.
    name string
    Name of the action.
    targetUri string
    The target URI on which a client can invoke the specific action.
    actionConfiguration string
    Stringified JSON that contains connector-specific configuration for the action.
    actionType string
    The type of the action.
    lastUpdatedOn string
    Timestamp (in UTC) indicating when the management action was added or modified.
    timeoutInSeconds number
    Response timeout for the action.
    topic string
    The MQTT topic path on which a client will receive the request for the action.
    typeRef string
    URI or type definition ID.
    name str
    Name of the action.
    target_uri str
    The target URI on which a client can invoke the specific action.
    action_configuration str
    Stringified JSON that contains connector-specific configuration for the action.
    action_type str
    The type of the action.
    last_updated_on str
    Timestamp (in UTC) indicating when the management action was added or modified.
    timeout_in_seconds int
    Response timeout for the action.
    topic str
    The MQTT topic path on which a client will receive the request for the action.
    type_ref str
    URI or type definition ID.
    name String
    Name of the action.
    targetUri String
    The target URI on which a client can invoke the specific action.
    actionConfiguration String
    Stringified JSON that contains connector-specific configuration for the action.
    actionType String
    The type of the action.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the management action was added or modified.
    timeoutInSeconds Number
    Response timeout for the action.
    topic String
    The MQTT topic path on which a client will receive the request for the action.
    typeRef String
    URI or type definition ID.

    NamespaceDiscoveredManagementGroupResponse

    Name string
    Name of the management group.
    Actions List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceDiscoveredManagementActionResponse>
    Array of actions that are part of the management group. Each action can have an individual configuration.
    DefaultTimeoutInSeconds int
    Default response timeout for all actions that are part of the management group.
    DefaultTopic string
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the management group was added or modified.
    ManagementGroupConfiguration string
    Stringified JSON that contains connector-specific configuration for the management group.
    TypeRef string
    URI or type definition ID.
    Name string
    Name of the management group.
    Actions []NamespaceDiscoveredManagementActionResponse
    Array of actions that are part of the management group. Each action can have an individual configuration.
    DefaultTimeoutInSeconds int
    Default response timeout for all actions that are part of the management group.
    DefaultTopic string
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the management group was added or modified.
    ManagementGroupConfiguration string
    Stringified JSON that contains connector-specific configuration for the management group.
    TypeRef string
    URI or type definition ID.
    name String
    Name of the management group.
    actions List<NamespaceDiscoveredManagementActionResponse>
    Array of actions that are part of the management group. Each action can have an individual configuration.
    defaultTimeoutInSeconds Integer
    Default response timeout for all actions that are part of the management group.
    defaultTopic String
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the management group was added or modified.
    managementGroupConfiguration String
    Stringified JSON that contains connector-specific configuration for the management group.
    typeRef String
    URI or type definition ID.
    name string
    Name of the management group.
    actions NamespaceDiscoveredManagementActionResponse[]
    Array of actions that are part of the management group. Each action can have an individual configuration.
    defaultTimeoutInSeconds number
    Default response timeout for all actions that are part of the management group.
    defaultTopic string
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    lastUpdatedOn string
    Timestamp (in UTC) indicating when the management group was added or modified.
    managementGroupConfiguration string
    Stringified JSON that contains connector-specific configuration for the management group.
    typeRef string
    URI or type definition ID.
    name str
    Name of the management group.
    actions Sequence[NamespaceDiscoveredManagementActionResponse]
    Array of actions that are part of the management group. Each action can have an individual configuration.
    default_timeout_in_seconds int
    Default response timeout for all actions that are part of the management group.
    default_topic str
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    last_updated_on str
    Timestamp (in UTC) indicating when the management group was added or modified.
    management_group_configuration str
    Stringified JSON that contains connector-specific configuration for the management group.
    type_ref str
    URI or type definition ID.
    name String
    Name of the management group.
    actions List<Property Map>
    Array of actions that are part of the management group. Each action can have an individual configuration.
    defaultTimeoutInSeconds Number
    Default response timeout for all actions that are part of the management group.
    defaultTopic String
    Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the management group was added or modified.
    managementGroupConfiguration String
    Stringified JSON that contains connector-specific configuration for the management group.
    typeRef String
    URI or type definition ID.

    NamespaceDiscoveredStreamResponse

    Name string
    Name of the stream definition.
    Destinations List<Union<Pulumi.AzureNative.DeviceRegistry.Inputs.StreamMqttDestinationResponse, Pulumi.AzureNative.DeviceRegistry.Inputs.StreamStorageDestinationResponse>>
    Destinations for a stream.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the stream was added or modified.
    StreamConfiguration string
    Stringified JSON that contains connector-specific configuration for the specific stream.
    TypeRef string
    URI or type definition ID.
    Name string
    Name of the stream definition.
    Destinations []interface{}
    Destinations for a stream.
    LastUpdatedOn string
    Timestamp (in UTC) indicating when the stream was added or modified.
    StreamConfiguration string
    Stringified JSON that contains connector-specific configuration for the specific stream.
    TypeRef string
    URI or type definition ID.
    name String
    Name of the stream definition.
    destinations List<Either<StreamMqttDestinationResponse,StreamStorageDestinationResponse>>
    Destinations for a stream.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the stream was added or modified.
    streamConfiguration String
    Stringified JSON that contains connector-specific configuration for the specific stream.
    typeRef String
    URI or type definition ID.
    name string
    Name of the stream definition.
    destinations (StreamMqttDestinationResponse | StreamStorageDestinationResponse)[]
    Destinations for a stream.
    lastUpdatedOn string
    Timestamp (in UTC) indicating when the stream was added or modified.
    streamConfiguration string
    Stringified JSON that contains connector-specific configuration for the specific stream.
    typeRef string
    URI or type definition ID.
    name str
    Name of the stream definition.
    destinations Sequence[Union[StreamMqttDestinationResponse, StreamStorageDestinationResponse]]
    Destinations for a stream.
    last_updated_on str
    Timestamp (in UTC) indicating when the stream was added or modified.
    stream_configuration str
    Stringified JSON that contains connector-specific configuration for the specific stream.
    type_ref str
    URI or type definition ID.
    name String
    Name of the stream definition.
    destinations List<Property Map | Property Map>
    Destinations for a stream.
    lastUpdatedOn String
    Timestamp (in UTC) indicating when the stream was added or modified.
    streamConfiguration String
    Stringified JSON that contains connector-specific configuration for the specific stream.
    typeRef String
    URI or type definition ID.

    StorageDestinationConfigurationResponse

    Path string
    The storage destination path.
    Path string
    The storage destination path.
    path String
    The storage destination path.
    path string
    The storage destination path.
    path str
    The storage destination path.
    path String
    The storage destination path.

    StreamMqttDestinationResponse

    Configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration MqttDestinationConfigurationResponse
    The MQTT destination configuration.
    configuration Property Map
    The MQTT destination configuration.

    StreamStorageDestinationResponse

    Configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration StorageDestinationConfigurationResponse
    The storage destination configuration.
    configuration Property Map
    The storage destination configuration.

    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.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi