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.resourcehealth.listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId
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
Lists impacted resources in the subscription 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 listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId
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 listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(args: ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdArgs, opts?: InvokeOptions): Promise<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult>
function listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdOutput(args: ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdOutputArgs, opts?: InvokeOptions): Output<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult>def list_security_advisory_impacted_resource_by_subscription_id_and_event_id(event_tracking_id: Optional[str] = None,
                                                                             filter: Optional[str] = None,
                                                                             opts: Optional[InvokeOptions] = None) -> ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult
def list_security_advisory_impacted_resource_by_subscription_id_and_event_id_output(event_tracking_id: Optional[pulumi.Input[str]] = None,
                                                                             filter: Optional[pulumi.Input[str]] = None,
                                                                             opts: Optional[InvokeOptions] = None) -> Output[ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult]func ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(ctx *Context, args *ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdArgs, opts ...InvokeOption) (*ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult, error)
func ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdOutput(ctx *Context, args *ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdOutputArgs, opts ...InvokeOption) ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResultOutput> Note: This function is named ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId in the Go SDK.
public static class ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId 
{
    public static Task<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult> InvokeAsync(ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdArgs args, InvokeOptions? opts = null)
    public static Output<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult> Invoke(ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult> listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdArgs args, InvokeOptions options)
public static Output<ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult> listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId(ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:resourcehealth:listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EventTracking stringId 
- 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
- EventTracking stringId 
- 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
- eventTracking StringId 
- 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
- eventTracking stringId 
- 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_ strid 
- 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
- eventTracking StringId 
- 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
listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId Result
The following output properties are available:
- Value
List<Pulumi.Azure Native. Resource Health. Outputs. Event Impacted Resource Response> 
- 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
[]EventImpacted Resource Response 
- 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<EventImpacted Resource Response> 
- 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
EventImpacted Resource Response[] 
- 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[EventImpacted Resource Response] 
- 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 string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. Resource Health. Inputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- TargetRegion string
- Impacted resource region name.
- TargetResource stringId 
- Identity for resource within Microsoft cloud.
- TargetResource stringType 
- Resource type within Microsoft cloud.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Info
List<Pulumi.Azure Native. Resource Health. Inputs. Key Value Item Response> 
- Additional information.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- TargetRegion string
- Impacted resource region name.
- TargetResource stringId 
- Identity for resource within Microsoft cloud.
- TargetResource stringType 
- Resource type within Microsoft cloud.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Info
[]KeyValue Item Response 
- Additional information.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- targetRegion String
- Impacted resource region name.
- targetResource StringId 
- Identity for resource within Microsoft cloud.
- targetResource StringType 
- Resource type within Microsoft cloud.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- info
List<KeyValue Item Response> 
- Additional information.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- targetRegion string
- Impacted resource region name.
- targetResource stringId 
- Identity for resource within Microsoft cloud.
- targetResource stringType 
- Resource type within Microsoft cloud.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- info
KeyValue Item Response[] 
- Additional information.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- target_region str
- Impacted resource region name.
- target_resource_ strid 
- Identity for resource within Microsoft cloud.
- target_resource_ strtype 
- Resource type within Microsoft cloud.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- info
Sequence[KeyValue Item Response] 
- Additional information.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- targetRegion String
- Impacted resource region name.
- targetResource StringId 
- Identity for resource within Microsoft cloud.
- targetResource StringType 
- Resource type within Microsoft cloud.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- info List<Property Map>
- Additional information.
KeyValueItemResponse   
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.
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