pulumi-gcp 7.23.0a1715695885__py3-none-any.whl → 7.24.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.
Files changed (355) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/_inputs.py +16 -0
  21. pulumi_gcp/bigquery/connection.py +126 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  24. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  25. pulumi_gcp/bigquery/dataset_access.py +56 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  27. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  29. pulumi_gcp/bigquery/iam_binding.py +12 -12
  30. pulumi_gcp/bigquery/iam_member.py +12 -12
  31. pulumi_gcp/bigquery/iam_policy.py +12 -12
  32. pulumi_gcp/bigquery/outputs.py +16 -0
  33. pulumi_gcp/bigquery/routine.py +2 -2
  34. pulumi_gcp/bigquery/table.py +47 -0
  35. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  37. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  39. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  40. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  41. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  42. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  43. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  44. pulumi_gcp/bigtable/__init__.py +1 -0
  45. pulumi_gcp/bigtable/_inputs.py +101 -0
  46. pulumi_gcp/bigtable/authorized_view.py +440 -0
  47. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  48. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  49. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  50. pulumi_gcp/bigtable/outputs.py +119 -0
  51. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  52. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  53. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  54. pulumi_gcp/billing/account_iam_binding.py +12 -12
  55. pulumi_gcp/billing/account_iam_member.py +12 -12
  56. pulumi_gcp/billing/account_iam_policy.py +12 -12
  57. pulumi_gcp/billing/project_info.py +4 -4
  58. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  59. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  60. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  61. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  62. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  63. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  64. pulumi_gcp/certificateauthority/certificate_template.py +70 -0
  65. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  66. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  67. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  68. pulumi_gcp/cloudasset/__init__.py +1 -0
  69. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  70. pulumi_gcp/cloudasset/outputs.py +184 -0
  71. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  72. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  73. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  74. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  75. pulumi_gcp/clouddeploy/_inputs.py +96 -0
  76. pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
  77. pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
  78. pulumi_gcp/clouddeploy/outputs.py +96 -1
  79. pulumi_gcp/clouddeploy/target.py +54 -7
  80. pulumi_gcp/cloudfunctions/function.py +21 -0
  81. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  82. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  83. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  84. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  85. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  86. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  87. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  88. pulumi_gcp/cloudrun/iam_member.py +12 -12
  89. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  90. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  91. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  92. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  93. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  94. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  95. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  96. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  97. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  98. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  99. pulumi_gcp/compute/__init__.py +1 -0
  100. pulumi_gcp/compute/_inputs.py +1412 -42
  101. pulumi_gcp/compute/backend_service.py +315 -0
  102. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  103. pulumi_gcp/compute/disk_iam_member.py +12 -12
  104. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  105. pulumi_gcp/compute/firewall_policy_rule.py +125 -10
  106. pulumi_gcp/compute/forwarding_rule.py +6 -6
  107. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  108. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  109. pulumi_gcp/compute/get_router_nat.py +11 -1
  110. pulumi_gcp/compute/get_snapshot.py +2 -0
  111. pulumi_gcp/compute/image_iam_binding.py +12 -12
  112. pulumi_gcp/compute/image_iam_member.py +12 -12
  113. pulumi_gcp/compute/image_iam_policy.py +12 -12
  114. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  115. pulumi_gcp/compute/instance_iam_member.py +12 -12
  116. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  117. pulumi_gcp/compute/interconnect.py +1683 -0
  118. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  119. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  120. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  121. pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
  122. pulumi_gcp/compute/outputs.py +1385 -0
  123. pulumi_gcp/compute/region_backend_service.py +315 -0
  124. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  125. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  126. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  127. pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
  128. pulumi_gcp/compute/region_security_policy_rule.py +230 -1
  129. pulumi_gcp/compute/router_nat.py +68 -0
  130. pulumi_gcp/compute/router_peer.py +88 -0
  131. pulumi_gcp/compute/security_policy.py +49 -0
  132. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  133. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  134. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  135. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  136. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  137. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  138. pulumi_gcp/compute/target_instance.py +4 -4
  139. pulumi_gcp/compute/target_pool.py +21 -21
  140. pulumi_gcp/container/_inputs.py +81 -5
  141. pulumi_gcp/container/outputs.py +109 -8
  142. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  143. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  144. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  145. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  146. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  147. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  148. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  149. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  150. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  151. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  152. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  153. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  154. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  155. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  156. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  157. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  158. pulumi_gcp/dataflow/flex_template_job.py +7 -7
  159. pulumi_gcp/dataflow/job.py +7 -7
  160. pulumi_gcp/dataloss/_inputs.py +420 -13
  161. pulumi_gcp/dataloss/outputs.py +439 -13
  162. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  163. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  164. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  165. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  166. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  167. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  168. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  169. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  170. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  171. pulumi_gcp/dataplex/task.py +16 -16
  172. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  173. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  174. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  175. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  176. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  177. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  178. pulumi_gcp/dataproc/_inputs.py +190 -46
  179. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  180. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  181. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  182. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  183. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  184. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  185. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  186. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  187. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  188. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  189. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  190. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  191. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  192. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  193. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  194. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  195. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  196. pulumi_gcp/dataproc/outputs.py +182 -46
  197. pulumi_gcp/datastream/_inputs.py +1789 -820
  198. pulumi_gcp/datastream/connection_profile.py +163 -3
  199. pulumi_gcp/datastream/outputs.py +864 -5
  200. pulumi_gcp/datastream/stream.py +174 -0
  201. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  202. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  203. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  204. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  205. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  206. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  207. pulumi_gcp/firestore/field.py +4 -4
  208. pulumi_gcp/folder/iam_audit_config.py +23 -23
  209. pulumi_gcp/folder/iam_member.py +16 -16
  210. pulumi_gcp/folder/iam_policy.py +16 -16
  211. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  212. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  213. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  214. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  215. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  216. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  217. pulumi_gcp/gkehub/membership_binding.py +6 -6
  218. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  219. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  220. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  221. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  222. pulumi_gcp/gkehub/namespace.py +4 -4
  223. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  224. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  225. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  226. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  227. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  228. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  229. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  230. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  231. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  232. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  233. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  234. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  235. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  236. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  237. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  238. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  239. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  240. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  241. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  242. pulumi_gcp/iam/_inputs.py +191 -2
  243. pulumi_gcp/iam/outputs.py +197 -2
  244. pulumi_gcp/iam/workforce_pool_provider.py +245 -0
  245. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  246. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  247. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  248. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  249. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  250. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  251. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  252. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  253. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  254. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  255. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  256. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  257. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  258. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  259. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  260. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  261. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  262. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  263. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  264. pulumi_gcp/iap/web_iam_binding.py +12 -12
  265. pulumi_gcp/iap/web_iam_member.py +12 -12
  266. pulumi_gcp/iap/web_iam_policy.py +12 -12
  267. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  268. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  269. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  270. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  271. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  272. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  273. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  274. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  275. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  276. pulumi_gcp/integrationconnectors/__init__.py +1 -0
  277. pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
  278. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  279. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  280. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  281. pulumi_gcp/netapp/storage_pool.py +7 -7
  282. pulumi_gcp/netapp/volume.py +4 -4
  283. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  284. pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
  285. pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
  286. pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
  287. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  288. pulumi_gcp/networksecurity/security_profile.py +16 -0
  289. pulumi_gcp/networksecurity/security_profile_group.py +18 -0
  290. pulumi_gcp/networksecurity/tls_inspection_policy.py +435 -5
  291. pulumi_gcp/networkservices/__init__.py +1 -0
  292. pulumi_gcp/networkservices/_inputs.py +254 -0
  293. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  294. pulumi_gcp/networkservices/outputs.py +265 -0
  295. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  296. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  297. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  298. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  299. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  300. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  301. pulumi_gcp/organizations/_inputs.py +10 -0
  302. pulumi_gcp/organizations/iam_member.py +16 -16
  303. pulumi_gcp/organizations/iam_policy.py +16 -16
  304. pulumi_gcp/organizations/outputs.py +10 -0
  305. pulumi_gcp/orgpolicy/policy.py +2 -2
  306. pulumi_gcp/projects/iam_audit_config.py +23 -23
  307. pulumi_gcp/projects/iam_binding.py +23 -23
  308. pulumi_gcp/projects/iam_member.py +23 -23
  309. pulumi_gcp/projects/iam_policy.py +16 -16
  310. pulumi_gcp/projects/service.py +2 -43
  311. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  312. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  313. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  314. pulumi_gcp/pubsub/subscription.py +4 -4
  315. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  316. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  317. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  318. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  319. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  320. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  321. pulumi_gcp/pulumi-plugin.json +1 -1
  322. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  323. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  324. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  325. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  326. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  327. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  328. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  329. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  330. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  331. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  332. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  333. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  334. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  335. pulumi_gcp/spanner/database_iam_member.py +12 -12
  336. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  337. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  338. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  339. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  340. pulumi_gcp/storage/_inputs.py +12 -10
  341. pulumi_gcp/storage/bucket.py +44 -0
  342. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  343. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  344. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  345. pulumi_gcp/storage/outputs.py +12 -10
  346. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  347. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  348. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  349. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  350. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  351. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  352. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/METADATA +1 -1
  353. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/RECORD +355 -349
  354. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/WHEEL +0 -0
  355. {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/iam/_inputs.py CHANGED
@@ -18,6 +18,10 @@ __all__ = [
18
18
  'DenyPolicyRuleDenyRuleDenialConditionArgs',
19
19
  'WorkforcePoolAccessRestrictionsArgs',
20
20
  'WorkforcePoolAccessRestrictionsAllowedServiceArgs',
21
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientArgs',
22
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs',
23
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs',
24
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs',
21
25
  'WorkforcePoolProviderOidcArgs',
22
26
  'WorkforcePoolProviderOidcClientSecretArgs',
23
27
  'WorkforcePoolProviderOidcClientSecretValueArgs',
@@ -494,6 +498,189 @@ class WorkforcePoolAccessRestrictionsAllowedServiceArgs:
494
498
  pulumi.set(self, "domain", value)
495
499
 
496
500
 
501
+ @pulumi.input_type
502
+ class WorkforcePoolProviderExtraAttributesOauth2ClientArgs:
503
+ def __init__(__self__, *,
504
+ attributes_type: pulumi.Input[str],
505
+ client_id: pulumi.Input[str],
506
+ client_secret: pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs'],
507
+ issuer_uri: pulumi.Input[str],
508
+ query_parameters: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs']] = None):
509
+ """
510
+ :param pulumi.Input[str] attributes_type: Represents the IdP and type of claims that should be fetched.
511
+ * AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
512
+ in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
513
+ See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
514
+ 'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'. Possible values: ["AZURE_AD_GROUPS_MAIL"]
515
+ :param pulumi.Input[str] client_id: The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
516
+ :param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs'] client_secret: The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
517
+ :param pulumi.Input[str] issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
518
+ :param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs'] query_parameters: Represents the parameters to control which claims are fetched from an IdP.
519
+ """
520
+ pulumi.set(__self__, "attributes_type", attributes_type)
521
+ pulumi.set(__self__, "client_id", client_id)
522
+ pulumi.set(__self__, "client_secret", client_secret)
523
+ pulumi.set(__self__, "issuer_uri", issuer_uri)
524
+ if query_parameters is not None:
525
+ pulumi.set(__self__, "query_parameters", query_parameters)
526
+
527
+ @property
528
+ @pulumi.getter(name="attributesType")
529
+ def attributes_type(self) -> pulumi.Input[str]:
530
+ """
531
+ Represents the IdP and type of claims that should be fetched.
532
+ * AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
533
+ in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
534
+ See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
535
+ 'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'. Possible values: ["AZURE_AD_GROUPS_MAIL"]
536
+ """
537
+ return pulumi.get(self, "attributes_type")
538
+
539
+ @attributes_type.setter
540
+ def attributes_type(self, value: pulumi.Input[str]):
541
+ pulumi.set(self, "attributes_type", value)
542
+
543
+ @property
544
+ @pulumi.getter(name="clientId")
545
+ def client_id(self) -> pulumi.Input[str]:
546
+ """
547
+ The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
548
+ """
549
+ return pulumi.get(self, "client_id")
550
+
551
+ @client_id.setter
552
+ def client_id(self, value: pulumi.Input[str]):
553
+ pulumi.set(self, "client_id", value)
554
+
555
+ @property
556
+ @pulumi.getter(name="clientSecret")
557
+ def client_secret(self) -> pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs']:
558
+ """
559
+ The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
560
+ """
561
+ return pulumi.get(self, "client_secret")
562
+
563
+ @client_secret.setter
564
+ def client_secret(self, value: pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs']):
565
+ pulumi.set(self, "client_secret", value)
566
+
567
+ @property
568
+ @pulumi.getter(name="issuerUri")
569
+ def issuer_uri(self) -> pulumi.Input[str]:
570
+ """
571
+ The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
572
+ """
573
+ return pulumi.get(self, "issuer_uri")
574
+
575
+ @issuer_uri.setter
576
+ def issuer_uri(self, value: pulumi.Input[str]):
577
+ pulumi.set(self, "issuer_uri", value)
578
+
579
+ @property
580
+ @pulumi.getter(name="queryParameters")
581
+ def query_parameters(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs']]:
582
+ """
583
+ Represents the parameters to control which claims are fetched from an IdP.
584
+ """
585
+ return pulumi.get(self, "query_parameters")
586
+
587
+ @query_parameters.setter
588
+ def query_parameters(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs']]):
589
+ pulumi.set(self, "query_parameters", value)
590
+
591
+
592
+ @pulumi.input_type
593
+ class WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs:
594
+ def __init__(__self__, *,
595
+ value: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs']] = None):
596
+ """
597
+ :param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs'] value: The value of the client secret.
598
+ Structure is documented below.
599
+ """
600
+ if value is not None:
601
+ pulumi.set(__self__, "value", value)
602
+
603
+ @property
604
+ @pulumi.getter
605
+ def value(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs']]:
606
+ """
607
+ The value of the client secret.
608
+ Structure is documented below.
609
+ """
610
+ return pulumi.get(self, "value")
611
+
612
+ @value.setter
613
+ def value(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs']]):
614
+ pulumi.set(self, "value", value)
615
+
616
+
617
+ @pulumi.input_type
618
+ class WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs:
619
+ def __init__(__self__, *,
620
+ plain_text: pulumi.Input[str],
621
+ thumbprint: Optional[pulumi.Input[str]] = None):
622
+ """
623
+ :param pulumi.Input[str] plain_text: The plain text of the client secret value.
624
+ :param pulumi.Input[str] thumbprint: (Output)
625
+ A thumbprint to represent the current client secret value.
626
+ """
627
+ pulumi.set(__self__, "plain_text", plain_text)
628
+ if thumbprint is not None:
629
+ pulumi.set(__self__, "thumbprint", thumbprint)
630
+
631
+ @property
632
+ @pulumi.getter(name="plainText")
633
+ def plain_text(self) -> pulumi.Input[str]:
634
+ """
635
+ The plain text of the client secret value.
636
+ """
637
+ return pulumi.get(self, "plain_text")
638
+
639
+ @plain_text.setter
640
+ def plain_text(self, value: pulumi.Input[str]):
641
+ pulumi.set(self, "plain_text", value)
642
+
643
+ @property
644
+ @pulumi.getter
645
+ def thumbprint(self) -> Optional[pulumi.Input[str]]:
646
+ """
647
+ (Output)
648
+ A thumbprint to represent the current client secret value.
649
+ """
650
+ return pulumi.get(self, "thumbprint")
651
+
652
+ @thumbprint.setter
653
+ def thumbprint(self, value: Optional[pulumi.Input[str]]):
654
+ pulumi.set(self, "thumbprint", value)
655
+
656
+
657
+ @pulumi.input_type
658
+ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs:
659
+ def __init__(__self__, *,
660
+ filter: Optional[pulumi.Input[str]] = None):
661
+ """
662
+ :param pulumi.Input[str] filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
663
+ filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
664
+ groups should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
665
+ """
666
+ if filter is not None:
667
+ pulumi.set(__self__, "filter", filter)
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def filter(self) -> Optional[pulumi.Input[str]]:
672
+ """
673
+ The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
674
+ filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
675
+ groups should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
676
+ """
677
+ return pulumi.get(self, "filter")
678
+
679
+ @filter.setter
680
+ def filter(self, value: Optional[pulumi.Input[str]]):
681
+ pulumi.set(self, "filter", value)
682
+
683
+
497
684
  @pulumi.input_type
498
685
  class WorkforcePoolProviderOidcArgs:
499
686
  def __init__(__self__, *,
@@ -659,7 +846,6 @@ class WorkforcePoolProviderOidcClientSecretValueArgs:
659
846
  thumbprint: Optional[pulumi.Input[str]] = None):
660
847
  """
661
848
  :param pulumi.Input[str] plain_text: The plain text of the client secret value.
662
- **Note**: This property is sensitive and will not be displayed in the plan.
663
849
  :param pulumi.Input[str] thumbprint: (Output)
664
850
  A thumbprint to represent the current client secret value.
665
851
  """
@@ -672,7 +858,6 @@ class WorkforcePoolProviderOidcClientSecretValueArgs:
672
858
  def plain_text(self) -> pulumi.Input[str]:
673
859
  """
674
860
  The plain text of the client secret value.
675
- **Note**: This property is sensitive and will not be displayed in the plan.
676
861
  """
677
862
  return pulumi.get(self, "plain_text")
678
863
 
@@ -712,6 +897,8 @@ class WorkforcePoolProviderOidcWebSsoConfigArgs:
712
897
  Possible values are: `CODE`, `ID_TOKEN`.
713
898
  :param pulumi.Input[Sequence[pulumi.Input[str]]] additional_scopes: Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the `openid`, `profile` and `email` scopes that are supported by the identity provider are requested.
714
899
  Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured.
900
+
901
+ <a name="nested_extra_attributes_oauth2_client"></a>The `extra_attributes_oauth2_client` block supports:
715
902
  """
716
903
  pulumi.set(__self__, "assertion_claims_behavior", assertion_claims_behavior)
717
904
  pulumi.set(__self__, "response_type", response_type)
@@ -755,6 +942,8 @@ class WorkforcePoolProviderOidcWebSsoConfigArgs:
755
942
  """
756
943
  Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the `openid`, `profile` and `email` scopes that are supported by the identity provider are requested.
757
944
  Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured.
945
+
946
+ <a name="nested_extra_attributes_oauth2_client"></a>The `extra_attributes_oauth2_client` block supports:
758
947
  """
759
948
  return pulumi.get(self, "additional_scopes")
760
949
 
pulumi_gcp/iam/outputs.py CHANGED
@@ -19,6 +19,10 @@ __all__ = [
19
19
  'DenyPolicyRuleDenyRuleDenialCondition',
20
20
  'WorkforcePoolAccessRestrictions',
21
21
  'WorkforcePoolAccessRestrictionsAllowedService',
22
+ 'WorkforcePoolProviderExtraAttributesOauth2Client',
23
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecret',
24
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue',
25
+ 'WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters',
22
26
  'WorkforcePoolProviderOidc',
23
27
  'WorkforcePoolProviderOidcClientSecret',
24
28
  'WorkforcePoolProviderOidcClientSecretValue',
@@ -506,6 +510,195 @@ class WorkforcePoolAccessRestrictionsAllowedService(dict):
506
510
  return pulumi.get(self, "domain")
507
511
 
508
512
 
513
+ @pulumi.output_type
514
+ class WorkforcePoolProviderExtraAttributesOauth2Client(dict):
515
+ @staticmethod
516
+ def __key_warning(key: str):
517
+ suggest = None
518
+ if key == "attributesType":
519
+ suggest = "attributes_type"
520
+ elif key == "clientId":
521
+ suggest = "client_id"
522
+ elif key == "clientSecret":
523
+ suggest = "client_secret"
524
+ elif key == "issuerUri":
525
+ suggest = "issuer_uri"
526
+ elif key == "queryParameters":
527
+ suggest = "query_parameters"
528
+
529
+ if suggest:
530
+ pulumi.log.warn(f"Key '{key}' not found in WorkforcePoolProviderExtraAttributesOauth2Client. Access the value via the '{suggest}' property getter instead.")
531
+
532
+ def __getitem__(self, key: str) -> Any:
533
+ WorkforcePoolProviderExtraAttributesOauth2Client.__key_warning(key)
534
+ return super().__getitem__(key)
535
+
536
+ def get(self, key: str, default = None) -> Any:
537
+ WorkforcePoolProviderExtraAttributesOauth2Client.__key_warning(key)
538
+ return super().get(key, default)
539
+
540
+ def __init__(__self__, *,
541
+ attributes_type: str,
542
+ client_id: str,
543
+ client_secret: 'outputs.WorkforcePoolProviderExtraAttributesOauth2ClientClientSecret',
544
+ issuer_uri: str,
545
+ query_parameters: Optional['outputs.WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters'] = None):
546
+ """
547
+ :param str attributes_type: Represents the IdP and type of claims that should be fetched.
548
+ * AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
549
+ in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
550
+ See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
551
+ 'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'. Possible values: ["AZURE_AD_GROUPS_MAIL"]
552
+ :param str client_id: The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
553
+ :param 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs' client_secret: The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
554
+ :param str issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
555
+ :param 'WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs' query_parameters: Represents the parameters to control which claims are fetched from an IdP.
556
+ """
557
+ pulumi.set(__self__, "attributes_type", attributes_type)
558
+ pulumi.set(__self__, "client_id", client_id)
559
+ pulumi.set(__self__, "client_secret", client_secret)
560
+ pulumi.set(__self__, "issuer_uri", issuer_uri)
561
+ if query_parameters is not None:
562
+ pulumi.set(__self__, "query_parameters", query_parameters)
563
+
564
+ @property
565
+ @pulumi.getter(name="attributesType")
566
+ def attributes_type(self) -> str:
567
+ """
568
+ Represents the IdP and type of claims that should be fetched.
569
+ * AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
570
+ in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
571
+ See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
572
+ 'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'. Possible values: ["AZURE_AD_GROUPS_MAIL"]
573
+ """
574
+ return pulumi.get(self, "attributes_type")
575
+
576
+ @property
577
+ @pulumi.getter(name="clientId")
578
+ def client_id(self) -> str:
579
+ """
580
+ The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
581
+ """
582
+ return pulumi.get(self, "client_id")
583
+
584
+ @property
585
+ @pulumi.getter(name="clientSecret")
586
+ def client_secret(self) -> 'outputs.WorkforcePoolProviderExtraAttributesOauth2ClientClientSecret':
587
+ """
588
+ The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
589
+ """
590
+ return pulumi.get(self, "client_secret")
591
+
592
+ @property
593
+ @pulumi.getter(name="issuerUri")
594
+ def issuer_uri(self) -> str:
595
+ """
596
+ The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
597
+ """
598
+ return pulumi.get(self, "issuer_uri")
599
+
600
+ @property
601
+ @pulumi.getter(name="queryParameters")
602
+ def query_parameters(self) -> Optional['outputs.WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters']:
603
+ """
604
+ Represents the parameters to control which claims are fetched from an IdP.
605
+ """
606
+ return pulumi.get(self, "query_parameters")
607
+
608
+
609
+ @pulumi.output_type
610
+ class WorkforcePoolProviderExtraAttributesOauth2ClientClientSecret(dict):
611
+ def __init__(__self__, *,
612
+ value: Optional['outputs.WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue'] = None):
613
+ """
614
+ :param 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValueArgs' value: The value of the client secret.
615
+ Structure is documented below.
616
+ """
617
+ if value is not None:
618
+ pulumi.set(__self__, "value", value)
619
+
620
+ @property
621
+ @pulumi.getter
622
+ def value(self) -> Optional['outputs.WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue']:
623
+ """
624
+ The value of the client secret.
625
+ Structure is documented below.
626
+ """
627
+ return pulumi.get(self, "value")
628
+
629
+
630
+ @pulumi.output_type
631
+ class WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue(dict):
632
+ @staticmethod
633
+ def __key_warning(key: str):
634
+ suggest = None
635
+ if key == "plainText":
636
+ suggest = "plain_text"
637
+
638
+ if suggest:
639
+ pulumi.log.warn(f"Key '{key}' not found in WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue. Access the value via the '{suggest}' property getter instead.")
640
+
641
+ def __getitem__(self, key: str) -> Any:
642
+ WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.__key_warning(key)
643
+ return super().__getitem__(key)
644
+
645
+ def get(self, key: str, default = None) -> Any:
646
+ WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.__key_warning(key)
647
+ return super().get(key, default)
648
+
649
+ def __init__(__self__, *,
650
+ plain_text: str,
651
+ thumbprint: Optional[str] = None):
652
+ """
653
+ :param str plain_text: The plain text of the client secret value.
654
+ :param str thumbprint: (Output)
655
+ A thumbprint to represent the current client secret value.
656
+ """
657
+ pulumi.set(__self__, "plain_text", plain_text)
658
+ if thumbprint is not None:
659
+ pulumi.set(__self__, "thumbprint", thumbprint)
660
+
661
+ @property
662
+ @pulumi.getter(name="plainText")
663
+ def plain_text(self) -> str:
664
+ """
665
+ The plain text of the client secret value.
666
+ """
667
+ return pulumi.get(self, "plain_text")
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def thumbprint(self) -> Optional[str]:
672
+ """
673
+ (Output)
674
+ A thumbprint to represent the current client secret value.
675
+ """
676
+ return pulumi.get(self, "thumbprint")
677
+
678
+
679
+ @pulumi.output_type
680
+ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters(dict):
681
+ def __init__(__self__, *,
682
+ filter: Optional[str] = None):
683
+ """
684
+ :param str filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
685
+ filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
686
+ groups should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
687
+ """
688
+ if filter is not None:
689
+ pulumi.set(__self__, "filter", filter)
690
+
691
+ @property
692
+ @pulumi.getter
693
+ def filter(self) -> Optional[str]:
694
+ """
695
+ The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
696
+ filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
697
+ groups should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
698
+ """
699
+ return pulumi.get(self, "filter")
700
+
701
+
509
702
  @pulumi.output_type
510
703
  class WorkforcePoolProviderOidc(dict):
511
704
  @staticmethod
@@ -689,7 +882,6 @@ class WorkforcePoolProviderOidcClientSecretValue(dict):
689
882
  thumbprint: Optional[str] = None):
690
883
  """
691
884
  :param str plain_text: The plain text of the client secret value.
692
- **Note**: This property is sensitive and will not be displayed in the plan.
693
885
  :param str thumbprint: (Output)
694
886
  A thumbprint to represent the current client secret value.
695
887
  """
@@ -702,7 +894,6 @@ class WorkforcePoolProviderOidcClientSecretValue(dict):
702
894
  def plain_text(self) -> str:
703
895
  """
704
896
  The plain text of the client secret value.
705
- **Note**: This property is sensitive and will not be displayed in the plan.
706
897
  """
707
898
  return pulumi.get(self, "plain_text")
708
899
 
@@ -755,6 +946,8 @@ class WorkforcePoolProviderOidcWebSsoConfig(dict):
755
946
  Possible values are: `CODE`, `ID_TOKEN`.
756
947
  :param Sequence[str] additional_scopes: Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the `openid`, `profile` and `email` scopes that are supported by the identity provider are requested.
757
948
  Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured.
949
+
950
+ <a name="nested_extra_attributes_oauth2_client"></a>The `extra_attributes_oauth2_client` block supports:
758
951
  """
759
952
  pulumi.set(__self__, "assertion_claims_behavior", assertion_claims_behavior)
760
953
  pulumi.set(__self__, "response_type", response_type)
@@ -790,6 +983,8 @@ class WorkforcePoolProviderOidcWebSsoConfig(dict):
790
983
  """
791
984
  Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the `openid`, `profile` and `email` scopes that are supported by the identity provider are requested.
792
985
  Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured.
986
+
987
+ <a name="nested_extra_attributes_oauth2_client"></a>The `extra_attributes_oauth2_client` block supports:
793
988
  """
794
989
  return pulumi.get(self, "additional_scopes")
795
990