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
|
@@ -259,6 +259,8 @@ __all__ = [
|
|
|
259
259
|
'OnUploadPropertiesArgsDict',
|
|
260
260
|
'PartialAssessmentPropertiesArgs',
|
|
261
261
|
'PartialAssessmentPropertiesArgsDict',
|
|
262
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
263
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
262
264
|
'ProxyServerPropertiesArgs',
|
|
263
265
|
'ProxyServerPropertiesArgsDict',
|
|
264
266
|
'RecommendationConfigurationPropertiesArgs',
|
|
@@ -8678,6 +8680,82 @@ class PartialAssessmentPropertiesArgs:
|
|
|
8678
8680
|
pulumi.set(self, "assessment_key", value)
|
|
8679
8681
|
|
|
8680
8682
|
|
|
8683
|
+
if not MYPY:
|
|
8684
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
8685
|
+
"""
|
|
8686
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
8687
|
+
"""
|
|
8688
|
+
actions_required: NotRequired[pulumi.Input[builtins.str]]
|
|
8689
|
+
"""
|
|
8690
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
8691
|
+
"""
|
|
8692
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
8693
|
+
"""
|
|
8694
|
+
The reason for approval/rejection of the connection.
|
|
8695
|
+
"""
|
|
8696
|
+
status: NotRequired[pulumi.Input[Union[builtins.str, 'PrivateEndpointServiceConnectionStatus']]]
|
|
8697
|
+
"""
|
|
8698
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
8699
|
+
"""
|
|
8700
|
+
elif False:
|
|
8701
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
8702
|
+
|
|
8703
|
+
@pulumi.input_type
|
|
8704
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
8705
|
+
def __init__(__self__, *,
|
|
8706
|
+
actions_required: Optional[pulumi.Input[builtins.str]] = None,
|
|
8707
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
8708
|
+
status: Optional[pulumi.Input[Union[builtins.str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
8709
|
+
"""
|
|
8710
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
8711
|
+
:param pulumi.Input[builtins.str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
8712
|
+
:param pulumi.Input[builtins.str] description: The reason for approval/rejection of the connection.
|
|
8713
|
+
:param pulumi.Input[Union[builtins.str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
8714
|
+
"""
|
|
8715
|
+
if actions_required is not None:
|
|
8716
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
8717
|
+
if description is not None:
|
|
8718
|
+
pulumi.set(__self__, "description", description)
|
|
8719
|
+
if status is not None:
|
|
8720
|
+
pulumi.set(__self__, "status", status)
|
|
8721
|
+
|
|
8722
|
+
@property
|
|
8723
|
+
@pulumi.getter(name="actionsRequired")
|
|
8724
|
+
def actions_required(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8725
|
+
"""
|
|
8726
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
8727
|
+
"""
|
|
8728
|
+
return pulumi.get(self, "actions_required")
|
|
8729
|
+
|
|
8730
|
+
@actions_required.setter
|
|
8731
|
+
def actions_required(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8732
|
+
pulumi.set(self, "actions_required", value)
|
|
8733
|
+
|
|
8734
|
+
@property
|
|
8735
|
+
@pulumi.getter
|
|
8736
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8737
|
+
"""
|
|
8738
|
+
The reason for approval/rejection of the connection.
|
|
8739
|
+
"""
|
|
8740
|
+
return pulumi.get(self, "description")
|
|
8741
|
+
|
|
8742
|
+
@description.setter
|
|
8743
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8744
|
+
pulumi.set(self, "description", value)
|
|
8745
|
+
|
|
8746
|
+
@property
|
|
8747
|
+
@pulumi.getter
|
|
8748
|
+
def status(self) -> Optional[pulumi.Input[Union[builtins.str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
8749
|
+
"""
|
|
8750
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
8751
|
+
"""
|
|
8752
|
+
return pulumi.get(self, "status")
|
|
8753
|
+
|
|
8754
|
+
@status.setter
|
|
8755
|
+
def status(self, value: Optional[pulumi.Input[Union[builtins.str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
8756
|
+
pulumi.set(self, "status", value)
|
|
8757
|
+
|
|
8758
|
+
|
|
8681
8759
|
if not MYPY:
|
|
8682
8760
|
class ProxyServerPropertiesArgsDict(TypedDict):
|
|
8683
8761
|
"""
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetPrivateEndpointConnectionResult',
|
|
21
|
+
'AwaitableGetPrivateEndpointConnectionResult',
|
|
22
|
+
'get_private_endpoint_connection',
|
|
23
|
+
'get_private_endpoint_connection_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetPrivateEndpointConnectionResult:
|
|
28
|
+
"""
|
|
29
|
+
The private endpoint connection resource.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
|
|
32
|
+
if azure_api_version and not isinstance(azure_api_version, str):
|
|
33
|
+
raise TypeError("Expected argument 'azure_api_version' to be a str")
|
|
34
|
+
pulumi.set(__self__, "azure_api_version", azure_api_version)
|
|
35
|
+
if group_ids and not isinstance(group_ids, list):
|
|
36
|
+
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
37
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if name and not isinstance(name, str):
|
|
42
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "name", name)
|
|
44
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
45
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
47
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
48
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
50
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
51
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
53
|
+
if system_data and not isinstance(system_data, dict):
|
|
54
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
55
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
56
|
+
if type and not isinstance(type, str):
|
|
57
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
58
|
+
pulumi.set(__self__, "type", type)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="azureApiVersion")
|
|
62
|
+
def azure_api_version(self) -> builtins.str:
|
|
63
|
+
"""
|
|
64
|
+
The Azure API version of the resource.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "azure_api_version")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="groupIds")
|
|
70
|
+
def group_ids(self) -> Sequence[builtins.str]:
|
|
71
|
+
"""
|
|
72
|
+
The group ids for the private endpoint resource.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "group_ids")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter
|
|
78
|
+
def id(self) -> builtins.str:
|
|
79
|
+
"""
|
|
80
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "id")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def name(self) -> builtins.str:
|
|
87
|
+
"""
|
|
88
|
+
The name of the resource
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "name")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="privateEndpoint")
|
|
94
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
95
|
+
"""
|
|
96
|
+
The private endpoint resource.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "private_endpoint")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
102
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
103
|
+
"""
|
|
104
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="provisioningState")
|
|
110
|
+
def provisioning_state(self) -> builtins.str:
|
|
111
|
+
"""
|
|
112
|
+
The provisioning state of the private endpoint connection resource.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "provisioning_state")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="systemData")
|
|
118
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
119
|
+
"""
|
|
120
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "system_data")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter
|
|
126
|
+
def type(self) -> builtins.str:
|
|
127
|
+
"""
|
|
128
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "type")
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
|
|
134
|
+
# pylint: disable=using-constant-test
|
|
135
|
+
def __await__(self):
|
|
136
|
+
if False:
|
|
137
|
+
yield self
|
|
138
|
+
return GetPrivateEndpointConnectionResult(
|
|
139
|
+
azure_api_version=self.azure_api_version,
|
|
140
|
+
group_ids=self.group_ids,
|
|
141
|
+
id=self.id,
|
|
142
|
+
name=self.name,
|
|
143
|
+
private_endpoint=self.private_endpoint,
|
|
144
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
145
|
+
provisioning_state=self.provisioning_state,
|
|
146
|
+
system_data=self.system_data,
|
|
147
|
+
type=self.type)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
def get_private_endpoint_connection(private_endpoint_connection_name: Optional[builtins.str] = None,
|
|
151
|
+
private_link_name: Optional[builtins.str] = None,
|
|
152
|
+
resource_group_name: Optional[builtins.str] = None,
|
|
153
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
|
|
154
|
+
"""
|
|
155
|
+
Gets the specified private endpoint connection associated with the private link. Returns the connection details, status, and configuration for a specific private endpoint.
|
|
156
|
+
|
|
157
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
:param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
161
|
+
:param builtins.str private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
162
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
163
|
+
"""
|
|
164
|
+
__args__ = dict()
|
|
165
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
166
|
+
__args__['privateLinkName'] = private_link_name
|
|
167
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
|
+
__ret__ = pulumi.runtime.invoke('azure-native:security:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
170
|
+
|
|
171
|
+
return AwaitableGetPrivateEndpointConnectionResult(
|
|
172
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
173
|
+
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
174
|
+
id=pulumi.get(__ret__, 'id'),
|
|
175
|
+
name=pulumi.get(__ret__, 'name'),
|
|
176
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
177
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
178
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
179
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
180
|
+
type=pulumi.get(__ret__, 'type'))
|
|
181
|
+
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
182
|
+
private_link_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
183
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
184
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
|
|
185
|
+
"""
|
|
186
|
+
Gets the specified private endpoint connection associated with the private link. Returns the connection details, status, and configuration for a specific private endpoint.
|
|
187
|
+
|
|
188
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
:param builtins.str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
192
|
+
:param builtins.str private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
193
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
194
|
+
"""
|
|
195
|
+
__args__ = dict()
|
|
196
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
197
|
+
__args__['privateLinkName'] = private_link_name
|
|
198
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
199
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
200
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:security:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult)
|
|
201
|
+
return __ret__.apply(lambda __response__: GetPrivateEndpointConnectionResult(
|
|
202
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
203
|
+
group_ids=pulumi.get(__response__, 'group_ids'),
|
|
204
|
+
id=pulumi.get(__response__, 'id'),
|
|
205
|
+
name=pulumi.get(__response__, 'name'),
|
|
206
|
+
private_endpoint=pulumi.get(__response__, 'private_endpoint'),
|
|
207
|
+
private_link_service_connection_state=pulumi.get(__response__, 'private_link_service_connection_state'),
|
|
208
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
209
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
210
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'GetPrivateLinkResult',
|
|
21
|
+
'AwaitableGetPrivateLinkResult',
|
|
22
|
+
'get_private_link',
|
|
23
|
+
'get_private_link_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetPrivateLinkResult:
|
|
28
|
+
"""
|
|
29
|
+
A private link resource that enables secure, private connectivity to Microsoft Defender for Cloud services. This resource manages the lifecycle of private endpoint connections and provides the necessary infrastructure for private connectivity.
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, id=None, location=None, name=None, private_endpoint_connections=None, private_link_resources=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
32
|
+
if azure_api_version and not isinstance(azure_api_version, str):
|
|
33
|
+
raise TypeError("Expected argument 'azure_api_version' to be a str")
|
|
34
|
+
pulumi.set(__self__, "azure_api_version", azure_api_version)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if location and not isinstance(location, str):
|
|
39
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
40
|
+
pulumi.set(__self__, "location", location)
|
|
41
|
+
if name and not isinstance(name, str):
|
|
42
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "name", name)
|
|
44
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
45
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
46
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
47
|
+
if private_link_resources and not isinstance(private_link_resources, list):
|
|
48
|
+
raise TypeError("Expected argument 'private_link_resources' to be a list")
|
|
49
|
+
pulumi.set(__self__, "private_link_resources", private_link_resources)
|
|
50
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
51
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
53
|
+
if system_data and not isinstance(system_data, dict):
|
|
54
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
55
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
56
|
+
if tags and not isinstance(tags, dict):
|
|
57
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "tags", tags)
|
|
59
|
+
if type and not isinstance(type, str):
|
|
60
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
61
|
+
pulumi.set(__self__, "type", type)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="azureApiVersion")
|
|
65
|
+
def azure_api_version(self) -> builtins.str:
|
|
66
|
+
"""
|
|
67
|
+
The Azure API version of the resource.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "azure_api_version")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def id(self) -> builtins.str:
|
|
74
|
+
"""
|
|
75
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "id")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def location(self) -> builtins.str:
|
|
82
|
+
"""
|
|
83
|
+
The geo-location where the resource lives
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "location")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter
|
|
89
|
+
def name(self) -> builtins.str:
|
|
90
|
+
"""
|
|
91
|
+
The name of the resource
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "name")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
97
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
98
|
+
"""
|
|
99
|
+
List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="privateLinkResources")
|
|
105
|
+
def private_link_resources(self) -> Sequence['outputs.PrivateLinkResourceResponse']:
|
|
106
|
+
"""
|
|
107
|
+
List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "private_link_resources")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="provisioningState")
|
|
113
|
+
def provisioning_state(self) -> builtins.str:
|
|
114
|
+
"""
|
|
115
|
+
The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "provisioning_state")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="systemData")
|
|
121
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
122
|
+
"""
|
|
123
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "system_data")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
130
|
+
"""
|
|
131
|
+
Resource tags.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "tags")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter
|
|
137
|
+
def type(self) -> builtins.str:
|
|
138
|
+
"""
|
|
139
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "type")
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
class AwaitableGetPrivateLinkResult(GetPrivateLinkResult):
|
|
145
|
+
# pylint: disable=using-constant-test
|
|
146
|
+
def __await__(self):
|
|
147
|
+
if False:
|
|
148
|
+
yield self
|
|
149
|
+
return GetPrivateLinkResult(
|
|
150
|
+
azure_api_version=self.azure_api_version,
|
|
151
|
+
id=self.id,
|
|
152
|
+
location=self.location,
|
|
153
|
+
name=self.name,
|
|
154
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
155
|
+
private_link_resources=self.private_link_resources,
|
|
156
|
+
provisioning_state=self.provisioning_state,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
tags=self.tags,
|
|
159
|
+
type=self.type)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
def get_private_link(private_link_name: Optional[builtins.str] = None,
|
|
163
|
+
resource_group_name: Optional[builtins.str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkResult:
|
|
165
|
+
"""
|
|
166
|
+
Get a private link resource. Returns the configuration and status of private endpoint connectivity for Microsoft Defender for Cloud services in the specified region.
|
|
167
|
+
|
|
168
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:param builtins.str private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
172
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
173
|
+
"""
|
|
174
|
+
__args__ = dict()
|
|
175
|
+
__args__['privateLinkName'] = private_link_name
|
|
176
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:security:getPrivateLink', __args__, opts=opts, typ=GetPrivateLinkResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetPrivateLinkResult(
|
|
181
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
182
|
+
id=pulumi.get(__ret__, 'id'),
|
|
183
|
+
location=pulumi.get(__ret__, 'location'),
|
|
184
|
+
name=pulumi.get(__ret__, 'name'),
|
|
185
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
186
|
+
private_link_resources=pulumi.get(__ret__, 'private_link_resources'),
|
|
187
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
188
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
189
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
def get_private_link_output(private_link_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
192
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
193
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkResult]:
|
|
194
|
+
"""
|
|
195
|
+
Get a private link resource. Returns the configuration and status of private endpoint connectivity for Microsoft Defender for Cloud services in the specified region.
|
|
196
|
+
|
|
197
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
:param builtins.str private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
201
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
202
|
+
"""
|
|
203
|
+
__args__ = dict()
|
|
204
|
+
__args__['privateLinkName'] = private_link_name
|
|
205
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
206
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
207
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:security:getPrivateLink', __args__, opts=opts, typ=GetPrivateLinkResult)
|
|
208
|
+
return __ret__.apply(lambda __response__: GetPrivateLinkResult(
|
|
209
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
210
|
+
id=pulumi.get(__response__, 'id'),
|
|
211
|
+
location=pulumi.get(__response__, 'location'),
|
|
212
|
+
name=pulumi.get(__response__, 'name'),
|
|
213
|
+
private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
|
|
214
|
+
private_link_resources=pulumi.get(__response__, 'private_link_resources'),
|
|
215
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
216
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
217
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
218
|
+
type=pulumi.get(__response__, 'type')))
|