pulumi-azure-native 3.7.0a1755047742__py3-none-any.whl → 3.8.0__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 +2 -0
- pulumi_azure_native/apimanagement/__init__.py +5 -0
- pulumi_azure_native/apimanagement/api.py +3 -3
- pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway_config_connection.py +3 -3
- pulumi_azure_native/apimanagement/api_issue.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
- pulumi_azure_native/apimanagement/api_management_service.py +3 -3
- pulumi_azure_native/apimanagement/api_operation.py +3 -3
- pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_release.py +3 -3
- pulumi_azure_native/apimanagement/api_schema.py +3 -3
- pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
- pulumi_azure_native/apimanagement/api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/api_wiki.py +3 -3
- pulumi_azure_native/apimanagement/authorization.py +3 -3
- pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
- pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
- pulumi_azure_native/apimanagement/authorization_server.py +3 -3
- pulumi_azure_native/apimanagement/backend.py +3 -3
- pulumi_azure_native/apimanagement/cache.py +3 -3
- pulumi_azure_native/apimanagement/certificate.py +3 -3
- pulumi_azure_native/apimanagement/client_application.py +314 -0
- pulumi_azure_native/apimanagement/client_application_product_link.py +246 -0
- pulumi_azure_native/apimanagement/content_item.py +3 -3
- pulumi_azure_native/apimanagement/content_type.py +3 -3
- pulumi_azure_native/apimanagement/diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/documentation.py +3 -3
- pulumi_azure_native/apimanagement/email_template.py +3 -3
- pulumi_azure_native/apimanagement/gateway.py +3 -3
- pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
- pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
- pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
- pulumi_azure_native/apimanagement/get_api.py +2 -2
- pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
- pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
- pulumi_azure_native/apimanagement/get_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_cache.py +2 -2
- pulumi_azure_native/apimanagement/get_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_client_application.py +223 -0
- pulumi_azure_native/apimanagement/get_client_application_product_link.py +159 -0
- pulumi_azure_native/apimanagement/get_content_item.py +2 -2
- pulumi_azure_native/apimanagement/get_content_type.py +2 -2
- pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_documentation.py +2 -2
- pulumi_azure_native/apimanagement/get_email_template.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
- pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_group.py +2 -2
- pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
- pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
- pulumi_azure_native/apimanagement/get_product.py +2 -2
- pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/get_user.py +2 -2
- pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/global_schema.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
- pulumi_azure_native/apimanagement/group.py +3 -3
- pulumi_azure_native/apimanagement/group_user.py +3 -3
- pulumi_azure_native/apimanagement/identity_provider.py +3 -3
- pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_client_application_secrets.py +98 -0
- pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
- pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
- pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/logger.py +3 -3
- pulumi_azure_native/apimanagement/named_value.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
- pulumi_azure_native/apimanagement/outputs.py +35 -0
- pulumi_azure_native/apimanagement/policy.py +3 -3
- pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
- pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
- pulumi_azure_native/apimanagement/product.py +3 -3
- pulumi_azure_native/apimanagement/product_api.py +3 -3
- pulumi_azure_native/apimanagement/product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/product_group.py +3 -3
- pulumi_azure_native/apimanagement/product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/product_policy.py +3 -3
- pulumi_azure_native/apimanagement/product_wiki.py +3 -3
- pulumi_azure_native/apimanagement/schema.py +1 -1
- pulumi_azure_native/apimanagement/subscription.py +3 -3
- pulumi_azure_native/apimanagement/tag.py +3 -3
- pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
- pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
- pulumi_azure_native/apimanagement/user.py +3 -3
- pulumi_azure_native/apimanagement/workspace.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/workspace_backend.py +3 -3
- pulumi_azure_native/apimanagement/workspace_certificate.py +3 -3
- pulumi_azure_native/apimanagement/workspace_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_logger.py +3 -3
- pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +6 -6
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +18 -18
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurefleet/fleet.py +3 -3
- pulumi_azure_native/azurefleet/get_fleet.py +2 -2
- pulumi_azure_native/config/__init__.pyi +11 -1
- pulumi_azure_native/config/vars.py +15 -1
- pulumi_azure_native/containerservice/deployment_safeguard.py +3 -3
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +2 -2
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +3 -3
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/edge/config_template.py +5 -1
- pulumi_azure_native/edge/configuration.py +5 -1
- pulumi_azure_native/edge/configuration_reference.py +5 -1
- pulumi_azure_native/edge/context.py +5 -1
- pulumi_azure_native/edge/diagnostic.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration.py +5 -1
- pulumi_azure_native/edge/dynamic_configuration_version.py +5 -1
- pulumi_azure_native/edge/dynamic_schema.py +5 -1
- pulumi_azure_native/edge/dynamic_schema_version.py +26 -22
- pulumi_azure_native/edge/execution.py +5 -1
- pulumi_azure_native/edge/get_config_template.py +4 -0
- pulumi_azure_native/edge/get_configuration.py +4 -0
- pulumi_azure_native/edge/get_configuration_reference.py +4 -0
- pulumi_azure_native/edge/get_context.py +4 -0
- pulumi_azure_native/edge/get_diagnostic.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +4 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +4 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +10 -6
- pulumi_azure_native/edge/get_execution.py +4 -0
- pulumi_azure_native/edge/get_instance.py +4 -0
- pulumi_azure_native/edge/get_schema.py +4 -0
- pulumi_azure_native/edge/get_schema_version.py +4 -0
- pulumi_azure_native/edge/get_site_reference.py +4 -0
- pulumi_azure_native/edge/get_solution.py +4 -0
- pulumi_azure_native/edge/get_solution_template.py +4 -0
- pulumi_azure_native/edge/get_solution_version.py +4 -0
- pulumi_azure_native/edge/get_target.py +4 -0
- pulumi_azure_native/edge/get_workflow.py +4 -0
- pulumi_azure_native/edge/get_workflow_version.py +4 -0
- pulumi_azure_native/edge/instance.py +5 -1
- pulumi_azure_native/edge/schema.py +5 -1
- pulumi_azure_native/edge/schema_version.py +5 -1
- pulumi_azure_native/edge/site_reference.py +5 -1
- pulumi_azure_native/edge/solution.py +5 -1
- pulumi_azure_native/edge/solution_template.py +5 -1
- pulumi_azure_native/edge/solution_version.py +5 -1
- pulumi_azure_native/edge/target.py +5 -1
- pulumi_azure_native/edge/workflow.py +5 -1
- pulumi_azure_native/edge/workflow_version.py +5 -1
- pulumi_azure_native/healthdataaiservices/deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -4
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -4
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -4
- pulumi_azure_native/loadtestservice/_enums.py +3 -3
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +25 -7
- pulumi_azure_native/loadtestservice/playwright_workspace.py +24 -10
- pulumi_azure_native/monitor/_enums.py +1 -1
- pulumi_azure_native/monitor/_inputs.py +23 -3
- pulumi_azure_native/monitor/get_scheduled_query_rule.py +6 -6
- pulumi_azure_native/monitor/outputs.py +16 -2
- pulumi_azure_native/monitor/scheduled_query_rule.py +12 -12
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/provider.py +43 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redisenterprise/_enums.py +82 -5
- pulumi_azure_native/redisenterprise/_inputs.py +19 -19
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +7 -7
- pulumi_azure_native/redisenterprise/database.py +56 -17
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +6 -6
- pulumi_azure_native/redisenterprise/get_database.py +40 -12
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +8 -8
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +54 -12
- pulumi_azure_native/redisenterprise/list_database_keys.py +8 -8
- pulumi_azure_native/redisenterprise/outputs.py +125 -14
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +7 -7
- pulumi_azure_native/redisenterprise/redis_enterprise.py +63 -14
- pulumi_azure_native/search/_enums.py +121 -10
- pulumi_azure_native/search/_inputs.py +109 -69
- pulumi_azure_native/search/get_private_endpoint_connection.py +26 -12
- pulumi_azure_native/search/get_service.py +117 -19
- pulumi_azure_native/search/get_shared_private_link_resource.py +26 -12
- pulumi_azure_native/search/list_admin_key.py +9 -9
- pulumi_azure_native/search/list_query_key_by_search_service.py +10 -10
- pulumi_azure_native/search/outputs.py +303 -57
- pulumi_azure_native/search/private_endpoint_connection.py +26 -16
- pulumi_azure_native/search/service.py +179 -33
- pulumi_azure_native/search/shared_private_link_resource.py +26 -16
- pulumi_azure_native/servicefabric/application.py +3 -3
- pulumi_azure_native/servicefabric/application_type.py +3 -3
- pulumi_azure_native/servicefabric/application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/get_application.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/get_service.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +2 -2
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +3 -3
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/RECORD +399 -394
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.7.0a1755047742.dist-info → pulumi_azure_native-3.8.0.dist-info}/top_level.txt +0 -0
|
@@ -32,6 +32,8 @@ __all__ = [
|
|
|
32
32
|
'SharedPrivateLinkResourcePropertiesResponse',
|
|
33
33
|
'SharedPrivateLinkResourceResponse',
|
|
34
34
|
'SkuResponse',
|
|
35
|
+
'SystemDataResponse',
|
|
36
|
+
'UserAssignedIdentityResponse',
|
|
35
37
|
]
|
|
36
38
|
|
|
37
39
|
@pulumi.output_type
|
|
@@ -131,7 +133,7 @@ class DataPlaneAuthOptionsResponse(dict):
|
|
|
131
133
|
@pulumi.output_type
|
|
132
134
|
class EncryptionWithCmkResponse(dict):
|
|
133
135
|
"""
|
|
134
|
-
Describes a policy that determines how resources within the search service are to be encrypted with customer
|
|
136
|
+
Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
|
|
135
137
|
"""
|
|
136
138
|
@staticmethod
|
|
137
139
|
def __key_warning(key: str):
|
|
@@ -154,9 +156,9 @@ class EncryptionWithCmkResponse(dict):
|
|
|
154
156
|
encryption_compliance_status: builtins.str,
|
|
155
157
|
enforcement: Optional[builtins.str] = None):
|
|
156
158
|
"""
|
|
157
|
-
Describes a policy that determines how resources within the search service are to be encrypted with customer
|
|
158
|
-
:param builtins.str encryption_compliance_status:
|
|
159
|
-
:param builtins.str enforcement: Describes how a search service should enforce
|
|
159
|
+
Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
|
|
160
|
+
:param builtins.str encryption_compliance_status: Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
|
|
161
|
+
:param builtins.str enforcement: Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
|
|
160
162
|
"""
|
|
161
163
|
pulumi.set(__self__, "encryption_compliance_status", encryption_compliance_status)
|
|
162
164
|
if enforcement is not None:
|
|
@@ -166,7 +168,7 @@ class EncryptionWithCmkResponse(dict):
|
|
|
166
168
|
@pulumi.getter(name="encryptionComplianceStatus")
|
|
167
169
|
def encryption_compliance_status(self) -> builtins.str:
|
|
168
170
|
"""
|
|
169
|
-
|
|
171
|
+
Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
|
|
170
172
|
"""
|
|
171
173
|
return pulumi.get(self, "encryption_compliance_status")
|
|
172
174
|
|
|
@@ -174,7 +176,7 @@ class EncryptionWithCmkResponse(dict):
|
|
|
174
176
|
@pulumi.getter
|
|
175
177
|
def enforcement(self) -> Optional[builtins.str]:
|
|
176
178
|
"""
|
|
177
|
-
Describes how a search service should enforce
|
|
179
|
+
Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
|
|
178
180
|
"""
|
|
179
181
|
return pulumi.get(self, "enforcement")
|
|
180
182
|
|
|
@@ -182,7 +184,7 @@ class EncryptionWithCmkResponse(dict):
|
|
|
182
184
|
@pulumi.output_type
|
|
183
185
|
class IdentityResponse(dict):
|
|
184
186
|
"""
|
|
185
|
-
|
|
187
|
+
Details about the search service identity. A null value indicates that the search service has no identity assigned.
|
|
186
188
|
"""
|
|
187
189
|
@staticmethod
|
|
188
190
|
def __key_warning(key: str):
|
|
@@ -191,6 +193,8 @@ class IdentityResponse(dict):
|
|
|
191
193
|
suggest = "principal_id"
|
|
192
194
|
elif key == "tenantId":
|
|
193
195
|
suggest = "tenant_id"
|
|
196
|
+
elif key == "userAssignedIdentities":
|
|
197
|
+
suggest = "user_assigned_identities"
|
|
194
198
|
|
|
195
199
|
if suggest:
|
|
196
200
|
pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -206,16 +210,20 @@ class IdentityResponse(dict):
|
|
|
206
210
|
def __init__(__self__, *,
|
|
207
211
|
principal_id: builtins.str,
|
|
208
212
|
tenant_id: builtins.str,
|
|
209
|
-
type: builtins.str
|
|
213
|
+
type: builtins.str,
|
|
214
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
210
215
|
"""
|
|
211
|
-
|
|
216
|
+
Details about the search service identity. A null value indicates that the search service has no identity assigned.
|
|
212
217
|
:param builtins.str principal_id: The principal ID of the system-assigned identity of the search service.
|
|
213
218
|
:param builtins.str tenant_id: The tenant ID of the system-assigned identity of the search service.
|
|
214
|
-
:param builtins.str type: The identity type.
|
|
219
|
+
:param builtins.str type: The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
|
|
220
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
215
221
|
"""
|
|
216
222
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
217
223
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
218
224
|
pulumi.set(__self__, "type", type)
|
|
225
|
+
if user_assigned_identities is not None:
|
|
226
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
219
227
|
|
|
220
228
|
@property
|
|
221
229
|
@pulumi.getter(name="principalId")
|
|
@@ -237,21 +245,29 @@ class IdentityResponse(dict):
|
|
|
237
245
|
@pulumi.getter
|
|
238
246
|
def type(self) -> builtins.str:
|
|
239
247
|
"""
|
|
240
|
-
The identity type.
|
|
248
|
+
The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
|
|
241
249
|
"""
|
|
242
250
|
return pulumi.get(self, "type")
|
|
243
251
|
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
254
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
255
|
+
"""
|
|
256
|
+
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
259
|
+
|
|
244
260
|
|
|
245
261
|
@pulumi.output_type
|
|
246
262
|
class IpRuleResponse(dict):
|
|
247
263
|
"""
|
|
248
|
-
The IP restriction rule of the
|
|
264
|
+
The IP restriction rule of the Azure AI Search service.
|
|
249
265
|
"""
|
|
250
266
|
def __init__(__self__, *,
|
|
251
267
|
value: Optional[builtins.str] = None):
|
|
252
268
|
"""
|
|
253
|
-
The IP restriction rule of the
|
|
254
|
-
:param builtins.str value: Value corresponding to a single IPv4 address (
|
|
269
|
+
The IP restriction rule of the Azure AI Search service.
|
|
270
|
+
:param builtins.str value: Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
|
|
255
271
|
"""
|
|
256
272
|
if value is not None:
|
|
257
273
|
pulumi.set(__self__, "value", value)
|
|
@@ -260,7 +276,7 @@ class IpRuleResponse(dict):
|
|
|
260
276
|
@pulumi.getter
|
|
261
277
|
def value(self) -> Optional[builtins.str]:
|
|
262
278
|
"""
|
|
263
|
-
Value corresponding to a single IPv4 address (
|
|
279
|
+
Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
|
|
264
280
|
"""
|
|
265
281
|
return pulumi.get(self, "value")
|
|
266
282
|
|
|
@@ -268,7 +284,7 @@ class IpRuleResponse(dict):
|
|
|
268
284
|
@pulumi.output_type
|
|
269
285
|
class NetworkRuleSetResponse(dict):
|
|
270
286
|
"""
|
|
271
|
-
Network
|
|
287
|
+
Network specific rules that determine how the Azure AI Search service may be reached.
|
|
272
288
|
"""
|
|
273
289
|
@staticmethod
|
|
274
290
|
def __key_warning(key: str):
|
|
@@ -288,19 +304,31 @@ class NetworkRuleSetResponse(dict):
|
|
|
288
304
|
return super().get(key, default)
|
|
289
305
|
|
|
290
306
|
def __init__(__self__, *,
|
|
307
|
+
bypass: Optional[builtins.str] = None,
|
|
291
308
|
ip_rules: Optional[Sequence['outputs.IpRuleResponse']] = None):
|
|
292
309
|
"""
|
|
293
|
-
Network
|
|
294
|
-
:param
|
|
310
|
+
Network specific rules that determine how the Azure AI Search service may be reached.
|
|
311
|
+
:param builtins.str bypass: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
|
|
312
|
+
:param Sequence['IpRuleResponse'] ip_rules: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
|
|
295
313
|
"""
|
|
314
|
+
if bypass is not None:
|
|
315
|
+
pulumi.set(__self__, "bypass", bypass)
|
|
296
316
|
if ip_rules is not None:
|
|
297
317
|
pulumi.set(__self__, "ip_rules", ip_rules)
|
|
298
318
|
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter
|
|
321
|
+
def bypass(self) -> Optional[builtins.str]:
|
|
322
|
+
"""
|
|
323
|
+
Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "bypass")
|
|
326
|
+
|
|
299
327
|
@property
|
|
300
328
|
@pulumi.getter(name="ipRules")
|
|
301
329
|
def ip_rules(self) -> Optional[Sequence['outputs.IpRuleResponse']]:
|
|
302
330
|
"""
|
|
303
|
-
A list of IP restriction rules
|
|
331
|
+
A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
|
|
304
332
|
"""
|
|
305
333
|
return pulumi.get(self, "ip_rules")
|
|
306
334
|
|
|
@@ -308,7 +336,7 @@ class NetworkRuleSetResponse(dict):
|
|
|
308
336
|
@pulumi.output_type
|
|
309
337
|
class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
310
338
|
"""
|
|
311
|
-
Describes the properties of an existing
|
|
339
|
+
Describes the properties of an existing private endpoint connection to the search service.
|
|
312
340
|
"""
|
|
313
341
|
@staticmethod
|
|
314
342
|
def __key_warning(key: str):
|
|
@@ -339,11 +367,11 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
|
339
367
|
private_link_service_connection_state: Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState'] = None,
|
|
340
368
|
provisioning_state: Optional[builtins.str] = None):
|
|
341
369
|
"""
|
|
342
|
-
Describes the properties of an existing
|
|
343
|
-
:param builtins.str group_id: The group
|
|
370
|
+
Describes the properties of an existing private endpoint connection to the search service.
|
|
371
|
+
:param builtins.str group_id: The group ID of the Azure resource for which the private link service is for.
|
|
344
372
|
:param 'PrivateEndpointConnectionPropertiesResponsePrivateEndpoint' private_endpoint: The private endpoint resource from Microsoft.Network provider.
|
|
345
|
-
:param 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState' private_link_service_connection_state: Describes the current state of an existing Private Link
|
|
346
|
-
:param builtins.str provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or
|
|
373
|
+
:param 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState' private_link_service_connection_state: Describes the current state of an existing Azure Private Link service connection to the private endpoint.
|
|
374
|
+
:param builtins.str provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
|
|
347
375
|
"""
|
|
348
376
|
if group_id is not None:
|
|
349
377
|
pulumi.set(__self__, "group_id", group_id)
|
|
@@ -358,7 +386,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
|
358
386
|
@pulumi.getter(name="groupId")
|
|
359
387
|
def group_id(self) -> Optional[builtins.str]:
|
|
360
388
|
"""
|
|
361
|
-
The group
|
|
389
|
+
The group ID of the Azure resource for which the private link service is for.
|
|
362
390
|
"""
|
|
363
391
|
return pulumi.get(self, "group_id")
|
|
364
392
|
|
|
@@ -374,7 +402,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
|
374
402
|
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
375
403
|
def private_link_service_connection_state(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState']:
|
|
376
404
|
"""
|
|
377
|
-
Describes the current state of an existing Private Link
|
|
405
|
+
Describes the current state of an existing Azure Private Link service connection to the private endpoint.
|
|
378
406
|
"""
|
|
379
407
|
return pulumi.get(self, "private_link_service_connection_state")
|
|
380
408
|
|
|
@@ -382,7 +410,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
|
382
410
|
@pulumi.getter(name="provisioningState")
|
|
383
411
|
def provisioning_state(self) -> Optional[builtins.str]:
|
|
384
412
|
"""
|
|
385
|
-
The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or
|
|
413
|
+
The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
|
|
386
414
|
"""
|
|
387
415
|
return pulumi.get(self, "provisioning_state")
|
|
388
416
|
|
|
@@ -396,7 +424,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
|
|
|
396
424
|
id: Optional[builtins.str] = None):
|
|
397
425
|
"""
|
|
398
426
|
The private endpoint resource from Microsoft.Network provider.
|
|
399
|
-
:param builtins.str id: The resource
|
|
427
|
+
:param builtins.str id: The resource ID of the private endpoint resource from Microsoft.Network provider.
|
|
400
428
|
"""
|
|
401
429
|
if id is not None:
|
|
402
430
|
pulumi.set(__self__, "id", id)
|
|
@@ -405,7 +433,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
|
|
|
405
433
|
@pulumi.getter
|
|
406
434
|
def id(self) -> Optional[builtins.str]:
|
|
407
435
|
"""
|
|
408
|
-
The resource
|
|
436
|
+
The resource ID of the private endpoint resource from Microsoft.Network provider.
|
|
409
437
|
"""
|
|
410
438
|
return pulumi.get(self, "id")
|
|
411
439
|
|
|
@@ -413,7 +441,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
|
|
|
413
441
|
@pulumi.output_type
|
|
414
442
|
class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState(dict):
|
|
415
443
|
"""
|
|
416
|
-
Describes the current state of an existing Private Link
|
|
444
|
+
Describes the current state of an existing Azure Private Link service connection to the private endpoint.
|
|
417
445
|
"""
|
|
418
446
|
@staticmethod
|
|
419
447
|
def __key_warning(key: str):
|
|
@@ -437,7 +465,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionSta
|
|
|
437
465
|
description: Optional[builtins.str] = None,
|
|
438
466
|
status: Optional[builtins.str] = None):
|
|
439
467
|
"""
|
|
440
|
-
Describes the current state of an existing Private Link
|
|
468
|
+
Describes the current state of an existing Azure Private Link service connection to the private endpoint.
|
|
441
469
|
:param builtins.str actions_required: A description of any extra actions that may be required.
|
|
442
470
|
:param builtins.str description: The description for the private link service connection state.
|
|
443
471
|
:param builtins.str status: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
|
|
@@ -479,22 +507,42 @@ class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionSta
|
|
|
479
507
|
@pulumi.output_type
|
|
480
508
|
class PrivateEndpointConnectionResponse(dict):
|
|
481
509
|
"""
|
|
482
|
-
Describes an existing private endpoint connection to the
|
|
510
|
+
Describes an existing private endpoint connection to the Azure AI Search service.
|
|
483
511
|
"""
|
|
512
|
+
@staticmethod
|
|
513
|
+
def __key_warning(key: str):
|
|
514
|
+
suggest = None
|
|
515
|
+
if key == "systemData":
|
|
516
|
+
suggest = "system_data"
|
|
517
|
+
|
|
518
|
+
if suggest:
|
|
519
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
520
|
+
|
|
521
|
+
def __getitem__(self, key: str) -> Any:
|
|
522
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
523
|
+
return super().__getitem__(key)
|
|
524
|
+
|
|
525
|
+
def get(self, key: str, default = None) -> Any:
|
|
526
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
527
|
+
return super().get(key, default)
|
|
528
|
+
|
|
484
529
|
def __init__(__self__, *,
|
|
485
530
|
id: builtins.str,
|
|
486
531
|
name: builtins.str,
|
|
532
|
+
system_data: 'outputs.SystemDataResponse',
|
|
487
533
|
type: builtins.str,
|
|
488
534
|
properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
|
|
489
535
|
"""
|
|
490
|
-
Describes an existing private endpoint connection to the
|
|
491
|
-
:param builtins.str id: Fully qualified resource ID for the resource.
|
|
536
|
+
Describes an existing private endpoint connection to the Azure AI Search service.
|
|
537
|
+
:param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
492
538
|
:param builtins.str name: The name of the resource
|
|
539
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
493
540
|
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
494
|
-
:param 'PrivateEndpointConnectionPropertiesResponse' properties: Describes the properties of an existing private endpoint connection to the
|
|
541
|
+
:param 'PrivateEndpointConnectionPropertiesResponse' properties: Describes the properties of an existing private endpoint connection to the Azure AI Search service.
|
|
495
542
|
"""
|
|
496
543
|
pulumi.set(__self__, "id", id)
|
|
497
544
|
pulumi.set(__self__, "name", name)
|
|
545
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
498
546
|
pulumi.set(__self__, "type", type)
|
|
499
547
|
if properties is not None:
|
|
500
548
|
pulumi.set(__self__, "properties", properties)
|
|
@@ -503,7 +551,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
503
551
|
@pulumi.getter
|
|
504
552
|
def id(self) -> builtins.str:
|
|
505
553
|
"""
|
|
506
|
-
Fully qualified resource ID for the resource.
|
|
554
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
507
555
|
"""
|
|
508
556
|
return pulumi.get(self, "id")
|
|
509
557
|
|
|
@@ -515,6 +563,14 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
515
563
|
"""
|
|
516
564
|
return pulumi.get(self, "name")
|
|
517
565
|
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter(name="systemData")
|
|
568
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
569
|
+
"""
|
|
570
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "system_data")
|
|
573
|
+
|
|
518
574
|
@property
|
|
519
575
|
@pulumi.getter
|
|
520
576
|
def type(self) -> builtins.str:
|
|
@@ -527,7 +583,7 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
527
583
|
@pulumi.getter
|
|
528
584
|
def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
529
585
|
"""
|
|
530
|
-
Describes the properties of an existing private endpoint connection to the
|
|
586
|
+
Describes the properties of an existing private endpoint connection to the Azure AI Search service.
|
|
531
587
|
"""
|
|
532
588
|
return pulumi.get(self, "properties")
|
|
533
589
|
|
|
@@ -535,15 +591,15 @@ class PrivateEndpointConnectionResponse(dict):
|
|
|
535
591
|
@pulumi.output_type
|
|
536
592
|
class QueryKeyResponse(dict):
|
|
537
593
|
"""
|
|
538
|
-
Describes an API key for a given
|
|
594
|
+
Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
|
|
539
595
|
"""
|
|
540
596
|
def __init__(__self__, *,
|
|
541
597
|
key: builtins.str,
|
|
542
598
|
name: builtins.str):
|
|
543
599
|
"""
|
|
544
|
-
Describes an API key for a given
|
|
600
|
+
Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
|
|
545
601
|
:param builtins.str key: The value of the query API key.
|
|
546
|
-
:param builtins.str name: The name of the query API key
|
|
602
|
+
:param builtins.str name: The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
|
|
547
603
|
"""
|
|
548
604
|
pulumi.set(__self__, "key", key)
|
|
549
605
|
pulumi.set(__self__, "name", name)
|
|
@@ -560,7 +616,7 @@ class QueryKeyResponse(dict):
|
|
|
560
616
|
@pulumi.getter
|
|
561
617
|
def name(self) -> builtins.str:
|
|
562
618
|
"""
|
|
563
|
-
The name of the query API key
|
|
619
|
+
The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
|
|
564
620
|
"""
|
|
565
621
|
return pulumi.get(self, "name")
|
|
566
622
|
|
|
@@ -568,7 +624,7 @@ class QueryKeyResponse(dict):
|
|
|
568
624
|
@pulumi.output_type
|
|
569
625
|
class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
570
626
|
"""
|
|
571
|
-
Describes the properties of an existing
|
|
627
|
+
Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
|
|
572
628
|
"""
|
|
573
629
|
@staticmethod
|
|
574
630
|
def __key_warning(key: str):
|
|
@@ -603,12 +659,12 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
603
659
|
resource_region: Optional[builtins.str] = None,
|
|
604
660
|
status: Optional[builtins.str] = None):
|
|
605
661
|
"""
|
|
606
|
-
Describes the properties of an existing
|
|
607
|
-
:param builtins.str group_id: The group
|
|
608
|
-
:param builtins.str private_link_resource_id: The resource
|
|
662
|
+
Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
|
|
663
|
+
:param builtins.str group_id: The group ID from the provider of resource the shared private link resource is for.
|
|
664
|
+
:param builtins.str private_link_resource_id: The resource ID of the resource the shared private link resource is for.
|
|
609
665
|
:param builtins.str provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
|
|
610
|
-
:param builtins.str request_message: The
|
|
611
|
-
:param builtins.str resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource
|
|
666
|
+
:param builtins.str request_message: The message for requesting approval of the shared private link resource.
|
|
667
|
+
:param builtins.str resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
|
|
612
668
|
:param builtins.str status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
|
|
613
669
|
"""
|
|
614
670
|
if group_id is not None:
|
|
@@ -628,7 +684,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
628
684
|
@pulumi.getter(name="groupId")
|
|
629
685
|
def group_id(self) -> Optional[builtins.str]:
|
|
630
686
|
"""
|
|
631
|
-
The group
|
|
687
|
+
The group ID from the provider of resource the shared private link resource is for.
|
|
632
688
|
"""
|
|
633
689
|
return pulumi.get(self, "group_id")
|
|
634
690
|
|
|
@@ -636,7 +692,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
636
692
|
@pulumi.getter(name="privateLinkResourceId")
|
|
637
693
|
def private_link_resource_id(self) -> Optional[builtins.str]:
|
|
638
694
|
"""
|
|
639
|
-
The resource
|
|
695
|
+
The resource ID of the resource the shared private link resource is for.
|
|
640
696
|
"""
|
|
641
697
|
return pulumi.get(self, "private_link_resource_id")
|
|
642
698
|
|
|
@@ -652,7 +708,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
652
708
|
@pulumi.getter(name="requestMessage")
|
|
653
709
|
def request_message(self) -> Optional[builtins.str]:
|
|
654
710
|
"""
|
|
655
|
-
The
|
|
711
|
+
The message for requesting approval of the shared private link resource.
|
|
656
712
|
"""
|
|
657
713
|
return pulumi.get(self, "request_message")
|
|
658
714
|
|
|
@@ -660,7 +716,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
660
716
|
@pulumi.getter(name="resourceRegion")
|
|
661
717
|
def resource_region(self) -> Optional[builtins.str]:
|
|
662
718
|
"""
|
|
663
|
-
Optional. Can be used to specify the Azure Resource Manager location of the resource
|
|
719
|
+
Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
|
|
664
720
|
"""
|
|
665
721
|
return pulumi.get(self, "resource_region")
|
|
666
722
|
|
|
@@ -676,22 +732,42 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
|
|
|
676
732
|
@pulumi.output_type
|
|
677
733
|
class SharedPrivateLinkResourceResponse(dict):
|
|
678
734
|
"""
|
|
679
|
-
Describes a
|
|
735
|
+
Describes a shared private link resource managed by the Azure AI Search service.
|
|
680
736
|
"""
|
|
737
|
+
@staticmethod
|
|
738
|
+
def __key_warning(key: str):
|
|
739
|
+
suggest = None
|
|
740
|
+
if key == "systemData":
|
|
741
|
+
suggest = "system_data"
|
|
742
|
+
|
|
743
|
+
if suggest:
|
|
744
|
+
pulumi.log.warn(f"Key '{key}' not found in SharedPrivateLinkResourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
745
|
+
|
|
746
|
+
def __getitem__(self, key: str) -> Any:
|
|
747
|
+
SharedPrivateLinkResourceResponse.__key_warning(key)
|
|
748
|
+
return super().__getitem__(key)
|
|
749
|
+
|
|
750
|
+
def get(self, key: str, default = None) -> Any:
|
|
751
|
+
SharedPrivateLinkResourceResponse.__key_warning(key)
|
|
752
|
+
return super().get(key, default)
|
|
753
|
+
|
|
681
754
|
def __init__(__self__, *,
|
|
682
755
|
id: builtins.str,
|
|
683
756
|
name: builtins.str,
|
|
757
|
+
system_data: 'outputs.SystemDataResponse',
|
|
684
758
|
type: builtins.str,
|
|
685
759
|
properties: Optional['outputs.SharedPrivateLinkResourcePropertiesResponse'] = None):
|
|
686
760
|
"""
|
|
687
|
-
Describes a
|
|
688
|
-
:param builtins.str id: Fully qualified resource ID for the resource.
|
|
761
|
+
Describes a shared private link resource managed by the Azure AI Search service.
|
|
762
|
+
:param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
689
763
|
:param builtins.str name: The name of the resource
|
|
764
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
690
765
|
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
691
|
-
:param 'SharedPrivateLinkResourcePropertiesResponse' properties: Describes the properties of a
|
|
766
|
+
:param 'SharedPrivateLinkResourcePropertiesResponse' properties: Describes the properties of a shared private link resource managed by the Azure AI Search service.
|
|
692
767
|
"""
|
|
693
768
|
pulumi.set(__self__, "id", id)
|
|
694
769
|
pulumi.set(__self__, "name", name)
|
|
770
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
695
771
|
pulumi.set(__self__, "type", type)
|
|
696
772
|
if properties is not None:
|
|
697
773
|
pulumi.set(__self__, "properties", properties)
|
|
@@ -700,7 +776,7 @@ class SharedPrivateLinkResourceResponse(dict):
|
|
|
700
776
|
@pulumi.getter
|
|
701
777
|
def id(self) -> builtins.str:
|
|
702
778
|
"""
|
|
703
|
-
Fully qualified resource ID for the resource.
|
|
779
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
704
780
|
"""
|
|
705
781
|
return pulumi.get(self, "id")
|
|
706
782
|
|
|
@@ -712,6 +788,14 @@ class SharedPrivateLinkResourceResponse(dict):
|
|
|
712
788
|
"""
|
|
713
789
|
return pulumi.get(self, "name")
|
|
714
790
|
|
|
791
|
+
@property
|
|
792
|
+
@pulumi.getter(name="systemData")
|
|
793
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
794
|
+
"""
|
|
795
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
796
|
+
"""
|
|
797
|
+
return pulumi.get(self, "system_data")
|
|
798
|
+
|
|
715
799
|
@property
|
|
716
800
|
@pulumi.getter
|
|
717
801
|
def type(self) -> builtins.str:
|
|
@@ -724,7 +808,7 @@ class SharedPrivateLinkResourceResponse(dict):
|
|
|
724
808
|
@pulumi.getter
|
|
725
809
|
def properties(self) -> Optional['outputs.SharedPrivateLinkResourcePropertiesResponse']:
|
|
726
810
|
"""
|
|
727
|
-
Describes the properties of a
|
|
811
|
+
Describes the properties of a shared private link resource managed by the Azure AI Search service.
|
|
728
812
|
"""
|
|
729
813
|
return pulumi.get(self, "properties")
|
|
730
814
|
|
|
@@ -752,3 +836,165 @@ class SkuResponse(dict):
|
|
|
752
836
|
return pulumi.get(self, "name")
|
|
753
837
|
|
|
754
838
|
|
|
839
|
+
@pulumi.output_type
|
|
840
|
+
class SystemDataResponse(dict):
|
|
841
|
+
"""
|
|
842
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
843
|
+
"""
|
|
844
|
+
@staticmethod
|
|
845
|
+
def __key_warning(key: str):
|
|
846
|
+
suggest = None
|
|
847
|
+
if key == "createdAt":
|
|
848
|
+
suggest = "created_at"
|
|
849
|
+
elif key == "createdBy":
|
|
850
|
+
suggest = "created_by"
|
|
851
|
+
elif key == "createdByType":
|
|
852
|
+
suggest = "created_by_type"
|
|
853
|
+
elif key == "lastModifiedAt":
|
|
854
|
+
suggest = "last_modified_at"
|
|
855
|
+
elif key == "lastModifiedBy":
|
|
856
|
+
suggest = "last_modified_by"
|
|
857
|
+
elif key == "lastModifiedByType":
|
|
858
|
+
suggest = "last_modified_by_type"
|
|
859
|
+
|
|
860
|
+
if suggest:
|
|
861
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
862
|
+
|
|
863
|
+
def __getitem__(self, key: str) -> Any:
|
|
864
|
+
SystemDataResponse.__key_warning(key)
|
|
865
|
+
return super().__getitem__(key)
|
|
866
|
+
|
|
867
|
+
def get(self, key: str, default = None) -> Any:
|
|
868
|
+
SystemDataResponse.__key_warning(key)
|
|
869
|
+
return super().get(key, default)
|
|
870
|
+
|
|
871
|
+
def __init__(__self__, *,
|
|
872
|
+
created_at: Optional[builtins.str] = None,
|
|
873
|
+
created_by: Optional[builtins.str] = None,
|
|
874
|
+
created_by_type: Optional[builtins.str] = None,
|
|
875
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
876
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
877
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
878
|
+
"""
|
|
879
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
880
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
881
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
882
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
883
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
884
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
885
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
886
|
+
"""
|
|
887
|
+
if created_at is not None:
|
|
888
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
889
|
+
if created_by is not None:
|
|
890
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
891
|
+
if created_by_type is not None:
|
|
892
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
893
|
+
if last_modified_at is not None:
|
|
894
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
895
|
+
if last_modified_by is not None:
|
|
896
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
897
|
+
if last_modified_by_type is not None:
|
|
898
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter(name="createdAt")
|
|
902
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
903
|
+
"""
|
|
904
|
+
The timestamp of resource creation (UTC).
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "created_at")
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter(name="createdBy")
|
|
910
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
911
|
+
"""
|
|
912
|
+
The identity that created the resource.
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "created_by")
|
|
915
|
+
|
|
916
|
+
@property
|
|
917
|
+
@pulumi.getter(name="createdByType")
|
|
918
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
919
|
+
"""
|
|
920
|
+
The type of identity that created the resource.
|
|
921
|
+
"""
|
|
922
|
+
return pulumi.get(self, "created_by_type")
|
|
923
|
+
|
|
924
|
+
@property
|
|
925
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
926
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
927
|
+
"""
|
|
928
|
+
The timestamp of resource last modification (UTC)
|
|
929
|
+
"""
|
|
930
|
+
return pulumi.get(self, "last_modified_at")
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
934
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
935
|
+
"""
|
|
936
|
+
The identity that last modified the resource.
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "last_modified_by")
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
942
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
943
|
+
"""
|
|
944
|
+
The type of identity that last modified the resource.
|
|
945
|
+
"""
|
|
946
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
@pulumi.output_type
|
|
950
|
+
class UserAssignedIdentityResponse(dict):
|
|
951
|
+
"""
|
|
952
|
+
User assigned identity properties
|
|
953
|
+
"""
|
|
954
|
+
@staticmethod
|
|
955
|
+
def __key_warning(key: str):
|
|
956
|
+
suggest = None
|
|
957
|
+
if key == "clientId":
|
|
958
|
+
suggest = "client_id"
|
|
959
|
+
elif key == "principalId":
|
|
960
|
+
suggest = "principal_id"
|
|
961
|
+
|
|
962
|
+
if suggest:
|
|
963
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
964
|
+
|
|
965
|
+
def __getitem__(self, key: str) -> Any:
|
|
966
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
967
|
+
return super().__getitem__(key)
|
|
968
|
+
|
|
969
|
+
def get(self, key: str, default = None) -> Any:
|
|
970
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
971
|
+
return super().get(key, default)
|
|
972
|
+
|
|
973
|
+
def __init__(__self__, *,
|
|
974
|
+
client_id: builtins.str,
|
|
975
|
+
principal_id: builtins.str):
|
|
976
|
+
"""
|
|
977
|
+
User assigned identity properties
|
|
978
|
+
:param builtins.str client_id: The client ID of the assigned identity.
|
|
979
|
+
:param builtins.str principal_id: The principal ID of the assigned identity.
|
|
980
|
+
"""
|
|
981
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
982
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
983
|
+
|
|
984
|
+
@property
|
|
985
|
+
@pulumi.getter(name="clientId")
|
|
986
|
+
def client_id(self) -> builtins.str:
|
|
987
|
+
"""
|
|
988
|
+
The client ID of the assigned identity.
|
|
989
|
+
"""
|
|
990
|
+
return pulumi.get(self, "client_id")
|
|
991
|
+
|
|
992
|
+
@property
|
|
993
|
+
@pulumi.getter(name="principalId")
|
|
994
|
+
def principal_id(self) -> builtins.str:
|
|
995
|
+
"""
|
|
996
|
+
The principal ID of the assigned identity.
|
|
997
|
+
"""
|
|
998
|
+
return pulumi.get(self, "principal_id")
|
|
999
|
+
|
|
1000
|
+
|