1. Packages
  2. Azure Native v2
  3. API Docs
  4. resourcehealth
  5. listSecurityAdvisoryImpactedResourceByTenantIdAndEventId
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.resourcehealth.listSecurityAdvisoryImpactedResourceByTenantIdAndEventId

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Lists impacted resources in the tenant by an event (Security Advisory). Azure REST API version: 2022-10-01.

Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-10-01-preview, 2024-02-01.

Using listSecurityAdvisoryImpactedResourceByTenantIdAndEventId

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 listSecurityAdvisoryImpactedResourceByTenantIdAndEventId(args: ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs, opts?: InvokeOptions): Promise<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult>
function listSecurityAdvisoryImpactedResourceByTenantIdAndEventIdOutput(args: ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdOutputArgs, opts?: InvokeOptions): Output<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult>
Copy
def list_security_advisory_impacted_resource_by_tenant_id_and_event_id(event_tracking_id: Optional[str] = None,
                                                                       filter: Optional[str] = None,
                                                                       opts: Optional[InvokeOptions] = None) -> ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult
def list_security_advisory_impacted_resource_by_tenant_id_and_event_id_output(event_tracking_id: Optional[pulumi.Input[str]] = None,
                                                                       filter: Optional[pulumi.Input[str]] = None,
                                                                       opts: Optional[InvokeOptions] = None) -> Output[ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult]
Copy
func ListSecurityAdvisoryImpactedResourceByTenantIdAndEventId(ctx *Context, args *ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs, opts ...InvokeOption) (*ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult, error)
func ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdOutput(ctx *Context, args *ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdOutputArgs, opts ...InvokeOption) ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResultOutput
Copy

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

public static class ListSecurityAdvisoryImpactedResourceByTenantIdAndEventId 
{
    public static Task<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult> InvokeAsync(ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs args, InvokeOptions? opts = null)
    public static Output<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult> Invoke(ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult> listSecurityAdvisoryImpactedResourceByTenantIdAndEventId(ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs args, InvokeOptions options)
public static Output<ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult> listSecurityAdvisoryImpactedResourceByTenantIdAndEventId(ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:resourcehealth:listSecurityAdvisoryImpactedResourceByTenantIdAndEventId
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EventTrackingId
This property is required.
Changes to this property will trigger replacement.
string
Event Id which uniquely identifies ServiceHealth event.
Filter string
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
EventTrackingId
This property is required.
Changes to this property will trigger replacement.
string
Event Id which uniquely identifies ServiceHealth event.
Filter string
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
eventTrackingId
This property is required.
Changes to this property will trigger replacement.
String
Event Id which uniquely identifies ServiceHealth event.
filter String
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
eventTrackingId
This property is required.
Changes to this property will trigger replacement.
string
Event Id which uniquely identifies ServiceHealth event.
filter string
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
event_tracking_id
This property is required.
Changes to this property will trigger replacement.
str
Event Id which uniquely identifies ServiceHealth event.
filter str
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
eventTrackingId
This property is required.
Changes to this property will trigger replacement.
String
Event Id which uniquely identifies ServiceHealth event.
filter String
The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN

listSecurityAdvisoryImpactedResourceByTenantIdAndEventId Result

The following output properties are available:

Value List<Pulumi.AzureNative.ResourceHealth.Outputs.EventImpactedResourceResponse>
The list of eventImpactedResources.
NextLink string
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
Value []EventImpactedResourceResponse
The list of eventImpactedResources.
NextLink string
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
value List<EventImpactedResourceResponse>
The list of eventImpactedResources.
nextLink String
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
value EventImpactedResourceResponse[]
The list of eventImpactedResources.
nextLink string
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
value Sequence[EventImpactedResourceResponse]
The list of eventImpactedResources.
next_link str
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.
value List<Property Map>
The list of eventImpactedResources.
nextLink String
The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource.

Supporting Types

EventImpactedResourceResponse

Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. Pulumi.AzureNative.ResourceHealth.Inputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
TargetRegion This property is required. string
Impacted resource region name.
TargetResourceId This property is required. string
Identity for resource within Microsoft cloud.
TargetResourceType This property is required. string
Resource type within Microsoft cloud.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Info List<Pulumi.AzureNative.ResourceHealth.Inputs.KeyValueItemResponse>
Additional information.
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
TargetRegion This property is required. string
Impacted resource region name.
TargetResourceId This property is required. string
Identity for resource within Microsoft cloud.
TargetResourceType This property is required. string
Resource type within Microsoft cloud.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Info []KeyValueItemResponse
Additional information.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
targetRegion This property is required. String
Impacted resource region name.
targetResourceId This property is required. String
Identity for resource within Microsoft cloud.
targetResourceType This property is required. String
Resource type within Microsoft cloud.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
info List<KeyValueItemResponse>
Additional information.
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
systemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
targetRegion This property is required. string
Impacted resource region name.
targetResourceId This property is required. string
Identity for resource within Microsoft cloud.
targetResourceType This property is required. string
Resource type within Microsoft cloud.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
info KeyValueItemResponse[]
Additional information.
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
system_data This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
target_region This property is required. str
Impacted resource region name.
target_resource_id This property is required. str
Identity for resource within Microsoft cloud.
target_resource_type This property is required. str
Resource type within Microsoft cloud.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
info Sequence[KeyValueItemResponse]
Additional information.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
targetRegion This property is required. String
Impacted resource region name.
targetResourceId This property is required. String
Identity for resource within Microsoft cloud.
targetResourceType This property is required. String
Resource type within Microsoft cloud.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
info List<Property Map>
Additional information.

KeyValueItemResponse

Key This property is required. string
Key of tuple.
Value This property is required. string
Value of tuple.
Key This property is required. string
Key of tuple.
Value This property is required. string
Value of tuple.
key This property is required. String
Key of tuple.
value This property is required. String
Value of tuple.
key This property is required. string
Key of tuple.
value This property is required. string
Value of tuple.
key This property is required. str
Key of tuple.
value This property is required. str
Value of tuple.
key This property is required. String
Key of tuple.
value This property is required. String
Value of tuple.

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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi