1. Packages
  2. Azure Native
  3. API Docs
  4. deviceregistry
  5. getDiscoveredAsset
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi

azure-native.deviceregistry.getDiscoveredAsset

Explore with Pulumi AI

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

    Get a DiscoveredAsset Azure REST API version: 2024-09-01-preview.

    Using getDiscoveredAsset

    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 getDiscoveredAsset(args: GetDiscoveredAssetArgs, opts?: InvokeOptions): Promise<GetDiscoveredAssetResult>
    function getDiscoveredAssetOutput(args: GetDiscoveredAssetOutputArgs, opts?: InvokeOptions): Output<GetDiscoveredAssetResult>
    def get_discovered_asset(discovered_asset_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetDiscoveredAssetResult
    def get_discovered_asset_output(discovered_asset_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetDiscoveredAssetResult]
    func LookupDiscoveredAsset(ctx *Context, args *LookupDiscoveredAssetArgs, opts ...InvokeOption) (*LookupDiscoveredAssetResult, error)
    func LookupDiscoveredAssetOutput(ctx *Context, args *LookupDiscoveredAssetOutputArgs, opts ...InvokeOption) LookupDiscoveredAssetResultOutput

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

    public static class GetDiscoveredAsset 
    {
        public static Task<GetDiscoveredAssetResult> InvokeAsync(GetDiscoveredAssetArgs args, InvokeOptions? opts = null)
        public static Output<GetDiscoveredAssetResult> Invoke(GetDiscoveredAssetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDiscoveredAssetResult> getDiscoveredAsset(GetDiscoveredAssetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:deviceregistry:getDiscoveredAsset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DiscoveredAssetName string
    Discovered Asset name parameter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    DiscoveredAssetName string
    Discovered Asset name parameter.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    discoveredAssetName String
    Discovered Asset name parameter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    discoveredAssetName string
    Discovered Asset name parameter.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    discovered_asset_name str
    Discovered Asset name parameter.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    discoveredAssetName String
    Discovered Asset name parameter.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getDiscoveredAsset Result

    The following output properties are available:

    AssetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    Datasets List<Pulumi.AzureNative.DeviceRegistry.Outputs.DiscoveredDatasetResponse>
    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.
    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.
    DefaultTopic Pulumi.AzureNative.DeviceRegistry.Outputs.TopicResponse
    Object that describes the default topic information for the asset.
    DocumentationUri string
    Reference to the documentation.
    Events List<Pulumi.AzureNative.DeviceRegistry.Outputs.DiscoveredEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    HardwareRevision string
    Revision number of the hardware.
    Manufacturer string
    Asset manufacturer name.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model name.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Revision number of the software.
    Tags Dictionary<string, string>
    Resource tags.
    AssetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    Datasets []DiscoveredDatasetResponse
    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.
    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.
    DefaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    DocumentationUri string
    Reference to the documentation.
    Events []DiscoveredEventResponse
    Array of events that are part of the asset. Each event can have per-event configuration.
    HardwareRevision string
    Revision number of the hardware.
    Manufacturer string
    Asset manufacturer name.
    ManufacturerUri string
    Asset manufacturer URI.
    Model string
    Asset model name.
    ProductCode string
    Asset product code.
    SerialNumber string
    Asset serial number.
    SoftwareRevision string
    Revision number of the software.
    Tags map[string]string
    Resource tags.
    assetEndpointProfileRef String
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    datasets List<DiscoveredDatasetResponse>
    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.
    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.
    defaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    documentationUri String
    Reference to the documentation.
    events List<DiscoveredEventResponse>
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision String
    Revision number of the hardware.
    manufacturer String
    Asset manufacturer name.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model name.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Revision number of the software.
    tags Map<String,String>
    Resource tags.
    assetEndpointProfileRef string
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    datasets DiscoveredDatasetResponse[]
    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.
    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.
    defaultTopic TopicResponse
    Object that describes the default topic information for the asset.
    documentationUri string
    Reference to the documentation.
    events DiscoveredEventResponse[]
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision string
    Revision number of the hardware.
    manufacturer string
    Asset manufacturer name.
    manufacturerUri string
    Asset manufacturer URI.
    model string
    Asset model name.
    productCode string
    Asset product code.
    serialNumber string
    Asset serial number.
    softwareRevision string
    Revision number of the software.
    tags {[key: string]: string}
    Resource tags.
    asset_endpoint_profile_ref str
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    datasets Sequence[DiscoveredDatasetResponse]
    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_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_topic TopicResponse
    Object that describes the default topic information for the asset.
    documentation_uri str
    Reference to the documentation.
    events Sequence[DiscoveredEventResponse]
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardware_revision str
    Revision number of the hardware.
    manufacturer str
    Asset manufacturer name.
    manufacturer_uri str
    Asset manufacturer URI.
    model str
    Asset model name.
    product_code str
    Asset product code.
    serial_number str
    Asset serial number.
    software_revision str
    Revision number of the software.
    tags Mapping[str, str]
    Resource tags.
    assetEndpointProfileRef String
    A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.
    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.
    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.
    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.
    defaultTopic Property Map
    Object that describes the default topic information for the asset.
    documentationUri String
    Reference to the documentation.
    events List<Property Map>
    Array of events that are part of the asset. Each event can have per-event configuration.
    hardwareRevision String
    Revision number of the hardware.
    manufacturer String
    Asset manufacturer name.
    manufacturerUri String
    Asset manufacturer URI.
    model String
    Asset model name.
    productCode String
    Asset product code.
    serialNumber String
    Asset serial number.
    softwareRevision String
    Revision number of the software.
    tags Map<String>
    Resource tags.

    Supporting Types

    DiscoveredDataPointResponse

    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.

    DiscoveredDatasetResponse

    Name string
    Name of the dataset.
    DataPoints List<Pulumi.AzureNative.DeviceRegistry.Inputs.DiscoveredDataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    Topic Pulumi.AzureNative.DeviceRegistry.Inputs.TopicResponse
    Object that describes the topic information for the specific dataset.
    Name string
    Name of the dataset.
    DataPoints []DiscoveredDataPointResponse
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    DatasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    Topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name String
    Name of the dataset.
    dataPoints List<DiscoveredDataPointResponse>
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    datasetConfiguration String
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name string
    Name of the dataset.
    dataPoints DiscoveredDataPointResponse[]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    datasetConfiguration string
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    name str
    Name of the dataset.
    data_points Sequence[DiscoveredDataPointResponse]
    Array of data points that are part of the dataset. Each data point can have per-data point configuration.
    dataset_configuration str
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    topic TopicResponse
    Object that describes the topic information for the specific dataset.
    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.
    datasetConfiguration String
    Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
    topic Property Map
    Object that describes the topic information for the specific dataset.

    DiscoveredEventResponse

    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.
    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.
    Topic Pulumi.AzureNative.DeviceRegistry.Inputs.TopicResponse
    Object that describes the topic information for the specific event.
    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.
    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.
    Topic TopicResponse
    Object that describes the topic information for the specific event.
    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.
    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.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    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.
    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.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    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.
    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.
    topic TopicResponse
    Object that describes the topic information for the specific event.
    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.
    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.
    topic Property Map
    Object that describes the topic information for the specific event.

    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.

    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.

    TopicResponse

    Path string
    The topic path for messages published to an MQTT broker.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    Path string
    The topic path for messages published to an MQTT broker.
    Retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path String
    The topic path for messages published to an MQTT broker.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path string
    The topic path for messages published to an MQTT broker.
    retain string
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path str
    The topic path for messages published to an MQTT broker.
    retain str
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
    path String
    The topic path for messages published to an MQTT broker.
    retain String
    When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.

    Package Details

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