pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +32 -0
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
|
@@ -506,7 +506,7 @@ class ContentTemplate(pulumi.CustomResource):
|
|
|
506
506
|
|
|
507
507
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
508
508
|
|
|
509
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
509
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
510
510
|
|
|
511
511
|
:param str resource_name: The name of the resource.
|
|
512
512
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -550,7 +550,7 @@ class ContentTemplate(pulumi.CustomResource):
|
|
|
550
550
|
|
|
551
551
|
Uses Azure REST API version 2024-09-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
552
552
|
|
|
553
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
553
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
554
554
|
|
|
555
555
|
:param str resource_name: The name of the resource.
|
|
556
556
|
:param ContentTemplateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -659,7 +659,7 @@ class ContentTemplate(pulumi.CustomResource):
|
|
|
659
659
|
__props__.__dict__["name"] = None
|
|
660
660
|
__props__.__dict__["system_data"] = None
|
|
661
661
|
__props__.__dict__["type"] = None
|
|
662
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:ContentTemplate")])
|
|
662
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:ContentTemplate"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:ContentTemplate")])
|
|
663
663
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
664
664
|
super(ContentTemplate, __self__).__init__(
|
|
665
665
|
'azure-native:securityinsights:ContentTemplate',
|
|
@@ -250,7 +250,7 @@ class CustomizableConnectorDefinition(pulumi.CustomResource):
|
|
|
250
250
|
__props__.__dict__["name"] = None
|
|
251
251
|
__props__.__dict__["system_data"] = None
|
|
252
252
|
__props__.__dict__["type"] = None
|
|
253
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:CustomizableConnectorDefinition")])
|
|
253
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:CustomizableConnectorDefinition"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:CustomizableConnectorDefinition")])
|
|
254
254
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
255
255
|
super(CustomizableConnectorDefinition, __self__).__init__(
|
|
256
256
|
'azure-native:securityinsights:CustomizableConnectorDefinition',
|
|
@@ -188,7 +188,7 @@ class EntityAnalytics(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["name"] = None
|
|
189
189
|
__props__.__dict__["system_data"] = None
|
|
190
190
|
__props__.__dict__["type"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:IPSyncer"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights:Ueba")])
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:IPSyncer"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights:Ueba")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(EntityAnalytics, __self__).__init__(
|
|
194
194
|
'azure-native:securityinsights:EntityAnalytics',
|
|
@@ -168,7 +168,7 @@ class EyesOn(pulumi.CustomResource):
|
|
|
168
168
|
__props__.__dict__["name"] = None
|
|
169
169
|
__props__.__dict__["system_data"] = None
|
|
170
170
|
__props__.__dict__["type"] = None
|
|
171
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:IPSyncer"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights:Ueba")])
|
|
171
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:IPSyncer"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:Ueba"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:EyesOn"), pulumi.Alias(type_="azure-native:securityinsights:Anomalies"), pulumi.Alias(type_="azure-native:securityinsights:EntityAnalytics"), pulumi.Alias(type_="azure-native:securityinsights:Ueba")])
|
|
172
172
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
173
173
|
super(EyesOn, __self__).__init__(
|
|
174
174
|
'azure-native:securityinsights:EyesOn',
|
|
@@ -153,7 +153,7 @@ class FileImport(pulumi.CustomResource):
|
|
|
153
153
|
|
|
154
154
|
Uses Azure REST API version 2025-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
155
155
|
|
|
156
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
156
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
157
157
|
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -176,7 +176,7 @@ class FileImport(pulumi.CustomResource):
|
|
|
176
176
|
|
|
177
177
|
Uses Azure REST API version 2025-01-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview.
|
|
178
178
|
|
|
179
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
179
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
180
180
|
|
|
181
181
|
:param str resource_name: The name of the resource.
|
|
182
182
|
:param FileImportArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -241,7 +241,7 @@ class FileImport(pulumi.CustomResource):
|
|
|
241
241
|
__props__.__dict__["total_record_count"] = None
|
|
242
242
|
__props__.__dict__["type"] = None
|
|
243
243
|
__props__.__dict__["valid_record_count"] = None
|
|
244
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:FileImport")])
|
|
244
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:FileImport"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:FileImport")])
|
|
245
245
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
246
246
|
super(FileImport, __self__).__init__(
|
|
247
247
|
'azure-native:securityinsights:FileImport',
|
|
@@ -215,7 +215,7 @@ class FusionAlertRule(pulumi.CustomResource):
|
|
|
215
215
|
__props__.__dict__["tactics"] = None
|
|
216
216
|
__props__.__dict__["techniques"] = None
|
|
217
217
|
__props__.__dict__["type"] = None
|
|
218
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20200101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220801:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230201:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights:ScheduledAlertRule")])
|
|
218
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:securityinsights/v20190101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20200101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210301preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20210901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20211001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220501preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220601preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220701preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220801:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220801preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20220901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20221201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230201:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230301preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230501preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230601preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230701preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230801preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20230901preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231001preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231101:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20231201preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240101preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240301:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240401preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20240901:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:MLBehaviorAnalyticsAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:NrtAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ScheduledAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20241001preview:ThreatIntelligenceAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250101preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250301:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250401preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250601:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights/v20250701preview:FusionAlertRule"), pulumi.Alias(type_="azure-native:securityinsights:MicrosoftSecurityIncidentCreationAlertRule"), pulumi.Alias(type_="azure-native:securityinsights:ScheduledAlertRule")])
|
|
219
219
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
220
220
|
super(FusionAlertRule, __self__).__init__(
|
|
221
221
|
'azure-native:securityinsights:FusionAlertRule',
|
|
@@ -145,7 +145,7 @@ def get_action(action_id: Optional[builtins.str] = None,
|
|
|
145
145
|
|
|
146
146
|
Uses Azure REST API version 2024-09-01.
|
|
147
147
|
|
|
148
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
:param builtins.str action_id: Action ID
|
|
@@ -180,7 +180,7 @@ def get_action_output(action_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
180
180
|
|
|
181
181
|
Uses Azure REST API version 2024-09-01.
|
|
182
182
|
|
|
183
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
183
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
:param builtins.str action_id: Action ID
|
|
@@ -213,7 +213,7 @@ def get_automation_rule(automation_rule_id: Optional[builtins.str] = None,
|
|
|
213
213
|
|
|
214
214
|
Uses Azure REST API version 2024-09-01.
|
|
215
215
|
|
|
216
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
216
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
:param builtins.str automation_rule_id: Automation rule ID
|
|
@@ -251,7 +251,7 @@ def get_automation_rule_output(automation_rule_id: Optional[pulumi.Input[builtin
|
|
|
251
251
|
|
|
252
252
|
Uses Azure REST API version 2024-09-01.
|
|
253
253
|
|
|
254
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
254
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
:param builtins.str automation_rule_id: Automation rule ID
|
|
@@ -276,7 +276,7 @@ def get_bookmark(bookmark_id: Optional[builtins.str] = None,
|
|
|
276
276
|
|
|
277
277
|
Uses Azure REST API version 2024-09-01.
|
|
278
278
|
|
|
279
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
279
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
280
280
|
|
|
281
281
|
|
|
282
282
|
:param builtins.str bookmark_id: Bookmark ID
|
|
@@ -319,7 +319,7 @@ def get_bookmark_output(bookmark_id: Optional[pulumi.Input[builtins.str]] = None
|
|
|
319
319
|
|
|
320
320
|
Uses Azure REST API version 2024-09-01.
|
|
321
321
|
|
|
322
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
322
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
323
323
|
|
|
324
324
|
|
|
325
325
|
:param builtins.str bookmark_id: Bookmark ID
|
|
@@ -169,7 +169,7 @@ def get_bookmark_relation(bookmark_id: Optional[builtins.str] = None,
|
|
|
169
169
|
|
|
170
170
|
Uses Azure REST API version 2025-01-01-preview.
|
|
171
171
|
|
|
172
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
172
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
:param builtins.str bookmark_id: Bookmark ID
|
|
@@ -206,7 +206,7 @@ def get_bookmark_relation_output(bookmark_id: Optional[pulumi.Input[builtins.str
|
|
|
206
206
|
|
|
207
207
|
Uses Azure REST API version 2025-01-01-preview.
|
|
208
208
|
|
|
209
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
:param builtins.str bookmark_id: Bookmark ID
|
|
@@ -159,7 +159,7 @@ def get_business_application_agent(agent_resource_name: Optional[builtins.str] =
|
|
|
159
159
|
|
|
160
160
|
Uses Azure REST API version 2025-01-01-preview.
|
|
161
161
|
|
|
162
|
-
Other available API versions: 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
162
|
+
Other available API versions: 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
:param builtins.str agent_resource_name: Business Application Agent Name
|
|
@@ -193,7 +193,7 @@ def get_business_application_agent_output(agent_resource_name: Optional[pulumi.I
|
|
|
193
193
|
|
|
194
194
|
Uses Azure REST API version 2025-01-01-preview.
|
|
195
195
|
|
|
196
|
-
Other available API versions: 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
196
|
+
Other available API versions: 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
:param builtins.str agent_resource_name: Business Application Agent Name
|
|
@@ -396,7 +396,7 @@ def get_content_package(package_id: Optional[builtins.str] = None,
|
|
|
396
396
|
|
|
397
397
|
Uses Azure REST API version 2024-09-01.
|
|
398
398
|
|
|
399
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
399
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
:param builtins.str package_id: package Id
|
|
@@ -449,7 +449,7 @@ def get_content_package_output(package_id: Optional[pulumi.Input[builtins.str]]
|
|
|
449
449
|
|
|
450
450
|
Uses Azure REST API version 2024-09-01.
|
|
451
451
|
|
|
452
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
452
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
:param builtins.str package_id: package Id
|
|
@@ -447,7 +447,7 @@ def get_content_template(resource_group_name: Optional[builtins.str] = None,
|
|
|
447
447
|
|
|
448
448
|
Uses Azure REST API version 2024-09-01.
|
|
449
449
|
|
|
450
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
450
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -507,7 +507,7 @@ def get_content_template_output(resource_group_name: Optional[pulumi.Input[built
|
|
|
507
507
|
|
|
508
508
|
Uses Azure REST API version 2024-09-01.
|
|
509
509
|
|
|
510
|
-
Other available API versions: 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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
510
|
+
Other available API versions: 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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
511
511
|
|
|
512
512
|
|
|
513
513
|
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -77,7 +77,7 @@ def get_entities_get_timeline(end_time: Optional[builtins.str] = None,
|
|
|
77
77
|
|
|
78
78
|
Uses Azure REST API version 2025-01-01-preview.
|
|
79
79
|
|
|
80
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
80
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
:param builtins.str end_time: The end timeline date, so the results returned are before this date.
|
|
@@ -115,7 +115,7 @@ def get_entities_get_timeline_output(end_time: Optional[pulumi.Input[builtins.st
|
|
|
115
115
|
|
|
116
116
|
Uses Azure REST API version 2025-01-01-preview.
|
|
117
117
|
|
|
118
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
118
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
:param builtins.str end_time: The end timeline date, so the results returned are before this date.
|
|
@@ -76,7 +76,7 @@ def get_entity_insights(add_default_extended_time_range: Optional[builtins.bool]
|
|
|
76
76
|
|
|
77
77
|
Uses Azure REST API version 2025-01-01-preview.
|
|
78
78
|
|
|
79
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
79
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
:param builtins.bool add_default_extended_time_range: Indicates if query time range should be extended with default time range of the query. Default value is false
|
|
@@ -114,7 +114,7 @@ def get_entity_insights_output(add_default_extended_time_range: Optional[pulumi.
|
|
|
114
114
|
|
|
115
115
|
Uses Azure REST API version 2025-01-01-preview.
|
|
116
116
|
|
|
117
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
117
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
:param builtins.bool add_default_extended_time_range: Indicates if query time range should be extended with default time range of the query. Default value is false
|
|
@@ -264,7 +264,7 @@ def get_file_import(file_import_id: Optional[builtins.str] = None,
|
|
|
264
264
|
|
|
265
265
|
Uses Azure REST API version 2025-01-01-preview.
|
|
266
266
|
|
|
267
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
267
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
:param builtins.str file_import_id: File import ID
|
|
@@ -306,7 +306,7 @@ def get_file_import_output(file_import_id: Optional[pulumi.Input[builtins.str]]
|
|
|
306
306
|
|
|
307
307
|
Uses Azure REST API version 2025-01-01-preview.
|
|
308
308
|
|
|
309
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
309
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
310
310
|
|
|
311
311
|
|
|
312
312
|
:param builtins.str file_import_id: File import ID
|
|
@@ -216,7 +216,7 @@ def get_hunt(hunt_id: Optional[builtins.str] = None,
|
|
|
216
216
|
|
|
217
217
|
Uses Azure REST API version 2025-01-01-preview.
|
|
218
218
|
|
|
219
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
219
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
:param builtins.str hunt_id: The hunt id (GUID)
|
|
@@ -254,7 +254,7 @@ def get_hunt_output(hunt_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
254
254
|
|
|
255
255
|
Uses Azure REST API version 2025-01-01-preview.
|
|
256
256
|
|
|
257
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
257
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
:param builtins.str hunt_id: The hunt id (GUID)
|
|
@@ -133,7 +133,7 @@ def get_hunt_comment(hunt_comment_id: Optional[builtins.str] = None,
|
|
|
133
133
|
|
|
134
134
|
Uses Azure REST API version 2025-01-01-preview.
|
|
135
135
|
|
|
136
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
136
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
:param builtins.str hunt_comment_id: The hunt comment id (GUID)
|
|
@@ -167,7 +167,7 @@ def get_hunt_comment_output(hunt_comment_id: Optional[pulumi.Input[builtins.str]
|
|
|
167
167
|
|
|
168
168
|
Uses Azure REST API version 2025-01-01-preview.
|
|
169
169
|
|
|
170
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
170
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param builtins.str hunt_comment_id: The hunt comment id (GUID)
|
|
@@ -181,7 +181,7 @@ def get_hunt_relation(hunt_id: Optional[builtins.str] = None,
|
|
|
181
181
|
|
|
182
182
|
Uses Azure REST API version 2025-01-01-preview.
|
|
183
183
|
|
|
184
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
184
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
:param builtins.str hunt_id: The hunt id (GUID)
|
|
@@ -219,7 +219,7 @@ def get_hunt_relation_output(hunt_id: Optional[pulumi.Input[builtins.str]] = Non
|
|
|
219
219
|
|
|
220
220
|
Uses Azure REST API version 2025-01-01-preview.
|
|
221
221
|
|
|
222
|
-
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
222
|
+
Other available API versions: 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-12-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
:param builtins.str hunt_id: The hunt id (GUID)
|
|
@@ -348,7 +348,7 @@ def get_incident(incident_id: Optional[builtins.str] = None,
|
|
|
348
348
|
|
|
349
349
|
Uses Azure REST API version 2024-09-01.
|
|
350
350
|
|
|
351
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
351
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
352
352
|
|
|
353
353
|
|
|
354
354
|
:param builtins.str incident_id: Incident ID
|
|
@@ -397,7 +397,7 @@ def get_incident_output(incident_id: Optional[pulumi.Input[builtins.str]] = None
|
|
|
397
397
|
|
|
398
398
|
Uses Azure REST API version 2024-09-01.
|
|
399
399
|
|
|
400
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
400
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
401
401
|
|
|
402
402
|
|
|
403
403
|
:param builtins.str incident_id: Incident ID
|
|
@@ -169,7 +169,7 @@ def get_incident_comment(incident_comment_id: Optional[builtins.str] = None,
|
|
|
169
169
|
|
|
170
170
|
Uses Azure REST API version 2024-09-01.
|
|
171
171
|
|
|
172
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
172
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
:param builtins.str incident_comment_id: Incident comment ID
|
|
@@ -206,7 +206,7 @@ def get_incident_comment_output(incident_comment_id: Optional[pulumi.Input[built
|
|
|
206
206
|
|
|
207
207
|
Uses Azure REST API version 2024-09-01.
|
|
208
208
|
|
|
209
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
:param builtins.str incident_comment_id: Incident comment ID
|
|
@@ -169,7 +169,7 @@ def get_incident_relation(incident_id: Optional[builtins.str] = None,
|
|
|
169
169
|
|
|
170
170
|
Uses Azure REST API version 2024-09-01.
|
|
171
171
|
|
|
172
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
172
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
:param builtins.str incident_id: Incident ID
|
|
@@ -206,7 +206,7 @@ def get_incident_relation_output(incident_id: Optional[pulumi.Input[builtins.str
|
|
|
206
206
|
|
|
207
207
|
Uses Azure REST API version 2024-09-01.
|
|
208
208
|
|
|
209
|
-
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, 2025-04-01-preview, 2025-06-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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
209
|
+
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, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. 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](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
:param builtins.str incident_id: Incident ID
|