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
|
@@ -0,0 +1,242 @@
|
|
|
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
|
+
'GetTransitHubResult',
|
|
21
|
+
'AwaitableGetTransitHubResult',
|
|
22
|
+
'get_transit_hub',
|
|
23
|
+
'get_transit_hub_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetTransitHubResult:
|
|
28
|
+
"""
|
|
29
|
+
TransitHub Model Resource
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, id=None, location=None, name=None, provisioning_state=None, resource_collection=None, state=None, system_data=None, tags=None, transit_option=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 provisioning_state and not isinstance(provisioning_state, str):
|
|
45
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
46
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
47
|
+
if resource_collection and not isinstance(resource_collection, list):
|
|
48
|
+
raise TypeError("Expected argument 'resource_collection' to be a list")
|
|
49
|
+
pulumi.set(__self__, "resource_collection", resource_collection)
|
|
50
|
+
if state and not isinstance(state, str):
|
|
51
|
+
raise TypeError("Expected argument 'state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "state", 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 transit_option and not isinstance(transit_option, dict):
|
|
60
|
+
raise TypeError("Expected argument 'transit_option' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "transit_option", transit_option)
|
|
62
|
+
if type and not isinstance(type, str):
|
|
63
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
64
|
+
pulumi.set(__self__, "type", type)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="azureApiVersion")
|
|
68
|
+
def azure_api_version(self) -> builtins.str:
|
|
69
|
+
"""
|
|
70
|
+
The Azure API version of the resource.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "azure_api_version")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def id(self) -> builtins.str:
|
|
77
|
+
"""
|
|
78
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def location(self) -> builtins.str:
|
|
85
|
+
"""
|
|
86
|
+
The geo-location where the resource lives
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "location")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def name(self) -> builtins.str:
|
|
93
|
+
"""
|
|
94
|
+
The name of the resource
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "name")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="provisioningState")
|
|
100
|
+
def provisioning_state(self) -> builtins.str:
|
|
101
|
+
"""
|
|
102
|
+
The status of the last operation.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "provisioning_state")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="resourceCollection")
|
|
108
|
+
def resource_collection(self) -> Sequence[builtins.str]:
|
|
109
|
+
"""
|
|
110
|
+
List of resource ids modified by transitHubs.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "resource_collection")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def state(self) -> Optional[builtins.str]:
|
|
117
|
+
"""
|
|
118
|
+
The state of the transitHub.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "state")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="systemData")
|
|
124
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
125
|
+
"""
|
|
126
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "system_data")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
133
|
+
"""
|
|
134
|
+
Resource tags.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "tags")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="transitOption")
|
|
140
|
+
def transit_option(self) -> Optional['outputs.TransitOptionResponse']:
|
|
141
|
+
"""
|
|
142
|
+
The TransitOption of the transitHub.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "transit_option")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def type(self) -> builtins.str:
|
|
149
|
+
"""
|
|
150
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "type")
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
class AwaitableGetTransitHubResult(GetTransitHubResult):
|
|
156
|
+
# pylint: disable=using-constant-test
|
|
157
|
+
def __await__(self):
|
|
158
|
+
if False:
|
|
159
|
+
yield self
|
|
160
|
+
return GetTransitHubResult(
|
|
161
|
+
azure_api_version=self.azure_api_version,
|
|
162
|
+
id=self.id,
|
|
163
|
+
location=self.location,
|
|
164
|
+
name=self.name,
|
|
165
|
+
provisioning_state=self.provisioning_state,
|
|
166
|
+
resource_collection=self.resource_collection,
|
|
167
|
+
state=self.state,
|
|
168
|
+
system_data=self.system_data,
|
|
169
|
+
tags=self.tags,
|
|
170
|
+
transit_option=self.transit_option,
|
|
171
|
+
type=self.type)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
def get_transit_hub(community_name: Optional[builtins.str] = None,
|
|
175
|
+
resource_group_name: Optional[builtins.str] = None,
|
|
176
|
+
transit_hub_name: Optional[builtins.str] = None,
|
|
177
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransitHubResult:
|
|
178
|
+
"""
|
|
179
|
+
Get a TransitHubResource
|
|
180
|
+
|
|
181
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
182
|
+
|
|
183
|
+
Other available API versions: 2024-06-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native mission [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
187
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
188
|
+
:param builtins.str transit_hub_name: The name of the TransitHub Resource
|
|
189
|
+
"""
|
|
190
|
+
__args__ = dict()
|
|
191
|
+
__args__['communityName'] = community_name
|
|
192
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
193
|
+
__args__['transitHubName'] = transit_hub_name
|
|
194
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
195
|
+
__ret__ = pulumi.runtime.invoke('azure-native:mission:getTransitHub', __args__, opts=opts, typ=GetTransitHubResult).value
|
|
196
|
+
|
|
197
|
+
return AwaitableGetTransitHubResult(
|
|
198
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
199
|
+
id=pulumi.get(__ret__, 'id'),
|
|
200
|
+
location=pulumi.get(__ret__, 'location'),
|
|
201
|
+
name=pulumi.get(__ret__, 'name'),
|
|
202
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
203
|
+
resource_collection=pulumi.get(__ret__, 'resource_collection'),
|
|
204
|
+
state=pulumi.get(__ret__, 'state'),
|
|
205
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
206
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
207
|
+
transit_option=pulumi.get(__ret__, 'transit_option'),
|
|
208
|
+
type=pulumi.get(__ret__, 'type'))
|
|
209
|
+
def get_transit_hub_output(community_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
210
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
211
|
+
transit_hub_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
212
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransitHubResult]:
|
|
213
|
+
"""
|
|
214
|
+
Get a TransitHubResource
|
|
215
|
+
|
|
216
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
217
|
+
|
|
218
|
+
Other available API versions: 2024-06-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native mission [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
222
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
223
|
+
:param builtins.str transit_hub_name: The name of the TransitHub Resource
|
|
224
|
+
"""
|
|
225
|
+
__args__ = dict()
|
|
226
|
+
__args__['communityName'] = community_name
|
|
227
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
228
|
+
__args__['transitHubName'] = transit_hub_name
|
|
229
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
230
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:mission:getTransitHub', __args__, opts=opts, typ=GetTransitHubResult)
|
|
231
|
+
return __ret__.apply(lambda __response__: GetTransitHubResult(
|
|
232
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
233
|
+
id=pulumi.get(__response__, 'id'),
|
|
234
|
+
location=pulumi.get(__response__, 'location'),
|
|
235
|
+
name=pulumi.get(__response__, 'name'),
|
|
236
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
237
|
+
resource_collection=pulumi.get(__response__, 'resource_collection'),
|
|
238
|
+
state=pulumi.get(__response__, 'state'),
|
|
239
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
240
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
241
|
+
transit_option=pulumi.get(__response__, 'transit_option'),
|
|
242
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,376 @@
|
|
|
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
|
+
'GetVirtualEnclaveResult',
|
|
21
|
+
'AwaitableGetVirtualEnclaveResult',
|
|
22
|
+
'get_virtual_enclave',
|
|
23
|
+
'get_virtual_enclave_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetVirtualEnclaveResult:
|
|
28
|
+
"""
|
|
29
|
+
Virtual Enclave Model Resource
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, bastion_enabled=None, community_resource_id=None, enclave_address_spaces=None, enclave_default_settings=None, enclave_role_assignments=None, enclave_virtual_network=None, governed_service_list=None, id=None, identity=None, location=None, maintenance_mode_configuration=None, managed_on_behalf_of_configuration=None, managed_resource_group_name=None, name=None, provisioning_state=None, resource_collection=None, system_data=None, tags=None, type=None, workload_role_assignments=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 bastion_enabled and not isinstance(bastion_enabled, bool):
|
|
36
|
+
raise TypeError("Expected argument 'bastion_enabled' to be a bool")
|
|
37
|
+
pulumi.set(__self__, "bastion_enabled", bastion_enabled)
|
|
38
|
+
if community_resource_id and not isinstance(community_resource_id, str):
|
|
39
|
+
raise TypeError("Expected argument 'community_resource_id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "community_resource_id", community_resource_id)
|
|
41
|
+
if enclave_address_spaces and not isinstance(enclave_address_spaces, dict):
|
|
42
|
+
raise TypeError("Expected argument 'enclave_address_spaces' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "enclave_address_spaces", enclave_address_spaces)
|
|
44
|
+
if enclave_default_settings and not isinstance(enclave_default_settings, dict):
|
|
45
|
+
raise TypeError("Expected argument 'enclave_default_settings' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "enclave_default_settings", enclave_default_settings)
|
|
47
|
+
if enclave_role_assignments and not isinstance(enclave_role_assignments, list):
|
|
48
|
+
raise TypeError("Expected argument 'enclave_role_assignments' to be a list")
|
|
49
|
+
pulumi.set(__self__, "enclave_role_assignments", enclave_role_assignments)
|
|
50
|
+
if enclave_virtual_network and not isinstance(enclave_virtual_network, dict):
|
|
51
|
+
raise TypeError("Expected argument 'enclave_virtual_network' to be a dict")
|
|
52
|
+
pulumi.set(__self__, "enclave_virtual_network", enclave_virtual_network)
|
|
53
|
+
if governed_service_list and not isinstance(governed_service_list, list):
|
|
54
|
+
raise TypeError("Expected argument 'governed_service_list' to be a list")
|
|
55
|
+
pulumi.set(__self__, "governed_service_list", governed_service_list)
|
|
56
|
+
if id and not isinstance(id, str):
|
|
57
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
58
|
+
pulumi.set(__self__, "id", id)
|
|
59
|
+
if identity and not isinstance(identity, dict):
|
|
60
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "identity", identity)
|
|
62
|
+
if location and not isinstance(location, str):
|
|
63
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
64
|
+
pulumi.set(__self__, "location", location)
|
|
65
|
+
if maintenance_mode_configuration and not isinstance(maintenance_mode_configuration, dict):
|
|
66
|
+
raise TypeError("Expected argument 'maintenance_mode_configuration' to be a dict")
|
|
67
|
+
pulumi.set(__self__, "maintenance_mode_configuration", maintenance_mode_configuration)
|
|
68
|
+
if managed_on_behalf_of_configuration and not isinstance(managed_on_behalf_of_configuration, dict):
|
|
69
|
+
raise TypeError("Expected argument 'managed_on_behalf_of_configuration' to be a dict")
|
|
70
|
+
pulumi.set(__self__, "managed_on_behalf_of_configuration", managed_on_behalf_of_configuration)
|
|
71
|
+
if managed_resource_group_name and not isinstance(managed_resource_group_name, str):
|
|
72
|
+
raise TypeError("Expected argument 'managed_resource_group_name' to be a str")
|
|
73
|
+
pulumi.set(__self__, "managed_resource_group_name", managed_resource_group_name)
|
|
74
|
+
if name and not isinstance(name, str):
|
|
75
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
76
|
+
pulumi.set(__self__, "name", name)
|
|
77
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
78
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
79
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
80
|
+
if resource_collection and not isinstance(resource_collection, list):
|
|
81
|
+
raise TypeError("Expected argument 'resource_collection' to be a list")
|
|
82
|
+
pulumi.set(__self__, "resource_collection", resource_collection)
|
|
83
|
+
if system_data and not isinstance(system_data, dict):
|
|
84
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
85
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
86
|
+
if tags and not isinstance(tags, dict):
|
|
87
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
88
|
+
pulumi.set(__self__, "tags", tags)
|
|
89
|
+
if type and not isinstance(type, str):
|
|
90
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
91
|
+
pulumi.set(__self__, "type", type)
|
|
92
|
+
if workload_role_assignments and not isinstance(workload_role_assignments, list):
|
|
93
|
+
raise TypeError("Expected argument 'workload_role_assignments' to be a list")
|
|
94
|
+
pulumi.set(__self__, "workload_role_assignments", workload_role_assignments)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="azureApiVersion")
|
|
98
|
+
def azure_api_version(self) -> builtins.str:
|
|
99
|
+
"""
|
|
100
|
+
The Azure API version of the resource.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "azure_api_version")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="bastionEnabled")
|
|
106
|
+
def bastion_enabled(self) -> Optional[builtins.bool]:
|
|
107
|
+
"""
|
|
108
|
+
Deploy Bastion service (True or False).
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "bastion_enabled")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="communityResourceId")
|
|
114
|
+
def community_resource_id(self) -> builtins.str:
|
|
115
|
+
"""
|
|
116
|
+
Community Resource Id.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "community_resource_id")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="enclaveAddressSpaces")
|
|
122
|
+
def enclave_address_spaces(self) -> 'outputs.EnclaveAddressSpacesModelResponse':
|
|
123
|
+
"""
|
|
124
|
+
Enclave Address Spaces
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "enclave_address_spaces")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="enclaveDefaultSettings")
|
|
130
|
+
def enclave_default_settings(self) -> Optional['outputs.EnclaveDefaultSettingsModelResponse']:
|
|
131
|
+
"""
|
|
132
|
+
Enclave default settings.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "enclave_default_settings")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="enclaveRoleAssignments")
|
|
138
|
+
def enclave_role_assignments(self) -> Optional[Sequence['outputs.RoleAssignmentItemResponse']]:
|
|
139
|
+
"""
|
|
140
|
+
Enclave role assignments
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "enclave_role_assignments")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="enclaveVirtualNetwork")
|
|
146
|
+
def enclave_virtual_network(self) -> 'outputs.EnclaveVirtualNetworkModelResponse':
|
|
147
|
+
"""
|
|
148
|
+
Virtual Network.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "enclave_virtual_network")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="governedServiceList")
|
|
154
|
+
def governed_service_list(self) -> Optional[Sequence['outputs.GovernedServiceItemResponse']]:
|
|
155
|
+
"""
|
|
156
|
+
Enclave specific policies
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "governed_service_list")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def id(self) -> builtins.str:
|
|
163
|
+
"""
|
|
164
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "id")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
171
|
+
"""
|
|
172
|
+
The managed service identities assigned to this resource.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "identity")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter
|
|
178
|
+
def location(self) -> builtins.str:
|
|
179
|
+
"""
|
|
180
|
+
The geo-location where the resource lives
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "location")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="maintenanceModeConfiguration")
|
|
186
|
+
def maintenance_mode_configuration(self) -> Optional['outputs.MaintenanceModeConfigurationModelResponse']:
|
|
187
|
+
"""
|
|
188
|
+
Maintenance Mode configuration.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "maintenance_mode_configuration")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="managedOnBehalfOfConfiguration")
|
|
194
|
+
def managed_on_behalf_of_configuration(self) -> 'outputs.ManagedOnBehalfOfConfigurationResponse':
|
|
195
|
+
"""
|
|
196
|
+
Managed On Behalf Of Configuration.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "managed_on_behalf_of_configuration")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="managedResourceGroupName")
|
|
202
|
+
def managed_resource_group_name(self) -> builtins.str:
|
|
203
|
+
"""
|
|
204
|
+
Managed resource group name.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "managed_resource_group_name")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def name(self) -> builtins.str:
|
|
211
|
+
"""
|
|
212
|
+
The name of the resource
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "name")
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="provisioningState")
|
|
218
|
+
def provisioning_state(self) -> builtins.str:
|
|
219
|
+
"""
|
|
220
|
+
Provisioning State.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "provisioning_state")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="resourceCollection")
|
|
226
|
+
def resource_collection(self) -> Sequence[builtins.str]:
|
|
227
|
+
"""
|
|
228
|
+
List of resource ids created by Virtual Enclave.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "resource_collection")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="systemData")
|
|
234
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
235
|
+
"""
|
|
236
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "system_data")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
243
|
+
"""
|
|
244
|
+
Resource tags.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "tags")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def type(self) -> builtins.str:
|
|
251
|
+
"""
|
|
252
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "type")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="workloadRoleAssignments")
|
|
258
|
+
def workload_role_assignments(self) -> Optional[Sequence['outputs.RoleAssignmentItemResponse']]:
|
|
259
|
+
"""
|
|
260
|
+
Workload role assignments
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "workload_role_assignments")
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
class AwaitableGetVirtualEnclaveResult(GetVirtualEnclaveResult):
|
|
266
|
+
# pylint: disable=using-constant-test
|
|
267
|
+
def __await__(self):
|
|
268
|
+
if False:
|
|
269
|
+
yield self
|
|
270
|
+
return GetVirtualEnclaveResult(
|
|
271
|
+
azure_api_version=self.azure_api_version,
|
|
272
|
+
bastion_enabled=self.bastion_enabled,
|
|
273
|
+
community_resource_id=self.community_resource_id,
|
|
274
|
+
enclave_address_spaces=self.enclave_address_spaces,
|
|
275
|
+
enclave_default_settings=self.enclave_default_settings,
|
|
276
|
+
enclave_role_assignments=self.enclave_role_assignments,
|
|
277
|
+
enclave_virtual_network=self.enclave_virtual_network,
|
|
278
|
+
governed_service_list=self.governed_service_list,
|
|
279
|
+
id=self.id,
|
|
280
|
+
identity=self.identity,
|
|
281
|
+
location=self.location,
|
|
282
|
+
maintenance_mode_configuration=self.maintenance_mode_configuration,
|
|
283
|
+
managed_on_behalf_of_configuration=self.managed_on_behalf_of_configuration,
|
|
284
|
+
managed_resource_group_name=self.managed_resource_group_name,
|
|
285
|
+
name=self.name,
|
|
286
|
+
provisioning_state=self.provisioning_state,
|
|
287
|
+
resource_collection=self.resource_collection,
|
|
288
|
+
system_data=self.system_data,
|
|
289
|
+
tags=self.tags,
|
|
290
|
+
type=self.type,
|
|
291
|
+
workload_role_assignments=self.workload_role_assignments)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
def get_virtual_enclave(resource_group_name: Optional[builtins.str] = None,
|
|
295
|
+
virtual_enclave_name: Optional[builtins.str] = None,
|
|
296
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualEnclaveResult:
|
|
297
|
+
"""
|
|
298
|
+
Get a EnclaveResource
|
|
299
|
+
|
|
300
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
301
|
+
|
|
302
|
+
Other available API versions: 2024-06-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native mission [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
306
|
+
:param builtins.str virtual_enclave_name: The name of the enclaveResource Resource
|
|
307
|
+
"""
|
|
308
|
+
__args__ = dict()
|
|
309
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
310
|
+
__args__['virtualEnclaveName'] = virtual_enclave_name
|
|
311
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
312
|
+
__ret__ = pulumi.runtime.invoke('azure-native:mission:getVirtualEnclave', __args__, opts=opts, typ=GetVirtualEnclaveResult).value
|
|
313
|
+
|
|
314
|
+
return AwaitableGetVirtualEnclaveResult(
|
|
315
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
316
|
+
bastion_enabled=pulumi.get(__ret__, 'bastion_enabled'),
|
|
317
|
+
community_resource_id=pulumi.get(__ret__, 'community_resource_id'),
|
|
318
|
+
enclave_address_spaces=pulumi.get(__ret__, 'enclave_address_spaces'),
|
|
319
|
+
enclave_default_settings=pulumi.get(__ret__, 'enclave_default_settings'),
|
|
320
|
+
enclave_role_assignments=pulumi.get(__ret__, 'enclave_role_assignments'),
|
|
321
|
+
enclave_virtual_network=pulumi.get(__ret__, 'enclave_virtual_network'),
|
|
322
|
+
governed_service_list=pulumi.get(__ret__, 'governed_service_list'),
|
|
323
|
+
id=pulumi.get(__ret__, 'id'),
|
|
324
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
325
|
+
location=pulumi.get(__ret__, 'location'),
|
|
326
|
+
maintenance_mode_configuration=pulumi.get(__ret__, 'maintenance_mode_configuration'),
|
|
327
|
+
managed_on_behalf_of_configuration=pulumi.get(__ret__, 'managed_on_behalf_of_configuration'),
|
|
328
|
+
managed_resource_group_name=pulumi.get(__ret__, 'managed_resource_group_name'),
|
|
329
|
+
name=pulumi.get(__ret__, 'name'),
|
|
330
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
331
|
+
resource_collection=pulumi.get(__ret__, 'resource_collection'),
|
|
332
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
333
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
334
|
+
type=pulumi.get(__ret__, 'type'),
|
|
335
|
+
workload_role_assignments=pulumi.get(__ret__, 'workload_role_assignments'))
|
|
336
|
+
def get_virtual_enclave_output(resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
337
|
+
virtual_enclave_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
338
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVirtualEnclaveResult]:
|
|
339
|
+
"""
|
|
340
|
+
Get a EnclaveResource
|
|
341
|
+
|
|
342
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
343
|
+
|
|
344
|
+
Other available API versions: 2024-06-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native mission [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
348
|
+
:param builtins.str virtual_enclave_name: The name of the enclaveResource Resource
|
|
349
|
+
"""
|
|
350
|
+
__args__ = dict()
|
|
351
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
352
|
+
__args__['virtualEnclaveName'] = virtual_enclave_name
|
|
353
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
354
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:mission:getVirtualEnclave', __args__, opts=opts, typ=GetVirtualEnclaveResult)
|
|
355
|
+
return __ret__.apply(lambda __response__: GetVirtualEnclaveResult(
|
|
356
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
357
|
+
bastion_enabled=pulumi.get(__response__, 'bastion_enabled'),
|
|
358
|
+
community_resource_id=pulumi.get(__response__, 'community_resource_id'),
|
|
359
|
+
enclave_address_spaces=pulumi.get(__response__, 'enclave_address_spaces'),
|
|
360
|
+
enclave_default_settings=pulumi.get(__response__, 'enclave_default_settings'),
|
|
361
|
+
enclave_role_assignments=pulumi.get(__response__, 'enclave_role_assignments'),
|
|
362
|
+
enclave_virtual_network=pulumi.get(__response__, 'enclave_virtual_network'),
|
|
363
|
+
governed_service_list=pulumi.get(__response__, 'governed_service_list'),
|
|
364
|
+
id=pulumi.get(__response__, 'id'),
|
|
365
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
366
|
+
location=pulumi.get(__response__, 'location'),
|
|
367
|
+
maintenance_mode_configuration=pulumi.get(__response__, 'maintenance_mode_configuration'),
|
|
368
|
+
managed_on_behalf_of_configuration=pulumi.get(__response__, 'managed_on_behalf_of_configuration'),
|
|
369
|
+
managed_resource_group_name=pulumi.get(__response__, 'managed_resource_group_name'),
|
|
370
|
+
name=pulumi.get(__response__, 'name'),
|
|
371
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
372
|
+
resource_collection=pulumi.get(__response__, 'resource_collection'),
|
|
373
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
374
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
375
|
+
type=pulumi.get(__response__, 'type'),
|
|
376
|
+
workload_role_assignments=pulumi.get(__response__, 'workload_role_assignments')))
|