1. Packages
  2. Azure Native
  3. API Docs
  4. deviceregistry
  5. getNamespaceAsset
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.getNamespaceAsset

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 NamespaceAsset

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

    Using getNamespaceAsset

    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 getNamespaceAsset(args: GetNamespaceAssetArgs, opts?: InvokeOptions): Promise<GetNamespaceAssetResult>
    function getNamespaceAssetOutput(args: GetNamespaceAssetOutputArgs, opts?: InvokeOptions): Output<GetNamespaceAssetResult>
    def get_namespace_asset(asset_name: Optional[str] = None,
                            namespace_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetNamespaceAssetResult
    def get_namespace_asset_output(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[GetNamespaceAssetResult]
    func LookupNamespaceAsset(ctx *Context, args *LookupNamespaceAssetArgs, opts ...InvokeOption) (*LookupNamespaceAssetResult, error)
    func LookupNamespaceAssetOutput(ctx *Context, args *LookupNamespaceAssetOutputArgs, opts ...InvokeOption) LookupNamespaceAssetResultOutput

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

    public static class GetNamespaceAsset 
    {
        public static Task<GetNamespaceAssetResult> InvokeAsync(GetNamespaceAssetArgs args, InvokeOptions? opts = null)
        public static Output<GetNamespaceAssetResult> Invoke(GetNamespaceAssetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNamespaceAssetResult> getNamespaceAsset(GetNamespaceAssetArgs args, InvokeOptions options)
    public static Output<GetNamespaceAssetResult> getNamespaceAsset(GetNamespaceAssetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:deviceregistry:getNamespaceAsset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssetName string
    The name of the asset.
    NamespaceName string
    The name of the namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AssetName string
    The name of the asset.
    NamespaceName string
    The name of the namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    assetName String
    The name of the asset.
    namespaceName String
    The name of the namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    assetName string
    The name of the asset.
    namespaceName string
    The name of the namespace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    asset_name str
    The name of the asset.
    namespace_name str
    The name of the namespace.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    assetName String
    The name of the asset.
    namespaceName String
    The name of the namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNamespaceAsset 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.
    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}"
    LastTransitionTime string
    A timestamp (in UTC) that is updated each time the resource is modified.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceAssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    Uuid string
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    Datasets List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceDatasetResponse>
    Array of datasets that are part of the asset. Each dataset 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.
    Description string
    Human-readable description of the asset.
    DiscoveredAssetRefs List<string>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    DisplayName string
    Human-readable display name.
    DocumentationUri string
    Asset documentation reference.
    Enabled bool
    Enabled/disabled status of the asset.
    Events List<Pulumi.AzureNative.DeviceRegistry.Outputs.NamespaceEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    ExternalAssetId string
    Asset ID provided by the customer.
    HardwareRevision string
    Asset hardware revision number.
    ManagementGroups List<Pulumi.AzureNative.DeviceRegistry.Outputs.ManagementGroupResponse>
    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.NamespaceStreamResponse>
    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.
    ExtendedLocation ExtendedLocationResponse
    The extended location.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastTransitionTime string
    A timestamp (in UTC) that is updated each time the resource is modified.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status NamespaceAssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    Uuid string
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    Datasets []NamespaceDatasetResponse
    Array of datasets that are part of the asset. Each dataset 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.
    Description string
    Human-readable description of the asset.
    DiscoveredAssetRefs []string
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    DisplayName string
    Human-readable display name.
    DocumentationUri string
    Asset documentation reference.
    Enabled bool
    Enabled/disabled status of the asset.
    Events []NamespaceEventResponse
    Array of events that are part of the asset. Each event can have per-event configuration.
    ExternalAssetId string
    Asset ID provided by the customer.
    HardwareRevision string
    Asset hardware revision number.
    ManagementGroups []ManagementGroupResponse
    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 []NamespaceStreamResponse
    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.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastTransitionTime String
    A timestamp (in UTC) that is updated each time the resource is modified.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status NamespaceAssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    uuid String
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    datasets List<NamespaceDatasetResponse>
    Array of datasets that are part of the asset. Each dataset 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.
    description String
    Human-readable description of the asset.
    discoveredAssetRefs List<String>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName String
    Human-readable display name.
    documentationUri String
    Asset documentation reference.
    enabled Boolean
    Enabled/disabled status of the asset.
    events List<NamespaceEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId String
    Asset ID provided by the customer.
    hardwareRevision String
    Asset hardware revision number.
    managementGroups List<ManagementGroupResponse>
    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<NamespaceStreamResponse>
    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.
    extendedLocation ExtendedLocationResponse
    The extended location.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastTransitionTime string
    A timestamp (in UTC) that is updated each time the resource is modified.
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    Provisioning state of the resource.
    status NamespaceAssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    uuid string
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    datasets NamespaceDatasetResponse[]
    Array of datasets that are part of the asset. Each dataset 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.
    description string
    Human-readable description of the asset.
    discoveredAssetRefs string[]
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName string
    Human-readable display name.
    documentationUri string
    Asset documentation reference.
    enabled boolean
    Enabled/disabled status of the asset.
    events NamespaceEventResponse[]
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId string
    Asset ID provided by the customer.
    hardwareRevision string
    Asset hardware revision number.
    managementGroups ManagementGroupResponse[]
    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 NamespaceStreamResponse[]
    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.
    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}"
    last_transition_time str
    A timestamp (in UTC) that is updated each time the resource is modified.
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    Provisioning state of the resource.
    status NamespaceAssetStatusResponse
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    uuid str
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    datasets Sequence[NamespaceDatasetResponse]
    Array of datasets that are part of the asset. Each dataset 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.
    description str
    Human-readable description of the asset.
    discovered_asset_refs Sequence[str]
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    display_name str
    Human-readable display name.
    documentation_uri str
    Asset documentation reference.
    enabled bool
    Enabled/disabled status of the asset.
    events Sequence[NamespaceEventResponse]
    Array of events that are part of the asset. Each event can have per-event configuration.
    external_asset_id str
    Asset ID provided by the customer.
    hardware_revision str
    Asset hardware revision number.
    management_groups Sequence[ManagementGroupResponse]
    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[NamespaceStreamResponse]
    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.
    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}"
    lastTransitionTime String
    A timestamp (in UTC) that is updated each time the resource is modified.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status Property Map
    Read only object to reflect changes that have occurred on the Edge. Similar to Kubernetes status property for custom resources.
    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"
    uuid String
    Globally unique, immutable, non-reusable ID.
    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 set by the customer.
    datasets List<Property Map>
    Array of datasets that are part of the asset. Each dataset 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.
    description String
    Human-readable description of the asset.
    discoveredAssetRefs List<String>
    Reference to a list of discovered assets. Populated only if the asset has been created from discovery flow. Discovered asset names must be provided.
    displayName String
    Human-readable display name.
    documentationUri String
    Asset documentation reference.
    enabled Boolean
    Enabled/disabled status of the asset.
    events List<Property Map>
    Array of events that are part of the asset. Each event can have per-event configuration.
    externalAssetId String
    Asset ID provided by the customer.
    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

    ErrorDetailsResponse

    Code string
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    CorrelationId string
    Unique identifier for the transaction to aid in debugging.
    Info string
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    Message string
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
    Code string
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    CorrelationId string
    Unique identifier for the transaction to aid in debugging.
    Info string
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    Message string
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
    code String
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    correlationId String
    Unique identifier for the transaction to aid in debugging.
    info String
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    message String
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
    code string
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    correlationId string
    Unique identifier for the transaction to aid in debugging.
    info string
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    message string
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
    code str
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    correlation_id str
    Unique identifier for the transaction to aid in debugging.
    info str
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    message str
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
    code String
    Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
    correlationId String
    Unique identifier for the transaction to aid in debugging.
    info String
    Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
    message String
    Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).

    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.

    ManagementActionResponse

    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.
    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.
    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.
    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.
    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.
    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.
    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.

    ManagementGroupResponse

    Name string
    Name of the management group.
    Actions List<Pulumi.AzureNative.DeviceRegistry.Inputs.ManagementActionResponse>
    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.
    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 []ManagementActionResponse
    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.
    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<ManagementActionResponse>
    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.
    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 ManagementActionResponse[]
    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.
    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[ManagementActionResponse]
    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.
    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.
    managementGroupConfiguration String
    Stringified JSON that contains connector-specific configuration for the management group.
    typeRef String
    URI or type definition ID.

    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.

    NamespaceAssetStatusDatasetResponse

    Error Pulumi.AzureNative.DeviceRegistry.Inputs.StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    Error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name String
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name string
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    message_schema_reference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name str
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
    error Property Map
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference Property Map
    The message schema reference object.
    name String
    The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.

    NamespaceAssetStatusEventResponse

    Error Pulumi.AzureNative.DeviceRegistry.Inputs.StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    Error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name String
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name string
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    message_schema_reference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name str
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
    error Property Map
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference Property Map
    The message schema reference object.
    name String
    The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.

    NamespaceAssetStatusManagementActionResponse

    Error Pulumi.AzureNative.DeviceRegistry.Inputs.StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    Name string
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    RequestMessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceMessageSchemaReferenceResponse
    The request message schema reference object for the action.
    ResponseMessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceMessageSchemaReferenceResponse
    The response message schema reference object for the action.
    Error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    Name string
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    RequestMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The request message schema reference object for the action.
    ResponseMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The response message schema reference object for the action.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    name String
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    requestMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The request message schema reference object for the action.
    responseMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The response message schema reference object for the action.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    name string
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    requestMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The request message schema reference object for the action.
    responseMessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The response message schema reference object for the action.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    name str
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    request_message_schema_reference NamespaceMessageSchemaReferenceResponse
    The request message schema reference object for the action.
    response_message_schema_reference NamespaceMessageSchemaReferenceResponse
    The response message schema reference object for the action.
    error Property Map
    Object to transfer and persist errors that originate from the edge.
    name String
    The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
    requestMessageSchemaReference Property Map
    The request message schema reference object for the action.
    responseMessageSchemaReference Property Map
    The response message schema reference object for the action.

    NamespaceAssetStatusManagementGroupResponse

    Actions List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceAssetStatusManagementActionResponse>
    Array of action statuses that describe the status of each action.
    Name string
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
    Actions []NamespaceAssetStatusManagementActionResponse
    Array of action statuses that describe the status of each action.
    Name string
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
    actions List<NamespaceAssetStatusManagementActionResponse>
    Array of action statuses that describe the status of each action.
    name String
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
    actions NamespaceAssetStatusManagementActionResponse[]
    Array of action statuses that describe the status of each action.
    name string
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
    actions Sequence[NamespaceAssetStatusManagementActionResponse]
    Array of action statuses that describe the status of each action.
    name str
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
    actions List<Property Map>
    Array of action statuses that describe the status of each action.
    name String
    The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.

    NamespaceAssetStatusResponse

    Config Pulumi.AzureNative.DeviceRegistry.Inputs.StatusConfigResponse
    Defines the asset status config properties.
    Datasets List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceAssetStatusDatasetResponse>
    Array of dataset statuses that describe the status of each dataset.
    Events List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceAssetStatusEventResponse>
    Array of event statuses that describe the status of each event.
    ManagementGroups List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceAssetStatusManagementGroupResponse>
    Array of management group statuses that describe the status of each management group.
    Streams List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceAssetStatusStreamResponse>
    Array of stream statuses that describe the status of each stream.
    Config StatusConfigResponse
    Defines the asset status config properties.
    Datasets []NamespaceAssetStatusDatasetResponse
    Array of dataset statuses that describe the status of each dataset.
    Events []NamespaceAssetStatusEventResponse
    Array of event statuses that describe the status of each event.
    ManagementGroups []NamespaceAssetStatusManagementGroupResponse
    Array of management group statuses that describe the status of each management group.
    Streams []NamespaceAssetStatusStreamResponse
    Array of stream statuses that describe the status of each stream.
    config StatusConfigResponse
    Defines the asset status config properties.
    datasets List<NamespaceAssetStatusDatasetResponse>
    Array of dataset statuses that describe the status of each dataset.
    events List<NamespaceAssetStatusEventResponse>
    Array of event statuses that describe the status of each event.
    managementGroups List<NamespaceAssetStatusManagementGroupResponse>
    Array of management group statuses that describe the status of each management group.
    streams List<NamespaceAssetStatusStreamResponse>
    Array of stream statuses that describe the status of each stream.
    config StatusConfigResponse
    Defines the asset status config properties.
    datasets NamespaceAssetStatusDatasetResponse[]
    Array of dataset statuses that describe the status of each dataset.
    events NamespaceAssetStatusEventResponse[]
    Array of event statuses that describe the status of each event.
    managementGroups NamespaceAssetStatusManagementGroupResponse[]
    Array of management group statuses that describe the status of each management group.
    streams NamespaceAssetStatusStreamResponse[]
    Array of stream statuses that describe the status of each stream.
    config StatusConfigResponse
    Defines the asset status config properties.
    datasets Sequence[NamespaceAssetStatusDatasetResponse]
    Array of dataset statuses that describe the status of each dataset.
    events Sequence[NamespaceAssetStatusEventResponse]
    Array of event statuses that describe the status of each event.
    management_groups Sequence[NamespaceAssetStatusManagementGroupResponse]
    Array of management group statuses that describe the status of each management group.
    streams Sequence[NamespaceAssetStatusStreamResponse]
    Array of stream statuses that describe the status of each stream.
    config Property Map
    Defines the asset status config properties.
    datasets List<Property Map>
    Array of dataset statuses that describe the status of each dataset.
    events List<Property Map>
    Array of event statuses that describe the status of each event.
    managementGroups List<Property Map>
    Array of management group statuses that describe the status of each management group.
    streams List<Property Map>
    Array of stream statuses that describe the status of each stream.

    NamespaceAssetStatusStreamResponse

    Error Pulumi.AzureNative.DeviceRegistry.Inputs.StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
    Error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    MessageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    Name string
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name String
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name string
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    message_schema_reference NamespaceMessageSchemaReferenceResponse
    The message schema reference object.
    name str
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
    error Property Map
    Object to transfer and persist errors that originate from the edge.
    messageSchemaReference Property Map
    The message schema reference object.
    name String
    The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.

    NamespaceDatasetDataPointResponse

    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.
    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.
    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.
    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.
    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.
    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.
    typeRef String
    URI or type definition ID.

    NamespaceDatasetResponse

    Name string
    Name of the dataset.
    DataPoints List<Pulumi.AzureNative.DeviceRegistry.Inputs.NamespaceDatasetDataPointResponse>
    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 JSON string that describes configuration for the specific dataset.
    Destinations List<object>
    Destinations for a dataset.
    TypeRef string
    URI or type definition ID.
    Name string
    Name of the dataset.
    DataPoints []NamespaceDatasetDataPointResponse
    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 JSON string that describes configuration for the specific dataset.
    Destinations []interface{}
    Destinations for a dataset.
    TypeRef string
    URI or type definition ID.
    name String
    Name of the dataset.
    dataPoints List<NamespaceDatasetDataPointResponse>
    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 JSON string that describes configuration for the specific dataset.
    destinations List<Object>
    Destinations for a dataset.
    typeRef String
    URI or type definition ID.
    name string
    Name of the dataset.
    dataPoints NamespaceDatasetDataPointResponse[]
    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 JSON string that describes configuration for the specific dataset.
    destinations (DatasetBrokerStateStoreDestinationResponse | DatasetMqttDestinationResponse | DatasetStorageDestinationResponse)[]
    Destinations for a dataset.
    typeRef string
    URI or type definition ID.
    name str
    Name of the dataset.
    data_points Sequence[NamespaceDatasetDataPointResponse]
    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 JSON string that describes configuration for the specific dataset.
    destinations Sequence[Union[DatasetBrokerStateStoreDestinationResponse, DatasetMqttDestinationResponse, DatasetStorageDestinationResponse]]
    Destinations for a dataset.
    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 JSON string that describes configuration for the specific dataset.
    destinations List<Property Map | Property Map | Property Map>
    Destinations for a dataset.
    typeRef String
    URI or type definition ID.

    NamespaceEventDataPointResponse

    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.
    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.
    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.
    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.
    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.
    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.

    NamespaceEventResponse

    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.NamespaceEventDataPointResponse>
    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.
    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 []NamespaceEventDataPointResponse
    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.
    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<NamespaceEventDataPointResponse>
    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.
    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 NamespaceEventDataPointResponse[]
    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.
    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[NamespaceEventDataPointResponse]
    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.
    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.
    typeRef String
    URI or type definition ID.

    NamespaceMessageSchemaReferenceResponse

    SchemaName string
    The message schema name.
    SchemaRegistryNamespace string
    The message schema registry namespace.
    SchemaVersion string
    The message schema version.
    SchemaName string
    The message schema name.
    SchemaRegistryNamespace string
    The message schema registry namespace.
    SchemaVersion string
    The message schema version.
    schemaName String
    The message schema name.
    schemaRegistryNamespace String
    The message schema registry namespace.
    schemaVersion String
    The message schema version.
    schemaName string
    The message schema name.
    schemaRegistryNamespace string
    The message schema registry namespace.
    schemaVersion string
    The message schema version.
    schema_name str
    The message schema name.
    schema_registry_namespace str
    The message schema registry namespace.
    schema_version str
    The message schema version.
    schemaName String
    The message schema name.
    schemaRegistryNamespace String
    The message schema registry namespace.
    schemaVersion String
    The message schema version.

    NamespaceStreamResponse

    Name string
    Name of the stream definition.
    Destinations List<Union<Pulumi.AzureNative.DeviceRegistry.Inputs.StreamMqttDestinationResponse, Pulumi.AzureNative.DeviceRegistry.Inputs.StreamStorageDestinationResponse>>
    Destinations for a stream.
    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.
    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.
    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.
    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.
    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.
    streamConfiguration String
    Stringified JSON that contains connector-specific configuration for the specific stream.
    typeRef String
    URI or type definition ID.

    StatusConfigResponse

    Error Pulumi.AzureNative.DeviceRegistry.Inputs.StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    LastTransitionTime string
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    Version double
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    Error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    LastTransitionTime string
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    Version float64
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    lastTransitionTime String
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    version Double
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    lastTransitionTime string
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    version number
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    error StatusErrorResponse
    Object to transfer and persist errors that originate from the edge.
    last_transition_time str
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    version float
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
    error Property Map
    Object to transfer and persist errors that originate from the edge.
    lastTransitionTime String
    A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
    version Number
    A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.

    StatusErrorResponse

    Code string
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    Details List<Pulumi.AzureNative.DeviceRegistry.Inputs.ErrorDetailsResponse>
    Array of error details that describe the status of each error.
    Message string
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
    Code string
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    Details []ErrorDetailsResponse
    Array of error details that describe the status of each error.
    Message string
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
    code String
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    details List<ErrorDetailsResponse>
    Array of error details that describe the status of each error.
    message String
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
    code string
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    details ErrorDetailsResponse[]
    Array of error details that describe the status of each error.
    message string
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
    code str
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    details Sequence[ErrorDetailsResponse]
    Array of error details that describe the status of each error.
    message str
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
    code String
    Error code for classification of errors (ex: '400', '404', '500', etc.).
    details List<Property Map>
    Array of error details that describe the status of each error.
    message String
    Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).

    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