pulumi-azure-native 2.57.0__py3-none-any.whl → 2.57.0a1724076329__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 +0 -104
- pulumi_azure_native/billing/_enums.py +12 -0
- pulumi_azure_native/billing/_inputs.py +5 -5
- pulumi_azure_native/billing/v20240401/_enums.py +12 -0
- pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
- pulumi_azure_native/compute/v20240701/_enums.py +1 -1
- pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
- pulumi_azure_native/compute/v20240701/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +19 -140
- pulumi_azure_native/datafactory/outputs.py +13 -98
- pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -140
- pulumi_azure_native/datafactory/v20180601/outputs.py +13 -98
- pulumi_azure_native/documentdb/__init__.py +0 -3
- pulumi_azure_native/documentdb/_inputs.py +0 -56
- pulumi_azure_native/documentdb/firewall_rule.py +70 -30
- pulumi_azure_native/documentdb/get_firewall_rule.py +38 -12
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/outputs.py +0 -66
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -251
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +68 -28
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +36 -10
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +114 -10
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +49 -10
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +218 -21
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -294
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +58 -27
- pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -291
- pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +68 -28
- pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +36 -10
- pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +152 -9
- pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +49 -10
- pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +286 -20
- pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -332
- pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +58 -27
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/iotoperations/__init__.py +0 -3
- pulumi_azure_native/iotoperations/broker.py +1 -5
- pulumi_azure_native/iotoperations/broker_authentication.py +1 -5
- pulumi_azure_native/iotoperations/broker_authorization.py +1 -5
- pulumi_azure_native/iotoperations/broker_listener.py +1 -5
- pulumi_azure_native/iotoperations/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/get_broker.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -4
- pulumi_azure_native/iotoperations/get_broker_listener.py +0 -4
- pulumi_azure_native/iotoperations/get_instance.py +0 -4
- pulumi_azure_native/iotoperations/instance.py +1 -5
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
- pulumi_azure_native/netapp/__init__.py +0 -3
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.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_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/network/__init__.py +0 -15
- pulumi_azure_native/network/_enums.py +0 -11
- pulumi_azure_native/network/_inputs.py +0 -436
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/outputs.py +0 -723
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/portal/__init__.py +0 -3
- pulumi_azure_native/portal/dashboard.py +3 -3
- pulumi_azure_native/portal/get_dashboard.py +2 -2
- pulumi_azure_native/portal/get_tenant_configuration.py +0 -4
- pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +0 -4
- pulumi_azure_native/portal/tenant_configuration.py +1 -5
- pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/standbypool/__init__.py +0 -3
- pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
- pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
- pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
- pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
- pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/subscription/__init__.py +0 -3
- pulumi_azure_native/subscription/alias.py +3 -3
- pulumi_azure_native/subscription/get_alias.py +2 -2
- pulumi_azure_native/subscription/v20200901/alias.py +1 -1
- pulumi_azure_native/subscription/v20211001/alias.py +1 -1
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/RECORD +337 -475
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/WHEEL +1 -1
- pulumi_azure_native/documentdb/v20240701/__init__.py +0 -17
- pulumi_azure_native/documentdb/v20240701/_enums.py +0 -86
- pulumi_azure_native/documentdb/v20240701/_inputs.py +0 -755
- pulumi_azure_native/documentdb/v20240701/firewall_rule.py +0 -220
- pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +0 -141
- pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +0 -162
- pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +0 -258
- pulumi_azure_native/documentdb/v20240701/outputs.py +0 -1048
- pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +0 -221
- pulumi_azure_native/hybridcompute/v20240710/__init__.py +0 -22
- pulumi_azure_native/hybridcompute/v20240710/_enums.py +0 -164
- pulumi_azure_native/hybridcompute/v20240710/_inputs.py +0 -1712
- pulumi_azure_native/hybridcompute/v20240710/get_license.py +0 -201
- pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +0 -362
- pulumi_azure_native/hybridcompute/v20240710/get_machine.py +0 -596
- pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +0 -167
- pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +0 -162
- pulumi_azure_native/hybridcompute/v20240710/license.py +0 -326
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +0 -505
- pulumi_azure_native/hybridcompute/v20240710/machine.py +0 -855
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +0 -279
- pulumi_azure_native/hybridcompute/v20240710/outputs.py +0 -2817
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +0 -220
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +0 -258
- pulumi_azure_native/iotoperations/v20240815preview/__init__.py +0 -26
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +0 -616
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +0 -6895
- pulumi_azure_native/iotoperations/v20240815preview/broker.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +0 -272
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +0 -251
- pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +0 -159
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +0 -154
- pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +0 -188
- pulumi_azure_native/iotoperations/v20240815preview/instance.py +0 -317
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +0 -5753
- pulumi_azure_native/netapp/v20240101/__init__.py +0 -35
- pulumi_azure_native/netapp/v20240101/_enums.py +0 -267
- pulumi_azure_native/netapp/v20240101/_inputs.py +0 -2945
- pulumi_azure_native/netapp/v20240101/account.py +0 -346
- pulumi_azure_native/netapp/v20240101/backup.py +0 -402
- pulumi_azure_native/netapp/v20240101/backup_policy.py +0 -414
- pulumi_azure_native/netapp/v20240101/backup_vault.py +0 -258
- pulumi_azure_native/netapp/v20240101/get_account.py +0 -227
- pulumi_azure_native/netapp/v20240101/get_backup.py +0 -276
- pulumi_azure_native/netapp/v20240101/get_backup_policy.py +0 -271
- pulumi_azure_native/netapp/v20240101/get_backup_vault.py +0 -167
- pulumi_azure_native/netapp/v20240101/get_pool.py +0 -284
- pulumi_azure_native/netapp/v20240101/get_snapshot.py +0 -190
- pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +0 -245
- pulumi_azure_native/netapp/v20240101/get_subvolume.py +0 -190
- pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +0 -254
- pulumi_azure_native/netapp/v20240101/get_volume.py +0 -887
- pulumi_azure_native/netapp/v20240101/get_volume_group.py +0 -167
- pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +0 -98
- pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +0 -216
- pulumi_azure_native/netapp/v20240101/list_volume_replications.py +0 -94
- pulumi_azure_native/netapp/v20240101/outputs.py +0 -3035
- pulumi_azure_native/netapp/v20240101/pool.py +0 -462
- pulumi_azure_native/netapp/v20240101/snapshot.py +0 -291
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +0 -414
- pulumi_azure_native/netapp/v20240101/subvolume.py +0 -329
- pulumi_azure_native/netapp/v20240101/volume.py +0 -1639
- pulumi_azure_native/netapp/v20240101/volume_group.py +0 -279
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +0 -388
- pulumi_azure_native/network/get_ipam_pool.py +0 -169
- pulumi_azure_native/network/get_ipam_pool_usage.py +0 -195
- pulumi_azure_native/network/get_reachability_analysis_intent.py +0 -148
- pulumi_azure_native/network/get_reachability_analysis_run.py +0 -148
- pulumi_azure_native/network/get_static_cidr.py +0 -148
- pulumi_azure_native/network/get_verifier_workspace.py +0 -169
- pulumi_azure_native/network/ipam_pool.py +0 -280
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +0 -101
- pulumi_azure_native/network/reachability_analysis_intent.py +0 -245
- pulumi_azure_native/network/reachability_analysis_run.py +0 -244
- pulumi_azure_native/network/static_cidr.py +0 -243
- pulumi_azure_native/network/v20240101preview/__init__.py +0 -33
- pulumi_azure_native/network/v20240101preview/_enums.py +0 -98
- pulumi_azure_native/network/v20240101preview/_inputs.py +0 -611
- pulumi_azure_native/network/v20240101preview/admin_rule.py +0 -553
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +0 -291
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +0 -405
- pulumi_azure_native/network/v20240101preview/get_admin_rule.py +0 -295
- pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +0 -185
- pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +0 -308
- pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +0 -167
- pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +0 -193
- pulumi_azure_native/network/v20240101preview/get_network_manager.py +0 -227
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +0 -193
- pulumi_azure_native/network/v20240101preview/get_static_cidr.py +0 -146
- pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +0 -167
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +0 -278
- pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +0 -99
- pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +0 -118
- pulumi_azure_native/network/v20240101preview/network_manager.py +0 -368
- pulumi_azure_native/network/v20240101preview/outputs.py +0 -1164
- pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +0 -243
- pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +0 -242
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +0 -298
- pulumi_azure_native/network/v20240101preview/static_cidr.py +0 -241
- pulumi_azure_native/network/v20240101preview/verifier_workspace.py +0 -278
- pulumi_azure_native/network/verifier_workspace.py +0 -280
- pulumi_azure_native/portal/v20221201preview/__init__.py +0 -15
- pulumi_azure_native/portal/v20221201preview/_enums.py +0 -19
- pulumi_azure_native/portal/v20221201preview/_inputs.py +0 -639
- pulumi_azure_native/portal/v20221201preview/dashboard.py +0 -257
- pulumi_azure_native/portal/v20221201preview/get_dashboard.py +0 -162
- pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +0 -131
- pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +0 -83
- pulumi_azure_native/portal/v20221201preview/outputs.py +0 -651
- pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +0 -178
- pulumi_azure_native/standbypool/v20240301/__init__.py +0 -14
- pulumi_azure_native/standbypool/v20240301/_enums.py +0 -34
- pulumi_azure_native/standbypool/v20240301/_inputs.py +0 -287
- pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +0 -188
- pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +0 -201
- pulumi_azure_native/standbypool/v20240301/outputs.py +0 -352
- pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +0 -299
- pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +0 -327
- pulumi_azure_native/subscription/v20240801preview/__init__.py +0 -12
- pulumi_azure_native/subscription/v20240801preview/_enums.py +0 -17
- pulumi_azure_native/subscription/v20240801preview/_inputs.py +0 -267
- pulumi_azure_native/subscription/v20240801preview/alias.py +0 -179
- pulumi_azure_native/subscription/v20240801preview/get_alias.py +0 -131
- pulumi_azure_native/subscription/v20240801preview/outputs.py +0 -324
- {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/top_level.txt +0 -0
|
@@ -87853,18 +87853,6 @@ if not MYPY:
|
|
|
87853
87853
|
"""
|
|
87854
87854
|
The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
|
|
87855
87855
|
"""
|
|
87856
|
-
service_principal_credential_type: NotRequired[Any]
|
|
87857
|
-
"""
|
|
87858
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
87859
|
-
"""
|
|
87860
|
-
service_principal_embedded_cert: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
|
|
87861
|
-
"""
|
|
87862
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
87863
|
-
"""
|
|
87864
|
-
service_principal_embedded_cert_password: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
|
|
87865
|
-
"""
|
|
87866
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
87867
|
-
"""
|
|
87868
87856
|
service_principal_id: NotRequired[Any]
|
|
87869
87857
|
"""
|
|
87870
87858
|
The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
@@ -87913,9 +87901,6 @@ class RestServiceLinkedServiceArgs:
|
|
|
87913
87901
|
password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
87914
87902
|
resource: Optional[Any] = None,
|
|
87915
87903
|
scope: Optional[Any] = None,
|
|
87916
|
-
service_principal_credential_type: Optional[Any] = None,
|
|
87917
|
-
service_principal_embedded_cert: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
87918
|
-
service_principal_embedded_cert_password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
87919
87904
|
service_principal_id: Optional[Any] = None,
|
|
87920
87905
|
service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
87921
87906
|
tenant: Optional[Any] = None,
|
|
@@ -87943,9 +87928,6 @@ class RestServiceLinkedServiceArgs:
|
|
|
87943
87928
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: The password used in Basic authentication type.
|
|
87944
87929
|
:param Any resource: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
|
|
87945
87930
|
:param Any scope: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
|
|
87946
|
-
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
87947
|
-
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
87948
|
-
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
87949
87931
|
:param Any service_principal_id: The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
87950
87932
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The application's key used in AadServicePrincipal authentication type.
|
|
87951
87933
|
:param Any tenant: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
@@ -87986,12 +87968,6 @@ class RestServiceLinkedServiceArgs:
|
|
|
87986
87968
|
pulumi.set(__self__, "resource", resource)
|
|
87987
87969
|
if scope is not None:
|
|
87988
87970
|
pulumi.set(__self__, "scope", scope)
|
|
87989
|
-
if service_principal_credential_type is not None:
|
|
87990
|
-
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
87991
|
-
if service_principal_embedded_cert is not None:
|
|
87992
|
-
pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
|
|
87993
|
-
if service_principal_embedded_cert_password is not None:
|
|
87994
|
-
pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
|
|
87995
87971
|
if service_principal_id is not None:
|
|
87996
87972
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
87997
87973
|
if service_principal_key is not None:
|
|
@@ -88222,42 +88198,6 @@ class RestServiceLinkedServiceArgs:
|
|
|
88222
88198
|
def scope(self, value: Optional[Any]):
|
|
88223
88199
|
pulumi.set(self, "scope", value)
|
|
88224
88200
|
|
|
88225
|
-
@property
|
|
88226
|
-
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
88227
|
-
def service_principal_credential_type(self) -> Optional[Any]:
|
|
88228
|
-
"""
|
|
88229
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
88230
|
-
"""
|
|
88231
|
-
return pulumi.get(self, "service_principal_credential_type")
|
|
88232
|
-
|
|
88233
|
-
@service_principal_credential_type.setter
|
|
88234
|
-
def service_principal_credential_type(self, value: Optional[Any]):
|
|
88235
|
-
pulumi.set(self, "service_principal_credential_type", value)
|
|
88236
|
-
|
|
88237
|
-
@property
|
|
88238
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCert")
|
|
88239
|
-
def service_principal_embedded_cert(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
88240
|
-
"""
|
|
88241
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
88242
|
-
"""
|
|
88243
|
-
return pulumi.get(self, "service_principal_embedded_cert")
|
|
88244
|
-
|
|
88245
|
-
@service_principal_embedded_cert.setter
|
|
88246
|
-
def service_principal_embedded_cert(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
88247
|
-
pulumi.set(self, "service_principal_embedded_cert", value)
|
|
88248
|
-
|
|
88249
|
-
@property
|
|
88250
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
|
|
88251
|
-
def service_principal_embedded_cert_password(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
88252
|
-
"""
|
|
88253
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
88254
|
-
"""
|
|
88255
|
-
return pulumi.get(self, "service_principal_embedded_cert_password")
|
|
88256
|
-
|
|
88257
|
-
@service_principal_embedded_cert_password.setter
|
|
88258
|
-
def service_principal_embedded_cert_password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
88259
|
-
pulumi.set(self, "service_principal_embedded_cert_password", value)
|
|
88260
|
-
|
|
88261
88201
|
@property
|
|
88262
88202
|
@pulumi.getter(name="servicePrincipalId")
|
|
88263
88203
|
def service_principal_id(self) -> Optional[Any]:
|
|
@@ -103142,6 +103082,10 @@ if not MYPY:
|
|
|
103142
103082
|
"""
|
|
103143
103083
|
The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
|
|
103144
103084
|
"""
|
|
103085
|
+
service_principal_key: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]
|
|
103086
|
+
"""
|
|
103087
|
+
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103088
|
+
"""
|
|
103145
103089
|
site_url: Any
|
|
103146
103090
|
"""
|
|
103147
103091
|
The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
|
|
@@ -103175,22 +103119,6 @@ if not MYPY:
|
|
|
103175
103119
|
"""
|
|
103176
103120
|
Parameters for linked service.
|
|
103177
103121
|
"""
|
|
103178
|
-
service_principal_credential_type: NotRequired[Any]
|
|
103179
|
-
"""
|
|
103180
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
103181
|
-
"""
|
|
103182
|
-
service_principal_embedded_cert: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
|
|
103183
|
-
"""
|
|
103184
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103185
|
-
"""
|
|
103186
|
-
service_principal_embedded_cert_password: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
|
|
103187
|
-
"""
|
|
103188
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
103189
|
-
"""
|
|
103190
|
-
service_principal_key: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
|
|
103191
|
-
"""
|
|
103192
|
-
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103193
|
-
"""
|
|
103194
103122
|
version: NotRequired[pulumi.Input[str]]
|
|
103195
103123
|
"""
|
|
103196
103124
|
Version of the linked service.
|
|
@@ -103202,6 +103130,7 @@ elif False:
|
|
|
103202
103130
|
class SharePointOnlineListLinkedServiceArgs:
|
|
103203
103131
|
def __init__(__self__, *,
|
|
103204
103132
|
service_principal_id: Any,
|
|
103133
|
+
service_principal_key: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']],
|
|
103205
103134
|
site_url: Any,
|
|
103206
103135
|
tenant_id: Any,
|
|
103207
103136
|
type: pulumi.Input[str],
|
|
@@ -103210,14 +103139,11 @@ class SharePointOnlineListLinkedServiceArgs:
|
|
|
103210
103139
|
description: Optional[pulumi.Input[str]] = None,
|
|
103211
103140
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
103212
103141
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
103213
|
-
service_principal_credential_type: Optional[Any] = None,
|
|
103214
|
-
service_principal_embedded_cert: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
103215
|
-
service_principal_embedded_cert_password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
103216
|
-
service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
103217
103142
|
version: Optional[pulumi.Input[str]] = None):
|
|
103218
103143
|
"""
|
|
103219
103144
|
SharePoint Online List linked service.
|
|
103220
103145
|
:param Any service_principal_id: The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
|
|
103146
|
+
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103221
103147
|
:param Any site_url: The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
|
|
103222
103148
|
:param Any tenant_id: The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).
|
|
103223
103149
|
:param pulumi.Input[str] type: Type of linked service.
|
|
@@ -103227,13 +103153,10 @@ class SharePointOnlineListLinkedServiceArgs:
|
|
|
103227
103153
|
:param pulumi.Input[str] description: Linked service description.
|
|
103228
103154
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
103229
103155
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
103230
|
-
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
103231
|
-
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103232
|
-
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
103233
|
-
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103234
103156
|
:param pulumi.Input[str] version: Version of the linked service.
|
|
103235
103157
|
"""
|
|
103236
103158
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
103159
|
+
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
103237
103160
|
pulumi.set(__self__, "site_url", site_url)
|
|
103238
103161
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
103239
103162
|
pulumi.set(__self__, "type", 'SharePointOnlineList')
|
|
@@ -103247,14 +103170,6 @@ class SharePointOnlineListLinkedServiceArgs:
|
|
|
103247
103170
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
103248
103171
|
if parameters is not None:
|
|
103249
103172
|
pulumi.set(__self__, "parameters", parameters)
|
|
103250
|
-
if service_principal_credential_type is not None:
|
|
103251
|
-
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
103252
|
-
if service_principal_embedded_cert is not None:
|
|
103253
|
-
pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
|
|
103254
|
-
if service_principal_embedded_cert_password is not None:
|
|
103255
|
-
pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
|
|
103256
|
-
if service_principal_key is not None:
|
|
103257
|
-
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
103258
103173
|
if version is not None:
|
|
103259
103174
|
pulumi.set(__self__, "version", version)
|
|
103260
103175
|
|
|
@@ -103270,6 +103185,18 @@ class SharePointOnlineListLinkedServiceArgs:
|
|
|
103270
103185
|
def service_principal_id(self, value: Any):
|
|
103271
103186
|
pulumi.set(self, "service_principal_id", value)
|
|
103272
103187
|
|
|
103188
|
+
@property
|
|
103189
|
+
@pulumi.getter(name="servicePrincipalKey")
|
|
103190
|
+
def service_principal_key(self) -> pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]:
|
|
103191
|
+
"""
|
|
103192
|
+
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103193
|
+
"""
|
|
103194
|
+
return pulumi.get(self, "service_principal_key")
|
|
103195
|
+
|
|
103196
|
+
@service_principal_key.setter
|
|
103197
|
+
def service_principal_key(self, value: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]):
|
|
103198
|
+
pulumi.set(self, "service_principal_key", value)
|
|
103199
|
+
|
|
103273
103200
|
@property
|
|
103274
103201
|
@pulumi.getter(name="siteUrl")
|
|
103275
103202
|
def site_url(self) -> Any:
|
|
@@ -103367,54 +103294,6 @@ class SharePointOnlineListLinkedServiceArgs:
|
|
|
103367
103294
|
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]):
|
|
103368
103295
|
pulumi.set(self, "parameters", value)
|
|
103369
103296
|
|
|
103370
|
-
@property
|
|
103371
|
-
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
103372
|
-
def service_principal_credential_type(self) -> Optional[Any]:
|
|
103373
|
-
"""
|
|
103374
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
103375
|
-
"""
|
|
103376
|
-
return pulumi.get(self, "service_principal_credential_type")
|
|
103377
|
-
|
|
103378
|
-
@service_principal_credential_type.setter
|
|
103379
|
-
def service_principal_credential_type(self, value: Optional[Any]):
|
|
103380
|
-
pulumi.set(self, "service_principal_credential_type", value)
|
|
103381
|
-
|
|
103382
|
-
@property
|
|
103383
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCert")
|
|
103384
|
-
def service_principal_embedded_cert(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
103385
|
-
"""
|
|
103386
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103387
|
-
"""
|
|
103388
|
-
return pulumi.get(self, "service_principal_embedded_cert")
|
|
103389
|
-
|
|
103390
|
-
@service_principal_embedded_cert.setter
|
|
103391
|
-
def service_principal_embedded_cert(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
103392
|
-
pulumi.set(self, "service_principal_embedded_cert", value)
|
|
103393
|
-
|
|
103394
|
-
@property
|
|
103395
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
|
|
103396
|
-
def service_principal_embedded_cert_password(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
103397
|
-
"""
|
|
103398
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
103399
|
-
"""
|
|
103400
|
-
return pulumi.get(self, "service_principal_embedded_cert_password")
|
|
103401
|
-
|
|
103402
|
-
@service_principal_embedded_cert_password.setter
|
|
103403
|
-
def service_principal_embedded_cert_password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
103404
|
-
pulumi.set(self, "service_principal_embedded_cert_password", value)
|
|
103405
|
-
|
|
103406
|
-
@property
|
|
103407
|
-
@pulumi.getter(name="servicePrincipalKey")
|
|
103408
|
-
def service_principal_key(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
103409
|
-
"""
|
|
103410
|
-
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
103411
|
-
"""
|
|
103412
|
-
return pulumi.get(self, "service_principal_key")
|
|
103413
|
-
|
|
103414
|
-
@service_principal_key.setter
|
|
103415
|
-
def service_principal_key(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
103416
|
-
pulumi.set(self, "service_principal_key", value)
|
|
103417
|
-
|
|
103418
103297
|
@property
|
|
103419
103298
|
@pulumi.getter
|
|
103420
103299
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -64113,12 +64113,6 @@ class RestServiceLinkedServiceResponse(dict):
|
|
|
64113
64113
|
suggest = "enable_server_certificate_validation"
|
|
64114
64114
|
elif key == "encryptedCredential":
|
|
64115
64115
|
suggest = "encrypted_credential"
|
|
64116
|
-
elif key == "servicePrincipalCredentialType":
|
|
64117
|
-
suggest = "service_principal_credential_type"
|
|
64118
|
-
elif key == "servicePrincipalEmbeddedCert":
|
|
64119
|
-
suggest = "service_principal_embedded_cert"
|
|
64120
|
-
elif key == "servicePrincipalEmbeddedCertPassword":
|
|
64121
|
-
suggest = "service_principal_embedded_cert_password"
|
|
64122
64116
|
elif key == "servicePrincipalId":
|
|
64123
64117
|
suggest = "service_principal_id"
|
|
64124
64118
|
elif key == "servicePrincipalKey":
|
|
@@ -64158,9 +64152,6 @@ class RestServiceLinkedServiceResponse(dict):
|
|
|
64158
64152
|
password: Optional[Any] = None,
|
|
64159
64153
|
resource: Optional[Any] = None,
|
|
64160
64154
|
scope: Optional[Any] = None,
|
|
64161
|
-
service_principal_credential_type: Optional[Any] = None,
|
|
64162
|
-
service_principal_embedded_cert: Optional[Any] = None,
|
|
64163
|
-
service_principal_embedded_cert_password: Optional[Any] = None,
|
|
64164
64155
|
service_principal_id: Optional[Any] = None,
|
|
64165
64156
|
service_principal_key: Optional[Any] = None,
|
|
64166
64157
|
tenant: Optional[Any] = None,
|
|
@@ -64188,9 +64179,6 @@ class RestServiceLinkedServiceResponse(dict):
|
|
|
64188
64179
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: The password used in Basic authentication type.
|
|
64189
64180
|
:param Any resource: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
|
|
64190
64181
|
:param Any scope: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
|
|
64191
|
-
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
64192
|
-
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
64193
|
-
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
64194
64182
|
:param Any service_principal_id: The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
64195
64183
|
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The application's key used in AadServicePrincipal authentication type.
|
|
64196
64184
|
:param Any tenant: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
@@ -64231,12 +64219,6 @@ class RestServiceLinkedServiceResponse(dict):
|
|
|
64231
64219
|
pulumi.set(__self__, "resource", resource)
|
|
64232
64220
|
if scope is not None:
|
|
64233
64221
|
pulumi.set(__self__, "scope", scope)
|
|
64234
|
-
if service_principal_credential_type is not None:
|
|
64235
|
-
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
64236
|
-
if service_principal_embedded_cert is not None:
|
|
64237
|
-
pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
|
|
64238
|
-
if service_principal_embedded_cert_password is not None:
|
|
64239
|
-
pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
|
|
64240
64222
|
if service_principal_id is not None:
|
|
64241
64223
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
64242
64224
|
if service_principal_key is not None:
|
|
@@ -64395,30 +64377,6 @@ class RestServiceLinkedServiceResponse(dict):
|
|
|
64395
64377
|
"""
|
|
64396
64378
|
return pulumi.get(self, "scope")
|
|
64397
64379
|
|
|
64398
|
-
@property
|
|
64399
|
-
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
64400
|
-
def service_principal_credential_type(self) -> Optional[Any]:
|
|
64401
|
-
"""
|
|
64402
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
64403
|
-
"""
|
|
64404
|
-
return pulumi.get(self, "service_principal_credential_type")
|
|
64405
|
-
|
|
64406
|
-
@property
|
|
64407
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCert")
|
|
64408
|
-
def service_principal_embedded_cert(self) -> Optional[Any]:
|
|
64409
|
-
"""
|
|
64410
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
64411
|
-
"""
|
|
64412
|
-
return pulumi.get(self, "service_principal_embedded_cert")
|
|
64413
|
-
|
|
64414
|
-
@property
|
|
64415
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
|
|
64416
|
-
def service_principal_embedded_cert_password(self) -> Optional[Any]:
|
|
64417
|
-
"""
|
|
64418
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
64419
|
-
"""
|
|
64420
|
-
return pulumi.get(self, "service_principal_embedded_cert_password")
|
|
64421
|
-
|
|
64422
64380
|
@property
|
|
64423
64381
|
@pulumi.getter(name="servicePrincipalId")
|
|
64424
64382
|
def service_principal_id(self) -> Optional[Any]:
|
|
@@ -75691,6 +75649,8 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75691
75649
|
suggest = None
|
|
75692
75650
|
if key == "servicePrincipalId":
|
|
75693
75651
|
suggest = "service_principal_id"
|
|
75652
|
+
elif key == "servicePrincipalKey":
|
|
75653
|
+
suggest = "service_principal_key"
|
|
75694
75654
|
elif key == "siteUrl":
|
|
75695
75655
|
suggest = "site_url"
|
|
75696
75656
|
elif key == "tenantId":
|
|
@@ -75699,14 +75659,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75699
75659
|
suggest = "connect_via"
|
|
75700
75660
|
elif key == "encryptedCredential":
|
|
75701
75661
|
suggest = "encrypted_credential"
|
|
75702
|
-
elif key == "servicePrincipalCredentialType":
|
|
75703
|
-
suggest = "service_principal_credential_type"
|
|
75704
|
-
elif key == "servicePrincipalEmbeddedCert":
|
|
75705
|
-
suggest = "service_principal_embedded_cert"
|
|
75706
|
-
elif key == "servicePrincipalEmbeddedCertPassword":
|
|
75707
|
-
suggest = "service_principal_embedded_cert_password"
|
|
75708
|
-
elif key == "servicePrincipalKey":
|
|
75709
|
-
suggest = "service_principal_key"
|
|
75710
75662
|
|
|
75711
75663
|
if suggest:
|
|
75712
75664
|
pulumi.log.warn(f"Key '{key}' not found in SharePointOnlineListLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -75721,6 +75673,7 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75721
75673
|
|
|
75722
75674
|
def __init__(__self__, *,
|
|
75723
75675
|
service_principal_id: Any,
|
|
75676
|
+
service_principal_key: Any,
|
|
75724
75677
|
site_url: Any,
|
|
75725
75678
|
tenant_id: Any,
|
|
75726
75679
|
type: str,
|
|
@@ -75729,14 +75682,11 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75729
75682
|
description: Optional[str] = None,
|
|
75730
75683
|
encrypted_credential: Optional[str] = None,
|
|
75731
75684
|
parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
|
|
75732
|
-
service_principal_credential_type: Optional[Any] = None,
|
|
75733
|
-
service_principal_embedded_cert: Optional[Any] = None,
|
|
75734
|
-
service_principal_embedded_cert_password: Optional[Any] = None,
|
|
75735
|
-
service_principal_key: Optional[Any] = None,
|
|
75736
75685
|
version: Optional[str] = None):
|
|
75737
75686
|
"""
|
|
75738
75687
|
SharePoint Online List linked service.
|
|
75739
75688
|
:param Any service_principal_id: The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
|
|
75689
|
+
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75740
75690
|
:param Any site_url: The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
|
|
75741
75691
|
:param Any tenant_id: The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).
|
|
75742
75692
|
:param str type: Type of linked service.
|
|
@@ -75746,13 +75696,10 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75746
75696
|
:param str description: Linked service description.
|
|
75747
75697
|
:param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
75748
75698
|
:param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
|
|
75749
|
-
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
75750
|
-
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75751
|
-
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
75752
|
-
:param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75753
75699
|
:param str version: Version of the linked service.
|
|
75754
75700
|
"""
|
|
75755
75701
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
75702
|
+
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
75756
75703
|
pulumi.set(__self__, "site_url", site_url)
|
|
75757
75704
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
75758
75705
|
pulumi.set(__self__, "type", 'SharePointOnlineList')
|
|
@@ -75766,14 +75713,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75766
75713
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
75767
75714
|
if parameters is not None:
|
|
75768
75715
|
pulumi.set(__self__, "parameters", parameters)
|
|
75769
|
-
if service_principal_credential_type is not None:
|
|
75770
|
-
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
75771
|
-
if service_principal_embedded_cert is not None:
|
|
75772
|
-
pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
|
|
75773
|
-
if service_principal_embedded_cert_password is not None:
|
|
75774
|
-
pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
|
|
75775
|
-
if service_principal_key is not None:
|
|
75776
|
-
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
75777
75716
|
if version is not None:
|
|
75778
75717
|
pulumi.set(__self__, "version", version)
|
|
75779
75718
|
|
|
@@ -75785,6 +75724,14 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75785
75724
|
"""
|
|
75786
75725
|
return pulumi.get(self, "service_principal_id")
|
|
75787
75726
|
|
|
75727
|
+
@property
|
|
75728
|
+
@pulumi.getter(name="servicePrincipalKey")
|
|
75729
|
+
def service_principal_key(self) -> Any:
|
|
75730
|
+
"""
|
|
75731
|
+
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75732
|
+
"""
|
|
75733
|
+
return pulumi.get(self, "service_principal_key")
|
|
75734
|
+
|
|
75788
75735
|
@property
|
|
75789
75736
|
@pulumi.getter(name="siteUrl")
|
|
75790
75737
|
def site_url(self) -> Any:
|
|
@@ -75850,38 +75797,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
|
|
|
75850
75797
|
"""
|
|
75851
75798
|
return pulumi.get(self, "parameters")
|
|
75852
75799
|
|
|
75853
|
-
@property
|
|
75854
|
-
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
75855
|
-
def service_principal_credential_type(self) -> Optional[Any]:
|
|
75856
|
-
"""
|
|
75857
|
-
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
75858
|
-
"""
|
|
75859
|
-
return pulumi.get(self, "service_principal_credential_type")
|
|
75860
|
-
|
|
75861
|
-
@property
|
|
75862
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCert")
|
|
75863
|
-
def service_principal_embedded_cert(self) -> Optional[Any]:
|
|
75864
|
-
"""
|
|
75865
|
-
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75866
|
-
"""
|
|
75867
|
-
return pulumi.get(self, "service_principal_embedded_cert")
|
|
75868
|
-
|
|
75869
|
-
@property
|
|
75870
|
-
@pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
|
|
75871
|
-
def service_principal_embedded_cert_password(self) -> Optional[Any]:
|
|
75872
|
-
"""
|
|
75873
|
-
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
|
|
75874
|
-
"""
|
|
75875
|
-
return pulumi.get(self, "service_principal_embedded_cert_password")
|
|
75876
|
-
|
|
75877
|
-
@property
|
|
75878
|
-
@pulumi.getter(name="servicePrincipalKey")
|
|
75879
|
-
def service_principal_key(self) -> Optional[Any]:
|
|
75880
|
-
"""
|
|
75881
|
-
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
|
|
75882
|
-
"""
|
|
75883
|
-
return pulumi.get(self, "service_principal_key")
|
|
75884
|
-
|
|
75885
75800
|
@property
|
|
75886
75801
|
@pulumi.getter
|
|
75887
75802
|
def version(self) -> Optional[str]:
|