pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.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.
- pulumi_gcp/__init__.py +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/iap/outputs.py
CHANGED
@@ -291,6 +291,7 @@ 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.
|
294
295
|
Structure is documented below.
|
295
296
|
:param Sequence[str] identity_sources: Identity sources that IAP can use to authenticate the end user. Only one identity source
|
296
297
|
can be configured. The possible values are:
|
@@ -343,6 +344,7 @@ class SettingsAccessSettings(dict):
|
|
343
344
|
def gcip_settings(self) -> Optional['outputs.SettingsAccessSettingsGcipSettings']:
|
344
345
|
"""
|
345
346
|
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.
|
346
348
|
Structure is documented below.
|
347
349
|
"""
|
348
350
|
return pulumi.get(self, "gcip_settings")
|
@@ -549,6 +551,7 @@ class SettingsAccessSettingsOauthSettings(dict):
|
|
549
551
|
(https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
|
550
552
|
Note: IAP does not verify that the id token's hd claim matches this value
|
551
553
|
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.
|
552
555
|
:param Sequence[str] programmatic_clients: List of client ids allowed to use IAP programmatically.
|
553
556
|
"""
|
554
557
|
if login_hint is not None:
|
@@ -565,6 +568,7 @@ class SettingsAccessSettingsOauthSettings(dict):
|
|
565
568
|
(https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
|
566
569
|
Note: IAP does not verify that the id token's hd claim matches this value
|
567
570
|
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.
|
568
572
|
"""
|
569
573
|
return pulumi.get(self, "login_hint")
|
570
574
|
|
@@ -688,7 +692,7 @@ class SettingsAccessSettingsWorkforceIdentitySettings(dict):
|
|
688
692
|
Structure is documented below.
|
689
693
|
|
690
694
|
|
691
|
-
<a name="
|
695
|
+
<a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
|
692
696
|
:param str workforce_pools: The workforce pool resources. Only one workforce pool is accepted.
|
693
697
|
"""
|
694
698
|
if oauth2 is not None:
|
@@ -705,7 +709,7 @@ class SettingsAccessSettingsWorkforceIdentitySettings(dict):
|
|
705
709
|
Structure is documented below.
|
706
710
|
|
707
711
|
|
708
|
-
<a name="
|
712
|
+
<a name="nested_access_settings_workforce_identity_settings_oauth2"></a>The `oauth2` block supports:
|
709
713
|
"""
|
710
714
|
return pulumi.get(self, "oauth2")
|
711
715
|
|
pulumi_gcp/iap/settings.py
CHANGED
@@ -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/{
|
37
|
-
* projects/{
|
38
|
-
* projects/{
|
39
|
-
* projects/{
|
40
|
-
* projects/{
|
41
|
-
* projects/{
|
42
|
-
* projects/{
|
43
|
-
* projects/{
|
44
|
-
* projects/{
|
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}
|
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/{
|
90
|
-
* projects/{
|
91
|
-
* projects/{
|
92
|
-
* projects/{
|
93
|
-
* projects/{
|
94
|
-
* projects/{
|
95
|
-
* projects/{
|
96
|
-
* projects/{
|
97
|
-
* projects/{
|
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}
|
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/{
|
125
|
-
* projects/{
|
126
|
-
* projects/{
|
127
|
-
* projects/{
|
128
|
-
* projects/{
|
129
|
-
* projects/{
|
130
|
-
* projects/{
|
131
|
-
* projects/{
|
132
|
-
* projects/{
|
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}
|
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/{
|
178
|
-
* projects/{
|
179
|
-
* projects/{
|
180
|
-
* projects/{
|
181
|
-
* projects/{
|
182
|
-
* projects/{
|
183
|
-
* projects/{
|
184
|
-
* projects/{
|
185
|
-
* projects/{
|
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}
|
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/{
|
313
|
-
* projects/{
|
314
|
-
* projects/{
|
315
|
-
* projects/{
|
316
|
-
* projects/{
|
317
|
-
* projects/{
|
318
|
-
* projects/{
|
319
|
-
* projects/{
|
320
|
-
* projects/{
|
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}
|
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/{
|
486
|
-
* projects/{
|
487
|
-
* projects/{
|
488
|
-
* projects/{
|
489
|
-
* projects/{
|
490
|
-
* projects/{
|
491
|
-
* projects/{
|
492
|
-
* projects/{
|
493
|
-
* projects/{
|
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}
|
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/{
|
533
|
-
* projects/{
|
534
|
-
* projects/{
|
535
|
-
* projects/{
|
536
|
-
* projects/{
|
537
|
-
* projects/{
|
538
|
-
* projects/{
|
539
|
-
* projects/{
|
540
|
-
* projects/{
|
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}
|
541
541
|
|
542
542
|
|
543
543
|
- - -
|
@@ -253,7 +253,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
253
253
|
|
254
254
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
255
255
|
region="us-central1",
|
256
|
-
group_name="
|
256
|
+
group_name="testgroup_40785",
|
257
257
|
cidrs=[
|
258
258
|
"10.1.0.0/16",
|
259
259
|
"192.168.10.0/24",
|
@@ -339,7 +339,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
339
339
|
|
340
340
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
341
341
|
region="us-central1",
|
342
|
-
group_name="
|
342
|
+
group_name="testgroup_40785",
|
343
343
|
cidrs=[
|
344
344
|
"10.1.0.0/16",
|
345
345
|
"192.168.10.0/24",
|
@@ -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="
|
957
|
+
<a name="nested_sign_in_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="
|
969
|
+
<a name="nested_sign_in_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="
|
979
|
+
<a name="nested_sign_in_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="
|
1467
|
+
<a name="nested_sp_config_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="
|
1489
|
+
<a name="nested_sp_config_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="
|
1520
|
+
<a name="nested_sp_config_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="
|
1714
|
+
<a name="nested_sp_config_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="
|
1733
|
+
<a name="nested_sp_config_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="
|
1773
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1774
1774
|
"""
|
1775
1775
|
return pulumi.get(self, "sp_certificates")
|
1776
1776
|
|
@@ -820,7 +820,7 @@ class ConfigSignInAnonymous(dict):
|
|
820
820
|
"""
|
821
821
|
:param bool enabled: Whether anonymous user auth is enabled for the project or not.
|
822
822
|
|
823
|
-
<a name="
|
823
|
+
<a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
|
824
824
|
"""
|
825
825
|
pulumi.set(__self__, "enabled", enabled)
|
826
826
|
|
@@ -830,7 +830,7 @@ class ConfigSignInAnonymous(dict):
|
|
830
830
|
"""
|
831
831
|
Whether anonymous user auth is enabled for the project or not.
|
832
832
|
|
833
|
-
<a name="
|
833
|
+
<a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
|
834
834
|
"""
|
835
835
|
return pulumi.get(self, "enabled")
|
836
836
|
|
@@ -1294,7 +1294,7 @@ class InboundSamlConfigSpConfig(dict):
|
|
1294
1294
|
Structure is documented below.
|
1295
1295
|
|
1296
1296
|
|
1297
|
-
<a name="
|
1297
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1298
1298
|
:param str sp_entity_id: Unique identifier for all SAML entities.
|
1299
1299
|
"""
|
1300
1300
|
if callback_uri is not None:
|
@@ -1321,7 +1321,7 @@ class InboundSamlConfigSpConfig(dict):
|
|
1321
1321
|
Structure is documented below.
|
1322
1322
|
|
1323
1323
|
|
1324
|
-
<a name="
|
1324
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1325
1325
|
"""
|
1326
1326
|
return pulumi.get(self, "sp_certificates")
|
1327
1327
|
|
@@ -1518,7 +1518,7 @@ class TenantInboundSamlConfigSpConfig(dict):
|
|
1518
1518
|
Structure is documented below.
|
1519
1519
|
|
1520
1520
|
|
1521
|
-
<a name="
|
1521
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1522
1522
|
"""
|
1523
1523
|
pulumi.set(__self__, "callback_uri", callback_uri)
|
1524
1524
|
pulumi.set(__self__, "sp_entity_id", sp_entity_id)
|
@@ -1550,7 +1550,7 @@ class TenantInboundSamlConfigSpConfig(dict):
|
|
1550
1550
|
Structure is documented below.
|
1551
1551
|
|
1552
1552
|
|
1553
|
-
<a name="
|
1553
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1554
1554
|
"""
|
1555
1555
|
return pulumi.get(self, "sp_certificates")
|
1556
1556
|
|
@@ -864,7 +864,7 @@ if not MYPY:
|
|
864
864
|
"""
|
865
865
|
Value for the "aud" claim.
|
866
866
|
|
867
|
-
<a name="
|
867
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
868
868
|
"""
|
869
869
|
issuer: NotRequired[pulumi.Input[str]]
|
870
870
|
"""
|
@@ -886,7 +886,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs:
|
|
886
886
|
"""
|
887
887
|
:param pulumi.Input[str] audience: Value for the "aud" claim.
|
888
888
|
|
889
|
-
<a name="
|
889
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
890
890
|
:param pulumi.Input[str] issuer: Value for the "iss" claim.
|
891
891
|
:param pulumi.Input[str] subject: Value for the "sub" claim.
|
892
892
|
"""
|
@@ -903,7 +903,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs:
|
|
903
903
|
"""
|
904
904
|
Value for the "aud" claim.
|
905
905
|
|
906
|
-
<a name="
|
906
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
907
907
|
"""
|
908
908
|
return pulumi.get(self, "audience")
|
909
909
|
|
@@ -1074,7 +1074,7 @@ if not MYPY:
|
|
1074
1074
|
The resource name of the secret version in the format,
|
1075
1075
|
format as: projects/*/secrets/*/versions/*.
|
1076
1076
|
|
1077
|
-
<a name="
|
1077
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1078
1078
|
"""
|
1079
1079
|
elif False:
|
1080
1080
|
ConnectionAuthConfigSshPublicKeySshClientCertPassArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1087,7 +1087,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPassArgs:
|
|
1087
1087
|
:param pulumi.Input[str] secret_version: The resource name of the secret version in the format,
|
1088
1088
|
format as: projects/*/secrets/*/versions/*.
|
1089
1089
|
|
1090
|
-
<a name="
|
1090
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1091
1091
|
"""
|
1092
1092
|
pulumi.set(__self__, "secret_version", secret_version)
|
1093
1093
|
|
@@ -1098,7 +1098,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPassArgs:
|
|
1098
1098
|
The resource name of the secret version in the format,
|
1099
1099
|
format as: projects/*/secrets/*/versions/*.
|
1100
1100
|
|
1101
|
-
<a name="
|
1101
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1102
1102
|
"""
|
1103
1103
|
return pulumi.get(self, "secret_version")
|
1104
1104
|
|
@@ -378,8 +378,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
378
378
|
import pulumi_gcp as gcp
|
379
379
|
|
380
380
|
target_project = gcp.organizations.Project("target_project",
|
381
|
-
project_id="tf-
|
382
|
-
name="tf-
|
381
|
+
project_id="tf-test_79169",
|
382
|
+
name="tf-test_56529",
|
383
383
|
org_id="123456789",
|
384
384
|
billing_account="000000-0000000-0000000-000000",
|
385
385
|
deletion_policy="DELETE")
|
@@ -400,8 +400,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
400
400
|
auto_create_subnetworks=False,
|
401
401
|
opts = pulumi.ResourceOptions(depends_on=[compute]))
|
402
402
|
zone = gcp.dns.ManagedZone("zone",
|
403
|
-
name="tf-test-
|
404
|
-
dns_name="
|
403
|
+
name="tf-test-dns_75413",
|
404
|
+
dns_name="private_55138.example.com.",
|
405
405
|
visibility="private",
|
406
406
|
private_visibility_config={
|
407
407
|
"networks": [{
|
@@ -489,8 +489,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
489
489
|
import pulumi_gcp as gcp
|
490
490
|
|
491
491
|
target_project = gcp.organizations.Project("target_project",
|
492
|
-
project_id="tf-
|
493
|
-
name="tf-
|
492
|
+
project_id="tf-test_79169",
|
493
|
+
name="tf-test_56529",
|
494
494
|
org_id="123456789",
|
495
495
|
billing_account="000000-0000000-0000000-000000",
|
496
496
|
deletion_policy="DELETE")
|
@@ -511,8 +511,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
511
511
|
auto_create_subnetworks=False,
|
512
512
|
opts = pulumi.ResourceOptions(depends_on=[compute]))
|
513
513
|
zone = gcp.dns.ManagedZone("zone",
|
514
|
-
name="tf-test-
|
515
|
-
dns_name="
|
514
|
+
name="tf-test-dns_75413",
|
515
|
+
dns_name="private_55138.example.com.",
|
516
516
|
visibility="private",
|
517
517
|
private_visibility_config={
|
518
518
|
"networks": [{
|
@@ -721,7 +721,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaims(dict):
|
|
721
721
|
"""
|
722
722
|
:param str audience: Value for the "aud" claim.
|
723
723
|
|
724
|
-
<a name="
|
724
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
725
725
|
:param str issuer: Value for the "iss" claim.
|
726
726
|
:param str subject: Value for the "sub" claim.
|
727
727
|
"""
|
@@ -738,7 +738,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaims(dict):
|
|
738
738
|
"""
|
739
739
|
Value for the "aud" claim.
|
740
740
|
|
741
|
-
<a name="
|
741
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
742
742
|
"""
|
743
743
|
return pulumi.get(self, "audience")
|
744
744
|
|
@@ -900,7 +900,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPass(dict):
|
|
900
900
|
:param str secret_version: The resource name of the secret version in the format,
|
901
901
|
format as: projects/*/secrets/*/versions/*.
|
902
902
|
|
903
|
-
<a name="
|
903
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
904
904
|
"""
|
905
905
|
pulumi.set(__self__, "secret_version", secret_version)
|
906
906
|
|
@@ -911,7 +911,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPass(dict):
|
|
911
911
|
The resource name of the secret version in the format,
|
912
912
|
format as: projects/*/secrets/*/versions/*.
|
913
913
|
|
914
|
-
<a name="
|
914
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
915
915
|
"""
|
916
916
|
return pulumi.get(self, "secret_version")
|
917
917
|
|
pulumi_gcp/monitoring/_inputs.py
CHANGED
@@ -5868,7 +5868,7 @@ if not MYPY:
|
|
5868
5868
|
Structure is documented below.
|
5869
5869
|
|
5870
5870
|
|
5871
|
-
<a name="
|
5871
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5872
5872
|
"""
|
5873
5873
|
elif False:
|
5874
5874
|
UptimeCheckConfigSyntheticMonitorArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -5882,7 +5882,7 @@ class UptimeCheckConfigSyntheticMonitorArgs:
|
|
5882
5882
|
Structure is documented below.
|
5883
5883
|
|
5884
5884
|
|
5885
|
-
<a name="
|
5885
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5886
5886
|
"""
|
5887
5887
|
pulumi.set(__self__, "cloud_function_v2", cloud_function_v2)
|
5888
5888
|
|
@@ -5894,7 +5894,7 @@ class UptimeCheckConfigSyntheticMonitorArgs:
|
|
5894
5894
|
Structure is documented below.
|
5895
5895
|
|
5896
5896
|
|
5897
|
-
<a name="
|
5897
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5898
5898
|
"""
|
5899
5899
|
return pulumi.get(self, "cloud_function_v2")
|
5900
5900
|
|
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -4367,7 +4367,7 @@ class UptimeCheckConfigSyntheticMonitor(dict):
|
|
4367
4367
|
Structure is documented below.
|
4368
4368
|
|
4369
4369
|
|
4370
|
-
<a name="
|
4370
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
4371
4371
|
"""
|
4372
4372
|
pulumi.set(__self__, "cloud_function_v2", cloud_function_v2)
|
4373
4373
|
|
@@ -4379,7 +4379,7 @@ class UptimeCheckConfigSyntheticMonitor(dict):
|
|
4379
4379
|
Structure is documented below.
|
4380
4380
|
|
4381
4381
|
|
4382
|
-
<a name="
|
4382
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
4383
4383
|
"""
|
4384
4384
|
return pulumi.get(self, "cloud_function_v2")
|
4385
4385
|
|