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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.deviceregistry.getDiscoveredAsset
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<GetDiscoveredAssetResult> getDiscoveredAsset(GetDiscoveredAssetArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:deviceregistry:getDiscoveredAsset
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DiscoveredAsset stringName 
- Discovered Asset name parameter.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- DiscoveredAsset stringName 
- Discovered Asset name parameter.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- discoveredAsset StringName 
- Discovered Asset name parameter.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- discoveredAsset stringName 
- Discovered Asset name parameter.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- discovered_asset_ strname 
- Discovered Asset name parameter.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- discoveredAsset StringName 
- Discovered Asset name parameter.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getDiscoveredAsset Result
The following output properties are available:
- AssetEndpoint stringProfile Ref 
- 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.Azure Native. Device Registry. Outputs. Extended Location Response 
- 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.Azure Native. Device Registry. Outputs. System Data Response 
- 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.Azure Native. Device Registry. Outputs. Discovered Dataset Response> 
- Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
- DefaultDatasets stringConfiguration 
- Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
- DefaultEvents stringConfiguration 
- 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.Azure Native. Device Registry. Outputs. Topic Response 
- Object that describes the default topic information for the asset.
- DocumentationUri string
- Reference to the documentation.
- Events
List<Pulumi.Azure Native. Device Registry. Outputs. Discovered Event Response> 
- 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.
- Dictionary<string, string>
- Resource tags.
- AssetEndpoint stringProfile Ref 
- 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 ExtendedLocation Response 
- 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 SystemData Response 
- 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
[]DiscoveredDataset Response 
- Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
- DefaultDatasets stringConfiguration 
- Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
- DefaultEvents stringConfiguration 
- 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
[]DiscoveredEvent Response 
- 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.
- map[string]string
- Resource tags.
- assetEndpoint StringProfile Ref 
- 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 ExtendedLocation Response 
- 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 SystemData Response 
- 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<DiscoveredDataset Response> 
- Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
- defaultDatasets StringConfiguration 
- Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
- defaultEvents StringConfiguration 
- 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<DiscoveredEvent Response> 
- 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.
- Map<String,String>
- Resource tags.
- assetEndpoint stringProfile Ref 
- 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 ExtendedLocation Response 
- 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 SystemData Response 
- 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
DiscoveredDataset Response[] 
- Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
- defaultDatasets stringConfiguration 
- Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
- defaultEvents stringConfiguration 
- 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
DiscoveredEvent Response[] 
- 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.
- {[key: string]: string}
- Resource tags.
- asset_endpoint_ strprofile_ ref 
- 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 ExtendedLocation Response 
- 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 SystemData Response 
- 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[DiscoveredDataset Response] 
- Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.
- default_datasets_ strconfiguration 
- 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_ strconfiguration 
- 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[DiscoveredEvent Response] 
- 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.
- Mapping[str, str]
- Resource tags.
- assetEndpoint StringProfile Ref 
- 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.
- defaultDatasets StringConfiguration 
- Stringified JSON that contains connector-specific default configuration for all datasets. Each dataset can have its own configuration that overrides the default settings here.
- defaultEvents StringConfiguration 
- 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.
- 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.
- DataPoint stringConfiguration 
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
- LastUpdated stringOn 
- 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.
- DataPoint stringConfiguration 
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
- LastUpdated stringOn 
- 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.
- dataPoint StringConfiguration 
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
- lastUpdated StringOn 
- 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.
- dataPoint stringConfiguration 
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
- lastUpdated stringOn 
- 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_ strconfiguration 
- 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_ stron 
- 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.
- dataPoint StringConfiguration 
- Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
- lastUpdated StringOn 
- UTC timestamp indicating when the data point was added or modified.
DiscoveredDatasetResponse  
- Name string
- Name of the dataset.
- DataPoints List<Pulumi.Azure Native. Device Registry. Inputs. Discovered Data Point Response> 
- 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.Azure Native. Device Registry. Inputs. Topic Response 
- Object that describes the topic information for the specific dataset.
- Name string
- Name of the dataset.
- DataPoints []DiscoveredData Point Response 
- 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<DiscoveredData Point Response> 
- 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 DiscoveredData Point Response[] 
- 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[DiscoveredData Point Response] 
- 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.
- LastUpdated stringOn 
- UTC timestamp indicating when the event was added or modified.
- Topic
Pulumi.Azure Native. Device Registry. Inputs. Topic Response 
- 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.
- LastUpdated stringOn 
- 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.
- lastUpdated StringOn 
- 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.
- lastUpdated stringOn 
- 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_ stron 
- 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.
- lastUpdated StringOn 
- UTC timestamp indicating when the event was added or modified.
- topic Property Map
- Object that describes the topic information for the specific event.
ExtendedLocationResponse  
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
TopicResponse 
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi