pulumi-gcp 8.14.0__py3-none-any.whl → 8.14.0a1736317789__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 (62) hide show
  1. pulumi_gcp/__init__.py +0 -32
  2. pulumi_gcp/applicationintegration/_inputs.py +3 -3
  3. pulumi_gcp/applicationintegration/outputs.py +2 -2
  4. pulumi_gcp/beyondcorp/__init__.py +0 -1
  5. pulumi_gcp/beyondcorp/_inputs.py +0 -93
  6. pulumi_gcp/beyondcorp/outputs.py +0 -89
  7. pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
  8. pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
  9. pulumi_gcp/certificateauthority/_inputs.py +6 -6
  10. pulumi_gcp/certificateauthority/outputs.py +4 -4
  11. pulumi_gcp/certificatemanager/_inputs.py +3 -3
  12. pulumi_gcp/certificatemanager/outputs.py +2 -2
  13. pulumi_gcp/chronicle/__init__.py +0 -2
  14. pulumi_gcp/chronicle/_inputs.py +0 -388
  15. pulumi_gcp/chronicle/outputs.py +0 -322
  16. pulumi_gcp/chronicle/watchlist.py +45 -68
  17. pulumi_gcp/cloudbuild/_inputs.py +3 -3
  18. pulumi_gcp/cloudbuild/outputs.py +2 -2
  19. pulumi_gcp/cloudquota/__init__.py +0 -1
  20. pulumi_gcp/compute/_inputs.py +33 -33
  21. pulumi_gcp/compute/instance_group_manager.py +9 -9
  22. pulumi_gcp/compute/outputs.py +22 -22
  23. pulumi_gcp/compute/region_instance_group_manager.py +9 -9
  24. pulumi_gcp/datacatalog/_inputs.py +3 -3
  25. pulumi_gcp/datacatalog/outputs.py +2 -2
  26. pulumi_gcp/developerconnect/_inputs.py +42 -910
  27. pulumi_gcp/developerconnect/connection.py +86 -614
  28. pulumi_gcp/developerconnect/git_repository_link.py +0 -4
  29. pulumi_gcp/developerconnect/outputs.py +28 -717
  30. pulumi_gcp/dns/_inputs.py +20 -124
  31. pulumi_gcp/dns/outputs.py +16 -90
  32. pulumi_gcp/dns/record_set.py +0 -82
  33. pulumi_gcp/edgecontainer/_inputs.py +3 -3
  34. pulumi_gcp/edgecontainer/outputs.py +2 -2
  35. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  36. pulumi_gcp/gkeonprem/outputs.py +10 -10
  37. pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
  38. pulumi_gcp/iap/_inputs.py +3 -9
  39. pulumi_gcp/iap/outputs.py +2 -6
  40. pulumi_gcp/iap/settings.py +63 -63
  41. pulumi_gcp/identityplatform/_inputs.py +9 -9
  42. pulumi_gcp/identityplatform/outputs.py +6 -6
  43. pulumi_gcp/integrationconnectors/_inputs.py +6 -6
  44. pulumi_gcp/integrationconnectors/outputs.py +4 -4
  45. pulumi_gcp/monitoring/_inputs.py +3 -3
  46. pulumi_gcp/monitoring/outputs.py +2 -2
  47. pulumi_gcp/oracledatabase/_inputs.py +3 -3
  48. pulumi_gcp/oracledatabase/outputs.py +2 -2
  49. pulumi_gcp/pulumi-plugin.json +1 -1
  50. pulumi_gcp/sql/_inputs.py +0 -20
  51. pulumi_gcp/sql/database_instance.py +2 -2
  52. pulumi_gcp/sql/outputs.py +0 -36
  53. pulumi_gcp/transcoder/_inputs.py +6 -6
  54. pulumi_gcp/transcoder/outputs.py +4 -4
  55. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/METADATA +2 -2
  56. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/RECORD +58 -62
  57. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/WHEEL +1 -1
  58. pulumi_gcp/beyondcorp/security_gateway.py +0 -670
  59. pulumi_gcp/chronicle/data_access_label.py +0 -690
  60. pulumi_gcp/chronicle/data_access_scope.py +0 -1094
  61. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -336
  62. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/top_level.txt +0 -0
@@ -6057,7 +6057,7 @@ if not MYPY:
6057
6057
  """
6058
6058
  Whether to enable control plane node auto resizing.
6059
6059
 
6060
- <a name="nested_control_plane_node_vsphere_config"></a>The `vsphere_config` block contains:
6060
+ <a name="nested_vsphere_config"></a>The `vsphere_config` block contains:
6061
6061
  """
6062
6062
  elif False:
6063
6063
  VMwareClusterControlPlaneNodeAutoResizeConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -6069,7 +6069,7 @@ class VMwareClusterControlPlaneNodeAutoResizeConfigArgs:
6069
6069
  """
6070
6070
  :param pulumi.Input[bool] enabled: Whether to enable control plane node auto resizing.
6071
6071
 
6072
- <a name="nested_control_plane_node_vsphere_config"></a>The `vsphere_config` block contains:
6072
+ <a name="nested_vsphere_config"></a>The `vsphere_config` block contains:
6073
6073
  """
6074
6074
  pulumi.set(__self__, "enabled", enabled)
6075
6075
 
@@ -6079,7 +6079,7 @@ class VMwareClusterControlPlaneNodeAutoResizeConfigArgs:
6079
6079
  """
6080
6080
  Whether to enable control plane node auto resizing.
6081
6081
 
6082
- <a name="nested_control_plane_node_vsphere_config"></a>The `vsphere_config` block contains:
6082
+ <a name="nested_vsphere_config"></a>The `vsphere_config` block contains:
6083
6083
  """
6084
6084
  return pulumi.get(self, "enabled")
6085
6085
 
@@ -6697,7 +6697,7 @@ if not MYPY:
6697
6697
  """
6698
6698
  The VIP which you previously set aside for ingress traffic into this cluster.
6699
6699
 
6700
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
6700
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
6701
6701
  """
6702
6702
  elif False:
6703
6703
  VMwareClusterLoadBalancerVipConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -6711,7 +6711,7 @@ class VMwareClusterLoadBalancerVipConfigArgs:
6711
6711
  :param pulumi.Input[str] control_plane_vip: The VIP which you previously set aside for the Kubernetes API of this cluster.
6712
6712
  :param pulumi.Input[str] ingress_vip: The VIP which you previously set aside for ingress traffic into this cluster.
6713
6713
 
6714
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
6714
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
6715
6715
  """
6716
6716
  if control_plane_vip is not None:
6717
6717
  pulumi.set(__self__, "control_plane_vip", control_plane_vip)
@@ -6736,7 +6736,7 @@ class VMwareClusterLoadBalancerVipConfigArgs:
6736
6736
  """
6737
6737
  The VIP which you previously set aside for ingress traffic into this cluster.
6738
6738
 
6739
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
6739
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
6740
6740
  """
6741
6741
  return pulumi.get(self, "ingress_vip")
6742
6742
 
@@ -7115,7 +7115,7 @@ if not MYPY:
7115
7115
  """
7116
7116
  DNS search domains.
7117
7117
 
7118
- <a name="nested_network_config_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7118
+ <a name="nested_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7119
7119
  """
7120
7120
  dns_servers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
7121
7121
  """
@@ -7137,7 +7137,7 @@ class VMwareClusterNetworkConfigHostConfigArgs:
7137
7137
  """
7138
7138
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_search_domains: DNS search domains.
7139
7139
 
7140
- <a name="nested_network_config_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7140
+ <a name="nested_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7141
7141
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: DNS servers.
7142
7142
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ntp_servers: NTP servers.
7143
7143
  """
@@ -7154,7 +7154,7 @@ class VMwareClusterNetworkConfigHostConfigArgs:
7154
7154
  """
7155
7155
  DNS search domains.
7156
7156
 
7157
- <a name="nested_network_config_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7157
+ <a name="nested_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
7158
7158
  """
7159
7159
  return pulumi.get(self, "dns_search_domains")
7160
7160
 
@@ -9398,7 +9398,7 @@ if not MYPY:
9398
9398
  """
9399
9399
  The VIP to configure the load balancer for add-ons.
9400
9400
 
9401
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
9401
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
9402
9402
  """
9403
9403
  elif False:
9404
9404
  VmwareAdminClusterLoadBalancerVipConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -9413,7 +9413,7 @@ class VmwareAdminClusterLoadBalancerVipConfigArgs:
9413
9413
  API of this VMware Admin Cluster.
9414
9414
  :param pulumi.Input[str] addons_vip: The VIP to configure the load balancer for add-ons.
9415
9415
 
9416
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
9416
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
9417
9417
  """
9418
9418
  pulumi.set(__self__, "control_plane_vip", control_plane_vip)
9419
9419
  if addons_vip is not None:
@@ -9438,7 +9438,7 @@ class VmwareAdminClusterLoadBalancerVipConfigArgs:
9438
9438
  """
9439
9439
  The VIP to configure the load balancer for add-ons.
9440
9440
 
9441
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
9441
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
9442
9442
  """
9443
9443
  return pulumi.get(self, "addons_vip")
9444
9444
 
@@ -10080,7 +10080,7 @@ if not MYPY:
10080
10080
  Structure is documented below.
10081
10081
 
10082
10082
 
10083
- <a name="nested_platform_config_bundles_bundles_status"></a>The `status` block contains:
10083
+ <a name="nested_status"></a>The `status` block contains:
10084
10084
  """
10085
10085
  elif False:
10086
10086
  VmwareAdminClusterPlatformConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -10108,7 +10108,7 @@ class VmwareAdminClusterPlatformConfigArgs:
10108
10108
  Structure is documented below.
10109
10109
 
10110
10110
 
10111
- <a name="nested_platform_config_bundles_bundles_status"></a>The `status` block contains:
10111
+ <a name="nested_status"></a>The `status` block contains:
10112
10112
  """
10113
10113
  if bundles is not None:
10114
10114
  pulumi.set(__self__, "bundles", bundles)
@@ -10171,7 +10171,7 @@ class VmwareAdminClusterPlatformConfigArgs:
10171
10171
  Structure is documented below.
10172
10172
 
10173
10173
 
10174
- <a name="nested_platform_config_bundles_bundles_status"></a>The `status` block contains:
10174
+ <a name="nested_status"></a>The `status` block contains:
10175
10175
  """
10176
10176
  return pulumi.get(self, "statuses")
10177
10177
 
@@ -4769,7 +4769,7 @@ class VMwareClusterControlPlaneNodeAutoResizeConfig(dict):
4769
4769
  """
4770
4770
  :param bool enabled: Whether to enable control plane node auto resizing.
4771
4771
 
4772
- <a name="nested_control_plane_node_vsphere_config"></a>The `vsphere_config` block contains:
4772
+ <a name="nested_vsphere_config"></a>The `vsphere_config` block contains:
4773
4773
  """
4774
4774
  pulumi.set(__self__, "enabled", enabled)
4775
4775
 
@@ -4779,7 +4779,7 @@ class VMwareClusterControlPlaneNodeAutoResizeConfig(dict):
4779
4779
  """
4780
4780
  Whether to enable control plane node auto resizing.
4781
4781
 
4782
- <a name="nested_control_plane_node_vsphere_config"></a>The `vsphere_config` block contains:
4782
+ <a name="nested_vsphere_config"></a>The `vsphere_config` block contains:
4783
4783
  """
4784
4784
  return pulumi.get(self, "enabled")
4785
4785
 
@@ -5310,7 +5310,7 @@ class VMwareClusterLoadBalancerVipConfig(dict):
5310
5310
  :param str control_plane_vip: The VIP which you previously set aside for the Kubernetes API of this cluster.
5311
5311
  :param str ingress_vip: The VIP which you previously set aside for ingress traffic into this cluster.
5312
5312
 
5313
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
5313
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
5314
5314
  """
5315
5315
  if control_plane_vip is not None:
5316
5316
  pulumi.set(__self__, "control_plane_vip", control_plane_vip)
@@ -5331,7 +5331,7 @@ class VMwareClusterLoadBalancerVipConfig(dict):
5331
5331
  """
5332
5332
  The VIP which you previously set aside for ingress traffic into this cluster.
5333
5333
 
5334
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
5334
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
5335
5335
  """
5336
5336
  return pulumi.get(self, "ingress_vip")
5337
5337
 
@@ -5630,7 +5630,7 @@ class VMwareClusterNetworkConfigHostConfig(dict):
5630
5630
  """
5631
5631
  :param Sequence[str] dns_search_domains: DNS search domains.
5632
5632
 
5633
- <a name="nested_network_config_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
5633
+ <a name="nested_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
5634
5634
  :param Sequence[str] dns_servers: DNS servers.
5635
5635
  :param Sequence[str] ntp_servers: NTP servers.
5636
5636
  """
@@ -5647,7 +5647,7 @@ class VMwareClusterNetworkConfigHostConfig(dict):
5647
5647
  """
5648
5648
  DNS search domains.
5649
5649
 
5650
- <a name="nested_network_config_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
5650
+ <a name="nested_control_plane_v2_config"></a>The `control_plane_v2_config` block supports:
5651
5651
  """
5652
5652
  return pulumi.get(self, "dns_search_domains")
5653
5653
 
@@ -7336,7 +7336,7 @@ class VmwareAdminClusterLoadBalancerVipConfig(dict):
7336
7336
  API of this VMware Admin Cluster.
7337
7337
  :param str addons_vip: The VIP to configure the load balancer for add-ons.
7338
7338
 
7339
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
7339
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
7340
7340
  """
7341
7341
  pulumi.set(__self__, "control_plane_vip", control_plane_vip)
7342
7342
  if addons_vip is not None:
@@ -7357,7 +7357,7 @@ class VmwareAdminClusterLoadBalancerVipConfig(dict):
7357
7357
  """
7358
7358
  The VIP to configure the load balancer for add-ons.
7359
7359
 
7360
- <a name="nested_load_balancer_f5_config"></a>The `f5_config` block supports:
7360
+ <a name="nested_f5_config"></a>The `f5_config` block supports:
7361
7361
  """
7362
7362
  return pulumi.get(self, "addons_vip")
7363
7363
 
@@ -7848,7 +7848,7 @@ class VmwareAdminClusterPlatformConfig(dict):
7848
7848
  Structure is documented below.
7849
7849
 
7850
7850
 
7851
- <a name="nested_platform_config_bundles_bundles_status"></a>The `status` block contains:
7851
+ <a name="nested_status"></a>The `status` block contains:
7852
7852
  """
7853
7853
  if bundles is not None:
7854
7854
  pulumi.set(__self__, "bundles", bundles)
@@ -7899,7 +7899,7 @@ class VmwareAdminClusterPlatformConfig(dict):
7899
7899
  Structure is documented below.
7900
7900
 
7901
7901
 
7902
- <a name="nested_platform_config_bundles_bundles_status"></a>The `status` block contains:
7902
+ <a name="nested_status"></a>The `status` block contains:
7903
7903
  """
7904
7904
  return pulumi.get(self, "statuses")
7905
7905
 
@@ -2008,7 +2008,7 @@ class VMwareCluster(pulumi.CustomResource):
2008
2008
 
2009
2009
  @property
2010
2010
  @pulumi.getter
2011
- def vcenter(self) -> pulumi.Output['outputs.VMwareClusterVcenter']:
2011
+ def vcenter(self) -> pulumi.Output[Optional['outputs.VMwareClusterVcenter']]:
2012
2012
  """
2013
2013
  VmwareVCenterConfig specifies vCenter config for the user cluster. Inherited from the admin cluster.
2014
2014
  """
pulumi_gcp/iap/_inputs.py CHANGED
@@ -426,7 +426,6 @@ if not MYPY:
426
426
  gcip_settings: NotRequired[pulumi.Input['SettingsAccessSettingsGcipSettingsArgsDict']]
427
427
  """
428
428
  GCIP claims and endpoint configurations for 3p identity providers.
429
- * Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
430
429
  Structure is documented below.
431
430
  """
432
431
  identity_sources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
@@ -472,7 +471,6 @@ class SettingsAccessSettingsArgs:
472
471
  :param pulumi.Input['SettingsAccessSettingsCorsSettingsArgs'] cors_settings: Configuration to allow cross-origin requests via IAP.
473
472
  Structure is documented below.
474
473
  :param pulumi.Input['SettingsAccessSettingsGcipSettingsArgs'] gcip_settings: GCIP claims and endpoint configurations for 3p identity providers.
475
- * Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
476
474
  Structure is documented below.
477
475
  :param pulumi.Input[Sequence[pulumi.Input[str]]] identity_sources: Identity sources that IAP can use to authenticate the end user. Only one identity source
478
476
  can be configured. The possible values are:
@@ -533,7 +531,6 @@ class SettingsAccessSettingsArgs:
533
531
  def gcip_settings(self) -> Optional[pulumi.Input['SettingsAccessSettingsGcipSettingsArgs']]:
534
532
  """
535
533
  GCIP claims and endpoint configurations for 3p identity providers.
536
- * Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
537
534
  Structure is documented below.
538
535
  """
539
536
  return pulumi.get(self, "gcip_settings")
@@ -765,7 +762,6 @@ if not MYPY:
765
762
  (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
766
763
  Note: IAP does not verify that the id token's hd claim matches this value
767
764
  since access behavior is managed by IAM policies.
768
- * loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
769
765
  """
770
766
  programmatic_clients: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
771
767
  """
@@ -785,7 +781,6 @@ class SettingsAccessSettingsOauthSettingsArgs:
785
781
  (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
786
782
  Note: IAP does not verify that the id token's hd claim matches this value
787
783
  since access behavior is managed by IAM policies.
788
- * loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
789
784
  :param pulumi.Input[Sequence[pulumi.Input[str]]] programmatic_clients: List of client ids allowed to use IAP programmatically.
790
785
  """
791
786
  if login_hint is not None:
@@ -802,7 +797,6 @@ class SettingsAccessSettingsOauthSettingsArgs:
802
797
  (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
803
798
  Note: IAP does not verify that the id token's hd claim matches this value
804
799
  since access behavior is managed by IAM policies.
805
- * loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
806
800
  """
807
801
  return pulumi.get(self, "login_hint")
808
802
 
@@ -937,7 +931,7 @@ if not MYPY:
937
931
  Structure is documented below.
938
932
 
939
933
 
940
- <a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
934
+ <a name="nested_oauth2"></a>The `oauth2` block supports:
941
935
  """
942
936
  workforce_pools: NotRequired[pulumi.Input[str]]
943
937
  """
@@ -957,7 +951,7 @@ class SettingsAccessSettingsWorkforceIdentitySettingsArgs:
957
951
  Structure is documented below.
958
952
 
959
953
 
960
- <a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
954
+ <a name="nested_oauth2"></a>The `oauth2` block supports:
961
955
  :param pulumi.Input[str] workforce_pools: The workforce pool resources. Only one workforce pool is accepted.
962
956
  """
963
957
  if oauth2 is not None:
@@ -974,7 +968,7 @@ class SettingsAccessSettingsWorkforceIdentitySettingsArgs:
974
968
  Structure is documented below.
975
969
 
976
970
 
977
- <a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
971
+ <a name="nested_oauth2"></a>The `oauth2` block supports:
978
972
  """
979
973
  return pulumi.get(self, "oauth2")
980
974
 
pulumi_gcp/iap/outputs.py CHANGED
@@ -291,7 +291,6 @@ class SettingsAccessSettings(dict):
291
291
  :param 'SettingsAccessSettingsCorsSettingsArgs' cors_settings: Configuration to allow cross-origin requests via IAP.
292
292
  Structure is documented below.
293
293
  :param 'SettingsAccessSettingsGcipSettingsArgs' gcip_settings: GCIP claims and endpoint configurations for 3p identity providers.
294
- * Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
295
294
  Structure is documented below.
296
295
  :param Sequence[str] identity_sources: Identity sources that IAP can use to authenticate the end user. Only one identity source
297
296
  can be configured. The possible values are:
@@ -344,7 +343,6 @@ class SettingsAccessSettings(dict):
344
343
  def gcip_settings(self) -> Optional['outputs.SettingsAccessSettingsGcipSettings']:
345
344
  """
346
345
  GCIP claims and endpoint configurations for 3p identity providers.
347
- * Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
348
346
  Structure is documented below.
349
347
  """
350
348
  return pulumi.get(self, "gcip_settings")
@@ -551,7 +549,6 @@ class SettingsAccessSettingsOauthSettings(dict):
551
549
  (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
552
550
  Note: IAP does not verify that the id token's hd claim matches this value
553
551
  since access behavior is managed by IAM policies.
554
- * loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
555
552
  :param Sequence[str] programmatic_clients: List of client ids allowed to use IAP programmatically.
556
553
  """
557
554
  if login_hint is not None:
@@ -568,7 +565,6 @@ class SettingsAccessSettingsOauthSettings(dict):
568
565
  (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
569
566
  Note: IAP does not verify that the id token's hd claim matches this value
570
567
  since access behavior is managed by IAM policies.
571
- * loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
572
568
  """
573
569
  return pulumi.get(self, "login_hint")
574
570
 
@@ -692,7 +688,7 @@ class SettingsAccessSettingsWorkforceIdentitySettings(dict):
692
688
  Structure is documented below.
693
689
 
694
690
 
695
- <a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
691
+ <a name="nested_oauth2"></a>The `oauth2` block supports:
696
692
  :param str workforce_pools: The workforce pool resources. Only one workforce pool is accepted.
697
693
  """
698
694
  if oauth2 is not None:
@@ -709,7 +705,7 @@ class SettingsAccessSettingsWorkforceIdentitySettings(dict):
709
705
  Structure is documented below.
710
706
 
711
707
 
712
- <a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
708
+ <a name="nested_oauth2"></a>The `oauth2` block supports:
713
709
  """
714
710
  return pulumi.get(self, "oauth2")
715
711
 
@@ -33,15 +33,15 @@ class SettingsArgs:
33
33
  :param pulumi.Input[str] name: The resource name of the IAP protected resource. Name can have below resources:
34
34
  * organizations/{organization_id}
35
35
  * folders/{folder_id}
36
- * projects/{project_id}
37
- * projects/{project_id}/iap_web
38
- * projects/{project_id}/iap_web/compute
39
- * projects/{project_id}/iap_web/compute-{region}
40
- * projects/{project_id}/iap_web/compute/services/{service_id}
41
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
42
- * projects/{project_id}/iap_web/appengine-{app_id}
43
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
44
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
36
+ * projects/{projects_id}
37
+ * projects/{projects_id}/iap_web
38
+ * projects/{projects_id}/iap_web/compute
39
+ * projects/{projects_id}/iap_web/compute-{region}
40
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
41
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
42
+ * projects/{projects_id}/iap_web/appengine-{app_id}
43
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
44
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
45
45
 
46
46
 
47
47
  - - -
@@ -86,15 +86,15 @@ class SettingsArgs:
86
86
  The resource name of the IAP protected resource. Name can have below resources:
87
87
  * organizations/{organization_id}
88
88
  * folders/{folder_id}
89
- * projects/{project_id}
90
- * projects/{project_id}/iap_web
91
- * projects/{project_id}/iap_web/compute
92
- * projects/{project_id}/iap_web/compute-{region}
93
- * projects/{project_id}/iap_web/compute/services/{service_id}
94
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
95
- * projects/{project_id}/iap_web/appengine-{app_id}
96
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
97
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
89
+ * projects/{projects_id}
90
+ * projects/{projects_id}/iap_web
91
+ * projects/{projects_id}/iap_web/compute
92
+ * projects/{projects_id}/iap_web/compute-{region}
93
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
94
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
95
+ * projects/{projects_id}/iap_web/appengine-{app_id}
96
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
97
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
98
98
 
99
99
 
100
100
  - - -
@@ -121,15 +121,15 @@ class _SettingsState:
121
121
  :param pulumi.Input[str] name: The resource name of the IAP protected resource. Name can have below resources:
122
122
  * organizations/{organization_id}
123
123
  * folders/{folder_id}
124
- * projects/{project_id}
125
- * projects/{project_id}/iap_web
126
- * projects/{project_id}/iap_web/compute
127
- * projects/{project_id}/iap_web/compute-{region}
128
- * projects/{project_id}/iap_web/compute/services/{service_id}
129
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
130
- * projects/{project_id}/iap_web/appengine-{app_id}
131
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
132
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
124
+ * projects/{projects_id}
125
+ * projects/{projects_id}/iap_web
126
+ * projects/{projects_id}/iap_web/compute
127
+ * projects/{projects_id}/iap_web/compute-{region}
128
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
129
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
130
+ * projects/{projects_id}/iap_web/appengine-{app_id}
131
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
132
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
133
133
 
134
134
 
135
135
  - - -
@@ -174,15 +174,15 @@ class _SettingsState:
174
174
  The resource name of the IAP protected resource. Name can have below resources:
175
175
  * organizations/{organization_id}
176
176
  * folders/{folder_id}
177
- * projects/{project_id}
178
- * projects/{project_id}/iap_web
179
- * projects/{project_id}/iap_web/compute
180
- * projects/{project_id}/iap_web/compute-{region}
181
- * projects/{project_id}/iap_web/compute/services/{service_id}
182
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
183
- * projects/{project_id}/iap_web/appengine-{app_id}
184
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
185
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
177
+ * projects/{projects_id}
178
+ * projects/{projects_id}/iap_web
179
+ * projects/{projects_id}/iap_web/compute
180
+ * projects/{projects_id}/iap_web/compute-{region}
181
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
182
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
183
+ * projects/{projects_id}/iap_web/appengine-{app_id}
184
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
185
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
186
186
 
187
187
 
188
188
  - - -
@@ -309,15 +309,15 @@ class Settings(pulumi.CustomResource):
309
309
  :param pulumi.Input[str] name: The resource name of the IAP protected resource. Name can have below resources:
310
310
  * organizations/{organization_id}
311
311
  * folders/{folder_id}
312
- * projects/{project_id}
313
- * projects/{project_id}/iap_web
314
- * projects/{project_id}/iap_web/compute
315
- * projects/{project_id}/iap_web/compute-{region}
316
- * projects/{project_id}/iap_web/compute/services/{service_id}
317
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
318
- * projects/{project_id}/iap_web/appengine-{app_id}
319
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
320
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
312
+ * projects/{projects_id}
313
+ * projects/{projects_id}/iap_web
314
+ * projects/{projects_id}/iap_web/compute
315
+ * projects/{projects_id}/iap_web/compute-{region}
316
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
317
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
318
+ * projects/{projects_id}/iap_web/appengine-{app_id}
319
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
320
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
321
321
 
322
322
 
323
323
  - - -
@@ -482,15 +482,15 @@ class Settings(pulumi.CustomResource):
482
482
  :param pulumi.Input[str] name: The resource name of the IAP protected resource. Name can have below resources:
483
483
  * organizations/{organization_id}
484
484
  * folders/{folder_id}
485
- * projects/{project_id}
486
- * projects/{project_id}/iap_web
487
- * projects/{project_id}/iap_web/compute
488
- * projects/{project_id}/iap_web/compute-{region}
489
- * projects/{project_id}/iap_web/compute/services/{service_id}
490
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
491
- * projects/{project_id}/iap_web/appengine-{app_id}
492
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
493
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
485
+ * projects/{projects_id}
486
+ * projects/{projects_id}/iap_web
487
+ * projects/{projects_id}/iap_web/compute
488
+ * projects/{projects_id}/iap_web/compute-{region}
489
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
490
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
491
+ * projects/{projects_id}/iap_web/appengine-{app_id}
492
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
493
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
494
494
 
495
495
 
496
496
  - - -
@@ -529,15 +529,15 @@ class Settings(pulumi.CustomResource):
529
529
  The resource name of the IAP protected resource. Name can have below resources:
530
530
  * organizations/{organization_id}
531
531
  * folders/{folder_id}
532
- * projects/{project_id}
533
- * projects/{project_id}/iap_web
534
- * projects/{project_id}/iap_web/compute
535
- * projects/{project_id}/iap_web/compute-{region}
536
- * projects/{project_id}/iap_web/compute/services/{service_id}
537
- * projects/{project_id}/iap_web/compute-{region}/services/{service_id}
538
- * projects/{project_id}/iap_web/appengine-{app_id}
539
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}
540
- * projects/{project_id}/iap_web/appengine-{app_id}/services/{service_id}/version/{version_id}
532
+ * projects/{projects_id}
533
+ * projects/{projects_id}/iap_web
534
+ * projects/{projects_id}/iap_web/compute
535
+ * projects/{projects_id}/iap_web/compute-{region}
536
+ * projects/{projects_id}/iap_web/compute/service/{service_id}
537
+ * projects/{projects_id}/iap_web/compute-{region}/service/{service_id}
538
+ * projects/{projects_id}/iap_web/appengine-{app_id}
539
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}
540
+ * projects/{projects_id}/iap_web/appengine-{app_id}/service/{service_id}/version/{version_id}
541
541
 
542
542
 
543
543
  - - -
@@ -954,7 +954,7 @@ if not MYPY:
954
954
  """
955
955
  Whether anonymous user auth is enabled for the project or not.
956
956
 
957
- <a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
957
+ <a name="nested_hash_config"></a>The `hash_config` block contains:
958
958
  """
959
959
  elif False:
960
960
  ConfigSignInAnonymousArgsDict: TypeAlias = Mapping[str, Any]
@@ -966,7 +966,7 @@ class ConfigSignInAnonymousArgs:
966
966
  """
967
967
  :param pulumi.Input[bool] enabled: Whether anonymous user auth is enabled for the project or not.
968
968
 
969
- <a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
969
+ <a name="nested_hash_config"></a>The `hash_config` block contains:
970
970
  """
971
971
  pulumi.set(__self__, "enabled", enabled)
972
972
 
@@ -976,7 +976,7 @@ class ConfigSignInAnonymousArgs:
976
976
  """
977
977
  Whether anonymous user auth is enabled for the project or not.
978
978
 
979
- <a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
979
+ <a name="nested_hash_config"></a>The `hash_config` block contains:
980
980
  """
981
981
  return pulumi.get(self, "enabled")
982
982
 
@@ -1464,7 +1464,7 @@ if not MYPY:
1464
1464
  Structure is documented below.
1465
1465
 
1466
1466
 
1467
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1467
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1468
1468
  """
1469
1469
  sp_entity_id: NotRequired[pulumi.Input[str]]
1470
1470
  """
@@ -1486,7 +1486,7 @@ class InboundSamlConfigSpConfigArgs:
1486
1486
  Structure is documented below.
1487
1487
 
1488
1488
 
1489
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1489
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1490
1490
  :param pulumi.Input[str] sp_entity_id: Unique identifier for all SAML entities.
1491
1491
  """
1492
1492
  if callback_uri is not None:
@@ -1517,7 +1517,7 @@ class InboundSamlConfigSpConfigArgs:
1517
1517
  Structure is documented below.
1518
1518
 
1519
1519
 
1520
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1520
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1521
1521
  """
1522
1522
  return pulumi.get(self, "sp_certificates")
1523
1523
 
@@ -1711,7 +1711,7 @@ if not MYPY:
1711
1711
  Structure is documented below.
1712
1712
 
1713
1713
 
1714
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1714
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1715
1715
  """
1716
1716
  elif False:
1717
1717
  TenantInboundSamlConfigSpConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -1730,7 +1730,7 @@ class TenantInboundSamlConfigSpConfigArgs:
1730
1730
  Structure is documented below.
1731
1731
 
1732
1732
 
1733
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1733
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1734
1734
  """
1735
1735
  pulumi.set(__self__, "callback_uri", callback_uri)
1736
1736
  pulumi.set(__self__, "sp_entity_id", sp_entity_id)
@@ -1770,7 +1770,7 @@ class TenantInboundSamlConfigSpConfigArgs:
1770
1770
  Structure is documented below.
1771
1771
 
1772
1772
 
1773
- <a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
1773
+ <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
1774
1774
  """
1775
1775
  return pulumi.get(self, "sp_certificates")
1776
1776