1. Packages
  2. Azure Native
  3. API Docs
  4. securityinsights
  5. getMetadata
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.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.securityinsights.getMetadata

Explore with Pulumi AI

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.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get a Metadata.

Uses Azure REST API version 2024-09-01.

Other available API versions: 2023-02-01, 2023-03-01-preview, 2023-04-01-preview, 2023-05-01-preview, 2023-06-01-preview, 2023-07-01-preview, 2023-08-01-preview, 2023-09-01-preview, 2023-10-01-preview, 2023-11-01, 2023-12-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-10-01-preview, 2025-01-01-preview, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native securityinsights [ApiVersion]. See the version guide for details.

Using getMetadata

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 getMetadata(args: GetMetadataArgs, opts?: InvokeOptions): Promise<GetMetadataResult>
function getMetadataOutput(args: GetMetadataOutputArgs, opts?: InvokeOptions): Output<GetMetadataResult>
Copy
def get_metadata(metadata_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 workspace_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetMetadataResult
def get_metadata_output(metadata_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 workspace_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetMetadataResult]
Copy
func LookupMetadata(ctx *Context, args *LookupMetadataArgs, opts ...InvokeOption) (*LookupMetadataResult, error)
func LookupMetadataOutput(ctx *Context, args *LookupMetadataOutputArgs, opts ...InvokeOption) LookupMetadataResultOutput
Copy

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

public static class GetMetadata 
{
    public static Task<GetMetadataResult> InvokeAsync(GetMetadataArgs args, InvokeOptions? opts = null)
    public static Output<GetMetadataResult> Invoke(GetMetadataInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMetadataResult> getMetadata(GetMetadataArgs args, InvokeOptions options)
public static Output<GetMetadataResult> getMetadata(GetMetadataArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:securityinsights:getMetadata
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MetadataName
This property is required.
Changes to this property will trigger replacement.
string
The Metadata name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
MetadataName
This property is required.
Changes to this property will trigger replacement.
string
The Metadata name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
metadataName
This property is required.
Changes to this property will trigger replacement.
String
The Metadata name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
metadataName
This property is required.
Changes to this property will trigger replacement.
string
The Metadata name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
metadata_name
This property is required.
Changes to this property will trigger replacement.
str
The Metadata name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
metadataName
This property is required.
Changes to this property will trigger replacement.
String
The Metadata name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.

getMetadata Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Kind string
The kind of content the metadata is for.
Name string
The name of the resource
ParentId string
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
SystemData Pulumi.AzureNative.SecurityInsights.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"
Author Pulumi.AzureNative.SecurityInsights.Outputs.MetadataAuthorResponse
The creator of the content item.
Categories Pulumi.AzureNative.SecurityInsights.Outputs.MetadataCategoriesResponse
Categories for the solution content item
ContentId string
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
ContentSchemaVersion string
Schema version of the content. Can be used to distinguish between different flow based on the schema version
CustomVersion string
The custom version of the content. A optional free text
Dependencies Pulumi.AzureNative.SecurityInsights.Outputs.MetadataDependenciesResponse
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
Etag string
Etag of the azure resource
FirstPublishDate string
first publish date solution content item
Icon string
the icon identifier. this id can later be fetched from the solution template
LastPublishDate string
last publish date for the solution content item
PreviewImages List<string>
preview image file names. These will be taken from the solution artifacts
PreviewImagesDark List<string>
preview image file names. These will be taken from the solution artifacts. used for dark theme support
Providers List<string>
Providers for the solution content item
Source Pulumi.AzureNative.SecurityInsights.Outputs.MetadataSourceResponse
Source of the content. This is where/how it was created.
Support Pulumi.AzureNative.SecurityInsights.Outputs.MetadataSupportResponse
Support information for the metadata - type, name, contact information
ThreatAnalysisTactics List<string>
the tactics the resource covers
ThreatAnalysisTechniques List<string>
the techniques the resource covers, these have to be aligned with the tactics being used
Version string
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Kind string
The kind of content the metadata is for.
Name string
The name of the resource
ParentId string
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
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"
Author MetadataAuthorResponse
The creator of the content item.
Categories MetadataCategoriesResponse
Categories for the solution content item
ContentId string
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
ContentSchemaVersion string
Schema version of the content. Can be used to distinguish between different flow based on the schema version
CustomVersion string
The custom version of the content. A optional free text
Dependencies MetadataDependenciesResponse
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
Etag string
Etag of the azure resource
FirstPublishDate string
first publish date solution content item
Icon string
the icon identifier. this id can later be fetched from the solution template
LastPublishDate string
last publish date for the solution content item
PreviewImages []string
preview image file names. These will be taken from the solution artifacts
PreviewImagesDark []string
preview image file names. These will be taken from the solution artifacts. used for dark theme support
Providers []string
Providers for the solution content item
Source MetadataSourceResponse
Source of the content. This is where/how it was created.
Support MetadataSupportResponse
Support information for the metadata - type, name, contact information
ThreatAnalysisTactics []string
the tactics the resource covers
ThreatAnalysisTechniques []string
the techniques the resource covers, these have to be aligned with the tactics being used
Version string
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
kind String
The kind of content the metadata is for.
name String
The name of the resource
parentId String
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
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"
author MetadataAuthorResponse
The creator of the content item.
categories MetadataCategoriesResponse
Categories for the solution content item
contentId String
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
contentSchemaVersion String
Schema version of the content. Can be used to distinguish between different flow based on the schema version
customVersion String
The custom version of the content. A optional free text
dependencies MetadataDependenciesResponse
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
etag String
Etag of the azure resource
firstPublishDate String
first publish date solution content item
icon String
the icon identifier. this id can later be fetched from the solution template
lastPublishDate String
last publish date for the solution content item
previewImages List<String>
preview image file names. These will be taken from the solution artifacts
previewImagesDark List<String>
preview image file names. These will be taken from the solution artifacts. used for dark theme support
providers List<String>
Providers for the solution content item
source MetadataSourceResponse
Source of the content. This is where/how it was created.
support MetadataSupportResponse
Support information for the metadata - type, name, contact information
threatAnalysisTactics List<String>
the tactics the resource covers
threatAnalysisTechniques List<String>
the techniques the resource covers, these have to be aligned with the tactics being used
version String
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
kind string
The kind of content the metadata is for.
name string
The name of the resource
parentId string
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
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"
author MetadataAuthorResponse
The creator of the content item.
categories MetadataCategoriesResponse
Categories for the solution content item
contentId string
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
contentSchemaVersion string
Schema version of the content. Can be used to distinguish between different flow based on the schema version
customVersion string
The custom version of the content. A optional free text
dependencies MetadataDependenciesResponse
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
etag string
Etag of the azure resource
firstPublishDate string
first publish date solution content item
icon string
the icon identifier. this id can later be fetched from the solution template
lastPublishDate string
last publish date for the solution content item
previewImages string[]
preview image file names. These will be taken from the solution artifacts
previewImagesDark string[]
preview image file names. These will be taken from the solution artifacts. used for dark theme support
providers string[]
Providers for the solution content item
source MetadataSourceResponse
Source of the content. This is where/how it was created.
support MetadataSupportResponse
Support information for the metadata - type, name, contact information
threatAnalysisTactics string[]
the tactics the resource covers
threatAnalysisTechniques string[]
the techniques the resource covers, these have to be aligned with the tactics being used
version string
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
kind str
The kind of content the metadata is for.
name str
The name of the resource
parent_id str
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
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"
author MetadataAuthorResponse
The creator of the content item.
categories MetadataCategoriesResponse
Categories for the solution content item
content_id str
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
content_schema_version str
Schema version of the content. Can be used to distinguish between different flow based on the schema version
custom_version str
The custom version of the content. A optional free text
dependencies MetadataDependenciesResponse
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
etag str
Etag of the azure resource
first_publish_date str
first publish date solution content item
icon str
the icon identifier. this id can later be fetched from the solution template
last_publish_date str
last publish date for the solution content item
preview_images Sequence[str]
preview image file names. These will be taken from the solution artifacts
preview_images_dark Sequence[str]
preview image file names. These will be taken from the solution artifacts. used for dark theme support
providers Sequence[str]
Providers for the solution content item
source MetadataSourceResponse
Source of the content. This is where/how it was created.
support MetadataSupportResponse
Support information for the metadata - type, name, contact information
threat_analysis_tactics Sequence[str]
the tactics the resource covers
threat_analysis_techniques Sequence[str]
the techniques the resource covers, these have to be aligned with the tactics being used
version str
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
kind String
The kind of content the metadata is for.
name String
The name of the resource
parentId String
Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)
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"
author Property Map
The creator of the content item.
categories Property Map
Categories for the solution content item
contentId String
Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name
contentSchemaVersion String
Schema version of the content. Can be used to distinguish between different flow based on the schema version
customVersion String
The custom version of the content. A optional free text
dependencies Property Map
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
etag String
Etag of the azure resource
firstPublishDate String
first publish date solution content item
icon String
the icon identifier. this id can later be fetched from the solution template
lastPublishDate String
last publish date for the solution content item
previewImages List<String>
preview image file names. These will be taken from the solution artifacts
previewImagesDark List<String>
preview image file names. These will be taken from the solution artifacts. used for dark theme support
providers List<String>
Providers for the solution content item
source Property Map
Source of the content. This is where/how it was created.
support Property Map
Support information for the metadata - type, name, contact information
threatAnalysisTactics List<String>
the tactics the resource covers
threatAnalysisTechniques List<String>
the techniques the resource covers, these have to be aligned with the tactics being used
version String
Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks

Supporting Types

MetadataAuthorResponse

Email string
Email of author contact
Link string
Link for author/vendor page
Name string
Name of the author. Company or person.
Email string
Email of author contact
Link string
Link for author/vendor page
Name string
Name of the author. Company or person.
email String
Email of author contact
link String
Link for author/vendor page
name String
Name of the author. Company or person.
email string
Email of author contact
link string
Link for author/vendor page
name string
Name of the author. Company or person.
email str
Email of author contact
link str
Link for author/vendor page
name str
Name of the author. Company or person.
email String
Email of author contact
link String
Link for author/vendor page
name String
Name of the author. Company or person.

MetadataCategoriesResponse

Domains List<string>
domain for the solution content item
Verticals List<string>
Industry verticals for the solution content item
Domains []string
domain for the solution content item
Verticals []string
Industry verticals for the solution content item
domains List<String>
domain for the solution content item
verticals List<String>
Industry verticals for the solution content item
domains string[]
domain for the solution content item
verticals string[]
Industry verticals for the solution content item
domains Sequence[str]
domain for the solution content item
verticals Sequence[str]
Industry verticals for the solution content item
domains List<String>
domain for the solution content item
verticals List<String>
Industry verticals for the solution content item

MetadataDependenciesResponse

ContentId string
Id of the content item we depend on
Criteria List<Pulumi.AzureNative.SecurityInsights.Inputs.MetadataDependenciesResponse>
This is the list of dependencies we must fulfill, according to the AND/OR operator
Kind string
Type of the content item we depend on
Name string
Name of the content item
Operator string
Operator used for list of dependencies in criteria array.
Version string
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
ContentId string
Id of the content item we depend on
Criteria []MetadataDependenciesResponse
This is the list of dependencies we must fulfill, according to the AND/OR operator
Kind string
Type of the content item we depend on
Name string
Name of the content item
Operator string
Operator used for list of dependencies in criteria array.
Version string
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
contentId String
Id of the content item we depend on
criteria List<MetadataDependenciesResponse>
This is the list of dependencies we must fulfill, according to the AND/OR operator
kind String
Type of the content item we depend on
name String
Name of the content item
operator String
Operator used for list of dependencies in criteria array.
version String
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
contentId string
Id of the content item we depend on
criteria MetadataDependenciesResponse[]
This is the list of dependencies we must fulfill, according to the AND/OR operator
kind string
Type of the content item we depend on
name string
Name of the content item
operator string
Operator used for list of dependencies in criteria array.
version string
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
content_id str
Id of the content item we depend on
criteria Sequence[MetadataDependenciesResponse]
This is the list of dependencies we must fulfill, according to the AND/OR operator
kind str
Type of the content item we depend on
name str
Name of the content item
operator str
Operator used for list of dependencies in criteria array.
version str
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
contentId String
Id of the content item we depend on
criteria List<Property Map>
This is the list of dependencies we must fulfill, according to the AND/OR operator
kind String
Type of the content item we depend on
name String
Name of the content item
operator String
Operator used for list of dependencies in criteria array.
version String
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.

MetadataSourceResponse

Kind This property is required. string
Source type of the content
Name string
Name of the content source. The repo name, solution name, LA workspace name etc.
SourceId string
ID of the content source. The solution ID, workspace ID, etc
Kind This property is required. string
Source type of the content
Name string
Name of the content source. The repo name, solution name, LA workspace name etc.
SourceId string
ID of the content source. The solution ID, workspace ID, etc
kind This property is required. String
Source type of the content
name String
Name of the content source. The repo name, solution name, LA workspace name etc.
sourceId String
ID of the content source. The solution ID, workspace ID, etc
kind This property is required. string
Source type of the content
name string
Name of the content source. The repo name, solution name, LA workspace name etc.
sourceId string
ID of the content source. The solution ID, workspace ID, etc
kind This property is required. str
Source type of the content
name str
Name of the content source. The repo name, solution name, LA workspace name etc.
source_id str
ID of the content source. The solution ID, workspace ID, etc
kind This property is required. String
Source type of the content
name String
Name of the content source. The repo name, solution name, LA workspace name etc.
sourceId String
ID of the content source. The solution ID, workspace ID, etc

MetadataSupportResponse

Tier This property is required. string
Type of support for content item
Email string
Email of support contact
Link string
Link for support help, like to support page to open a ticket etc.
Name string
Name of the support contact. Company or person.
Tier This property is required. string
Type of support for content item
Email string
Email of support contact
Link string
Link for support help, like to support page to open a ticket etc.
Name string
Name of the support contact. Company or person.
tier This property is required. String
Type of support for content item
email String
Email of support contact
link String
Link for support help, like to support page to open a ticket etc.
name String
Name of the support contact. Company or person.
tier This property is required. string
Type of support for content item
email string
Email of support contact
link string
Link for support help, like to support page to open a ticket etc.
name string
Name of the support contact. Company or person.
tier This property is required. str
Type of support for content item
email str
Email of support contact
link str
Link for support help, like to support page to open a ticket etc.
name str
Name of the support contact. Company or person.
tier This property is required. String
Type of support for content item
email String
Email of support contact
link String
Link for support help, like to support page to open a ticket etc.
name String
Name of the support contact. Company or person.

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
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.2.0 published on Monday, Apr 14, 2025 by Pulumi