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,362 @@
|
|
|
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
|
+
'GetCommunityResult',
|
|
21
|
+
'AwaitableGetCommunityResult',
|
|
22
|
+
'get_community',
|
|
23
|
+
'get_community_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetCommunityResult:
|
|
28
|
+
"""
|
|
29
|
+
Community Model Resource
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, address_space=None, approval_settings=None, azure_api_version=None, community_role_assignments=None, dns_servers=None, firewall_sku=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, policy_override=None, provisioning_state=None, resource_collection=None, system_data=None, tags=None, type=None):
|
|
32
|
+
if address_space and not isinstance(address_space, str):
|
|
33
|
+
raise TypeError("Expected argument 'address_space' to be a str")
|
|
34
|
+
pulumi.set(__self__, "address_space", address_space)
|
|
35
|
+
if approval_settings and not isinstance(approval_settings, dict):
|
|
36
|
+
raise TypeError("Expected argument 'approval_settings' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "approval_settings", approval_settings)
|
|
38
|
+
if azure_api_version and not isinstance(azure_api_version, str):
|
|
39
|
+
raise TypeError("Expected argument 'azure_api_version' to be a str")
|
|
40
|
+
pulumi.set(__self__, "azure_api_version", azure_api_version)
|
|
41
|
+
if community_role_assignments and not isinstance(community_role_assignments, list):
|
|
42
|
+
raise TypeError("Expected argument 'community_role_assignments' to be a list")
|
|
43
|
+
pulumi.set(__self__, "community_role_assignments", community_role_assignments)
|
|
44
|
+
if dns_servers and not isinstance(dns_servers, list):
|
|
45
|
+
raise TypeError("Expected argument 'dns_servers' to be a list")
|
|
46
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
47
|
+
if firewall_sku and not isinstance(firewall_sku, str):
|
|
48
|
+
raise TypeError("Expected argument 'firewall_sku' to be a str")
|
|
49
|
+
pulumi.set(__self__, "firewall_sku", firewall_sku)
|
|
50
|
+
if governed_service_list and not isinstance(governed_service_list, list):
|
|
51
|
+
raise TypeError("Expected argument 'governed_service_list' to be a list")
|
|
52
|
+
pulumi.set(__self__, "governed_service_list", governed_service_list)
|
|
53
|
+
if id and not isinstance(id, str):
|
|
54
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
55
|
+
pulumi.set(__self__, "id", id)
|
|
56
|
+
if identity and not isinstance(identity, dict):
|
|
57
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "identity", identity)
|
|
59
|
+
if location and not isinstance(location, str):
|
|
60
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
61
|
+
pulumi.set(__self__, "location", location)
|
|
62
|
+
if maintenance_mode_configuration and not isinstance(maintenance_mode_configuration, dict):
|
|
63
|
+
raise TypeError("Expected argument 'maintenance_mode_configuration' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "maintenance_mode_configuration", maintenance_mode_configuration)
|
|
65
|
+
if managed_on_behalf_of_configuration and not isinstance(managed_on_behalf_of_configuration, dict):
|
|
66
|
+
raise TypeError("Expected argument 'managed_on_behalf_of_configuration' to be a dict")
|
|
67
|
+
pulumi.set(__self__, "managed_on_behalf_of_configuration", managed_on_behalf_of_configuration)
|
|
68
|
+
if managed_resource_group_name and not isinstance(managed_resource_group_name, str):
|
|
69
|
+
raise TypeError("Expected argument 'managed_resource_group_name' to be a str")
|
|
70
|
+
pulumi.set(__self__, "managed_resource_group_name", managed_resource_group_name)
|
|
71
|
+
if name and not isinstance(name, str):
|
|
72
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
73
|
+
pulumi.set(__self__, "name", name)
|
|
74
|
+
if policy_override and not isinstance(policy_override, str):
|
|
75
|
+
raise TypeError("Expected argument 'policy_override' to be a str")
|
|
76
|
+
pulumi.set(__self__, "policy_override", policy_override)
|
|
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
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="addressSpace")
|
|
95
|
+
def address_space(self) -> Optional[builtins.str]:
|
|
96
|
+
"""
|
|
97
|
+
Address Space.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "address_space")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="approvalSettings")
|
|
103
|
+
def approval_settings(self) -> Optional['outputs.ApprovalSettingsResponse']:
|
|
104
|
+
"""
|
|
105
|
+
Approval requirements for various actions on the community's resources.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "approval_settings")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="azureApiVersion")
|
|
111
|
+
def azure_api_version(self) -> builtins.str:
|
|
112
|
+
"""
|
|
113
|
+
The Azure API version of the resource.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "azure_api_version")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="communityRoleAssignments")
|
|
119
|
+
def community_role_assignments(self) -> Optional[Sequence['outputs.RoleAssignmentItemResponse']]:
|
|
120
|
+
"""
|
|
121
|
+
Community role assignments
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "community_role_assignments")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="dnsServers")
|
|
127
|
+
def dns_servers(self) -> Optional[Sequence[builtins.str]]:
|
|
128
|
+
"""
|
|
129
|
+
DNS Servers.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "dns_servers")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="firewallSku")
|
|
135
|
+
def firewall_sku(self) -> Optional[builtins.str]:
|
|
136
|
+
"""
|
|
137
|
+
SKU of the community's Azure Firewall (Basic, Standard, Premium). Standard is the default
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "firewall_sku")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="governedServiceList")
|
|
143
|
+
def governed_service_list(self) -> Optional[Sequence['outputs.GovernedServiceItemResponse']]:
|
|
144
|
+
"""
|
|
145
|
+
List of services governed by a community.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "governed_service_list")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter
|
|
151
|
+
def id(self) -> builtins.str:
|
|
152
|
+
"""
|
|
153
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "id")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter
|
|
159
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
160
|
+
"""
|
|
161
|
+
The managed service identities assigned to this resource.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "identity")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def location(self) -> builtins.str:
|
|
168
|
+
"""
|
|
169
|
+
The geo-location where the resource lives
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "location")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="maintenanceModeConfiguration")
|
|
175
|
+
def maintenance_mode_configuration(self) -> Optional['outputs.MaintenanceModeConfigurationModelResponse']:
|
|
176
|
+
"""
|
|
177
|
+
Maintenance Mode configuration.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "maintenance_mode_configuration")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="managedOnBehalfOfConfiguration")
|
|
183
|
+
def managed_on_behalf_of_configuration(self) -> 'outputs.ManagedOnBehalfOfConfigurationResponse':
|
|
184
|
+
"""
|
|
185
|
+
Managed On Behalf Of Configuration.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "managed_on_behalf_of_configuration")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="managedResourceGroupName")
|
|
191
|
+
def managed_resource_group_name(self) -> builtins.str:
|
|
192
|
+
"""
|
|
193
|
+
Managed resource group name.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "managed_resource_group_name")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter
|
|
199
|
+
def name(self) -> builtins.str:
|
|
200
|
+
"""
|
|
201
|
+
The name of the resource
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "name")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="policyOverride")
|
|
207
|
+
def policy_override(self) -> Optional[builtins.str]:
|
|
208
|
+
"""
|
|
209
|
+
Policy override setting for the community. Specifies whether to apply enclave-specific policies or disable policy enforcement.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "policy_override")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="provisioningState")
|
|
215
|
+
def provisioning_state(self) -> builtins.str:
|
|
216
|
+
"""
|
|
217
|
+
Provisioning State.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "provisioning_state")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="resourceCollection")
|
|
223
|
+
def resource_collection(self) -> Sequence[builtins.str]:
|
|
224
|
+
"""
|
|
225
|
+
List of resource ids created by communities.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "resource_collection")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter(name="systemData")
|
|
231
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
232
|
+
"""
|
|
233
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "system_data")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter
|
|
239
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
240
|
+
"""
|
|
241
|
+
Resource tags.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "tags")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def type(self) -> builtins.str:
|
|
248
|
+
"""
|
|
249
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "type")
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
class AwaitableGetCommunityResult(GetCommunityResult):
|
|
255
|
+
# pylint: disable=using-constant-test
|
|
256
|
+
def __await__(self):
|
|
257
|
+
if False:
|
|
258
|
+
yield self
|
|
259
|
+
return GetCommunityResult(
|
|
260
|
+
address_space=self.address_space,
|
|
261
|
+
approval_settings=self.approval_settings,
|
|
262
|
+
azure_api_version=self.azure_api_version,
|
|
263
|
+
community_role_assignments=self.community_role_assignments,
|
|
264
|
+
dns_servers=self.dns_servers,
|
|
265
|
+
firewall_sku=self.firewall_sku,
|
|
266
|
+
governed_service_list=self.governed_service_list,
|
|
267
|
+
id=self.id,
|
|
268
|
+
identity=self.identity,
|
|
269
|
+
location=self.location,
|
|
270
|
+
maintenance_mode_configuration=self.maintenance_mode_configuration,
|
|
271
|
+
managed_on_behalf_of_configuration=self.managed_on_behalf_of_configuration,
|
|
272
|
+
managed_resource_group_name=self.managed_resource_group_name,
|
|
273
|
+
name=self.name,
|
|
274
|
+
policy_override=self.policy_override,
|
|
275
|
+
provisioning_state=self.provisioning_state,
|
|
276
|
+
resource_collection=self.resource_collection,
|
|
277
|
+
system_data=self.system_data,
|
|
278
|
+
tags=self.tags,
|
|
279
|
+
type=self.type)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
def get_community(community_name: Optional[builtins.str] = None,
|
|
283
|
+
resource_group_name: Optional[builtins.str] = None,
|
|
284
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCommunityResult:
|
|
285
|
+
"""
|
|
286
|
+
Get a CommunityResource
|
|
287
|
+
|
|
288
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
289
|
+
|
|
290
|
+
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.
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
294
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
295
|
+
"""
|
|
296
|
+
__args__ = dict()
|
|
297
|
+
__args__['communityName'] = community_name
|
|
298
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
299
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
300
|
+
__ret__ = pulumi.runtime.invoke('azure-native:mission:getCommunity', __args__, opts=opts, typ=GetCommunityResult).value
|
|
301
|
+
|
|
302
|
+
return AwaitableGetCommunityResult(
|
|
303
|
+
address_space=pulumi.get(__ret__, 'address_space'),
|
|
304
|
+
approval_settings=pulumi.get(__ret__, 'approval_settings'),
|
|
305
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
306
|
+
community_role_assignments=pulumi.get(__ret__, 'community_role_assignments'),
|
|
307
|
+
dns_servers=pulumi.get(__ret__, 'dns_servers'),
|
|
308
|
+
firewall_sku=pulumi.get(__ret__, 'firewall_sku'),
|
|
309
|
+
governed_service_list=pulumi.get(__ret__, 'governed_service_list'),
|
|
310
|
+
id=pulumi.get(__ret__, 'id'),
|
|
311
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
312
|
+
location=pulumi.get(__ret__, 'location'),
|
|
313
|
+
maintenance_mode_configuration=pulumi.get(__ret__, 'maintenance_mode_configuration'),
|
|
314
|
+
managed_on_behalf_of_configuration=pulumi.get(__ret__, 'managed_on_behalf_of_configuration'),
|
|
315
|
+
managed_resource_group_name=pulumi.get(__ret__, 'managed_resource_group_name'),
|
|
316
|
+
name=pulumi.get(__ret__, 'name'),
|
|
317
|
+
policy_override=pulumi.get(__ret__, 'policy_override'),
|
|
318
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
319
|
+
resource_collection=pulumi.get(__ret__, 'resource_collection'),
|
|
320
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
321
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
322
|
+
type=pulumi.get(__ret__, 'type'))
|
|
323
|
+
def get_community_output(community_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
324
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
325
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCommunityResult]:
|
|
326
|
+
"""
|
|
327
|
+
Get a CommunityResource
|
|
328
|
+
|
|
329
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
330
|
+
|
|
331
|
+
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.
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
335
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
336
|
+
"""
|
|
337
|
+
__args__ = dict()
|
|
338
|
+
__args__['communityName'] = community_name
|
|
339
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
340
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
341
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:mission:getCommunity', __args__, opts=opts, typ=GetCommunityResult)
|
|
342
|
+
return __ret__.apply(lambda __response__: GetCommunityResult(
|
|
343
|
+
address_space=pulumi.get(__response__, 'address_space'),
|
|
344
|
+
approval_settings=pulumi.get(__response__, 'approval_settings'),
|
|
345
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
346
|
+
community_role_assignments=pulumi.get(__response__, 'community_role_assignments'),
|
|
347
|
+
dns_servers=pulumi.get(__response__, 'dns_servers'),
|
|
348
|
+
firewall_sku=pulumi.get(__response__, 'firewall_sku'),
|
|
349
|
+
governed_service_list=pulumi.get(__response__, 'governed_service_list'),
|
|
350
|
+
id=pulumi.get(__response__, 'id'),
|
|
351
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
352
|
+
location=pulumi.get(__response__, 'location'),
|
|
353
|
+
maintenance_mode_configuration=pulumi.get(__response__, 'maintenance_mode_configuration'),
|
|
354
|
+
managed_on_behalf_of_configuration=pulumi.get(__response__, 'managed_on_behalf_of_configuration'),
|
|
355
|
+
managed_resource_group_name=pulumi.get(__response__, 'managed_resource_group_name'),
|
|
356
|
+
name=pulumi.get(__response__, 'name'),
|
|
357
|
+
policy_override=pulumi.get(__response__, 'policy_override'),
|
|
358
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
359
|
+
resource_collection=pulumi.get(__response__, 'resource_collection'),
|
|
360
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
361
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
362
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,228 @@
|
|
|
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
|
+
'GetCommunityEndpointResult',
|
|
21
|
+
'AwaitableGetCommunityEndpointResult',
|
|
22
|
+
'get_community_endpoint',
|
|
23
|
+
'get_community_endpoint_output',
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
@pulumi.output_type
|
|
27
|
+
class GetCommunityEndpointResult:
|
|
28
|
+
"""
|
|
29
|
+
CommunityEndpoint Model Resource
|
|
30
|
+
"""
|
|
31
|
+
def __init__(__self__, azure_api_version=None, id=None, location=None, name=None, provisioning_state=None, resource_collection=None, rule_collection=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 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 rule_collection and not isinstance(rule_collection, list):
|
|
51
|
+
raise TypeError("Expected argument 'rule_collection' to be a list")
|
|
52
|
+
pulumi.set(__self__, "rule_collection", rule_collection)
|
|
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="provisioningState")
|
|
97
|
+
def provisioning_state(self) -> builtins.str:
|
|
98
|
+
"""
|
|
99
|
+
Provisioning State.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "provisioning_state")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="resourceCollection")
|
|
105
|
+
def resource_collection(self) -> Sequence[builtins.str]:
|
|
106
|
+
"""
|
|
107
|
+
List of resource ids created by community endpoint.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "resource_collection")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="ruleCollection")
|
|
113
|
+
def rule_collection(self) -> Sequence['outputs.CommunityEndpointDestinationRuleResponse']:
|
|
114
|
+
"""
|
|
115
|
+
Community Endpoint Rule Collection.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "rule_collection")
|
|
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 AwaitableGetCommunityEndpointResult(GetCommunityEndpointResult):
|
|
145
|
+
# pylint: disable=using-constant-test
|
|
146
|
+
def __await__(self):
|
|
147
|
+
if False:
|
|
148
|
+
yield self
|
|
149
|
+
return GetCommunityEndpointResult(
|
|
150
|
+
azure_api_version=self.azure_api_version,
|
|
151
|
+
id=self.id,
|
|
152
|
+
location=self.location,
|
|
153
|
+
name=self.name,
|
|
154
|
+
provisioning_state=self.provisioning_state,
|
|
155
|
+
resource_collection=self.resource_collection,
|
|
156
|
+
rule_collection=self.rule_collection,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
tags=self.tags,
|
|
159
|
+
type=self.type)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
def get_community_endpoint(community_endpoint_name: Optional[builtins.str] = None,
|
|
163
|
+
community_name: Optional[builtins.str] = None,
|
|
164
|
+
resource_group_name: Optional[builtins.str] = None,
|
|
165
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCommunityEndpointResult:
|
|
166
|
+
"""
|
|
167
|
+
Get a CommunityEndpointResource
|
|
168
|
+
|
|
169
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
170
|
+
|
|
171
|
+
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.
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param builtins.str community_endpoint_name: The name of the Community Endpoint Resource
|
|
175
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
176
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
177
|
+
"""
|
|
178
|
+
__args__ = dict()
|
|
179
|
+
__args__['communityEndpointName'] = community_endpoint_name
|
|
180
|
+
__args__['communityName'] = community_name
|
|
181
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
183
|
+
__ret__ = pulumi.runtime.invoke('azure-native:mission:getCommunityEndpoint', __args__, opts=opts, typ=GetCommunityEndpointResult).value
|
|
184
|
+
|
|
185
|
+
return AwaitableGetCommunityEndpointResult(
|
|
186
|
+
azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
|
|
187
|
+
id=pulumi.get(__ret__, 'id'),
|
|
188
|
+
location=pulumi.get(__ret__, 'location'),
|
|
189
|
+
name=pulumi.get(__ret__, 'name'),
|
|
190
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
191
|
+
resource_collection=pulumi.get(__ret__, 'resource_collection'),
|
|
192
|
+
rule_collection=pulumi.get(__ret__, 'rule_collection'),
|
|
193
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
194
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
195
|
+
type=pulumi.get(__ret__, 'type'))
|
|
196
|
+
def get_community_endpoint_output(community_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
197
|
+
community_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
198
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
199
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCommunityEndpointResult]:
|
|
200
|
+
"""
|
|
201
|
+
Get a CommunityEndpointResource
|
|
202
|
+
|
|
203
|
+
Uses Azure REST API version 2025-05-01-preview.
|
|
204
|
+
|
|
205
|
+
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.
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
:param builtins.str community_endpoint_name: The name of the Community Endpoint Resource
|
|
209
|
+
:param builtins.str community_name: The name of the communityResource Resource
|
|
210
|
+
:param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
211
|
+
"""
|
|
212
|
+
__args__ = dict()
|
|
213
|
+
__args__['communityEndpointName'] = community_endpoint_name
|
|
214
|
+
__args__['communityName'] = community_name
|
|
215
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:mission:getCommunityEndpoint', __args__, opts=opts, typ=GetCommunityEndpointResult)
|
|
218
|
+
return __ret__.apply(lambda __response__: GetCommunityEndpointResult(
|
|
219
|
+
azure_api_version=pulumi.get(__response__, 'azure_api_version'),
|
|
220
|
+
id=pulumi.get(__response__, 'id'),
|
|
221
|
+
location=pulumi.get(__response__, 'location'),
|
|
222
|
+
name=pulumi.get(__response__, 'name'),
|
|
223
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
224
|
+
resource_collection=pulumi.get(__response__, 'resource_collection'),
|
|
225
|
+
rule_collection=pulumi.get(__response__, 'rule_collection'),
|
|
226
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
227
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
228
|
+
type=pulumi.get(__response__, 'type')))
|