pulumi-gcp 8.31.0a1747312116__py3-none-any.whl → 8.32.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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -41,6 +41,7 @@ class MembershipIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
46
|
`gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -87,6 +88,9 @@ class MembershipIamBindingArgs:
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter(name="membershipId")
|
89
90
|
def membership_id(self) -> pulumi.Input[builtins.str]:
|
91
|
+
"""
|
92
|
+
Used to find the parent resource to bind the IAM policy to
|
93
|
+
"""
|
90
94
|
return pulumi.get(self, "membership_id")
|
91
95
|
|
92
96
|
@membership_id.setter
|
@@ -175,6 +179,7 @@ class _MembershipIamBindingState:
|
|
175
179
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
176
180
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
177
181
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
182
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
178
183
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
179
184
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
180
185
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -258,6 +263,9 @@ class _MembershipIamBindingState:
|
|
258
263
|
@property
|
259
264
|
@pulumi.getter(name="membershipId")
|
260
265
|
def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
266
|
+
"""
|
267
|
+
Used to find the parent resource to bind the IAM policy to
|
268
|
+
"""
|
261
269
|
return pulumi.get(self, "membership_id")
|
262
270
|
|
263
271
|
@membership_id.setter
|
@@ -485,6 +493,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
485
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
486
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
487
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
488
497
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
489
498
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
490
499
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -743,6 +752,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
743
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
744
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
745
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
755
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
746
756
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
747
757
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
748
758
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -808,6 +818,9 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
808
818
|
@property
|
809
819
|
@pulumi.getter(name="membershipId")
|
810
820
|
def membership_id(self) -> pulumi.Output[builtins.str]:
|
821
|
+
"""
|
822
|
+
Used to find the parent resource to bind the IAM policy to
|
823
|
+
"""
|
811
824
|
return pulumi.get(self, "membership_id")
|
812
825
|
|
813
826
|
@property
|
@@ -41,6 +41,7 @@ class MembershipIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
46
|
`gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -87,6 +88,9 @@ class MembershipIamMemberArgs:
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter(name="membershipId")
|
89
90
|
def membership_id(self) -> pulumi.Input[builtins.str]:
|
91
|
+
"""
|
92
|
+
Used to find the parent resource to bind the IAM policy to
|
93
|
+
"""
|
90
94
|
return pulumi.get(self, "membership_id")
|
91
95
|
|
92
96
|
@membership_id.setter
|
@@ -175,6 +179,7 @@ class _MembershipIamMemberState:
|
|
175
179
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
176
180
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
177
181
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
182
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
178
183
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
179
184
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
180
185
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -258,6 +263,9 @@ class _MembershipIamMemberState:
|
|
258
263
|
@property
|
259
264
|
@pulumi.getter(name="membershipId")
|
260
265
|
def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
266
|
+
"""
|
267
|
+
Used to find the parent resource to bind the IAM policy to
|
268
|
+
"""
|
261
269
|
return pulumi.get(self, "membership_id")
|
262
270
|
|
263
271
|
@membership_id.setter
|
@@ -485,6 +493,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
485
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
486
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
487
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
488
497
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
489
498
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
490
499
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -743,6 +752,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
743
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
744
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
745
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
755
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
746
756
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
747
757
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
748
758
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -808,6 +818,9 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
808
818
|
@property
|
809
819
|
@pulumi.getter(name="membershipId")
|
810
820
|
def membership_id(self) -> pulumi.Output[builtins.str]:
|
821
|
+
"""
|
822
|
+
Used to find the parent resource to bind the IAM policy to
|
823
|
+
"""
|
811
824
|
return pulumi.get(self, "membership_id")
|
812
825
|
|
813
826
|
@property
|
@@ -26,6 +26,7 @@ class MembershipIamPolicyArgs:
|
|
26
26
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a MembershipIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
29
30
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
31
|
a `organizations_get_iam_policy` data source.
|
31
32
|
:param pulumi.Input[builtins.str] location: Location of the membership.
|
@@ -46,6 +47,9 @@ class MembershipIamPolicyArgs:
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter(name="membershipId")
|
48
49
|
def membership_id(self) -> pulumi.Input[builtins.str]:
|
50
|
+
"""
|
51
|
+
Used to find the parent resource to bind the IAM policy to
|
52
|
+
"""
|
49
53
|
return pulumi.get(self, "membership_id")
|
50
54
|
|
51
55
|
@membership_id.setter
|
@@ -111,6 +115,7 @@ class _MembershipIamPolicyState:
|
|
111
115
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
112
116
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
113
117
|
location is specified, it is taken from the provider configuration.
|
118
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
114
119
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
115
120
|
a `organizations_get_iam_policy` data source.
|
116
121
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -158,6 +163,9 @@ class _MembershipIamPolicyState:
|
|
158
163
|
@property
|
159
164
|
@pulumi.getter(name="membershipId")
|
160
165
|
def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
166
|
+
"""
|
167
|
+
Used to find the parent resource to bind the IAM policy to
|
168
|
+
"""
|
161
169
|
return pulumi.get(self, "membership_id")
|
162
170
|
|
163
171
|
@membership_id.setter
|
@@ -371,6 +379,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
371
379
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
372
380
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
373
381
|
location is specified, it is taken from the provider configuration.
|
382
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
374
383
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
375
384
|
a `organizations_get_iam_policy` data source.
|
376
385
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -609,6 +618,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
609
618
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
610
619
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
611
620
|
location is specified, it is taken from the provider configuration.
|
621
|
+
:param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
612
622
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
613
623
|
a `organizations_get_iam_policy` data source.
|
614
624
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -648,6 +658,9 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
648
658
|
@property
|
649
659
|
@pulumi.getter(name="membershipId")
|
650
660
|
def membership_id(self) -> pulumi.Output[builtins.str]:
|
661
|
+
"""
|
662
|
+
Used to find the parent resource to bind the IAM policy to
|
663
|
+
"""
|
651
664
|
return pulumi.get(self, "membership_id")
|
652
665
|
|
653
666
|
@property
|
@@ -43,6 +43,7 @@ class ScopeIamBindingArgs:
|
|
43
43
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
44
44
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
45
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
46
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
47
48
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
48
49
|
"""
|
@@ -93,6 +94,9 @@ class ScopeIamBindingArgs:
|
|
93
94
|
@property
|
94
95
|
@pulumi.getter(name="scopeId")
|
95
96
|
def scope_id(self) -> pulumi.Input[builtins.str]:
|
97
|
+
"""
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
96
100
|
return pulumi.get(self, "scope_id")
|
97
101
|
|
98
102
|
@scope_id.setter
|
@@ -150,6 +154,7 @@ class _ScopeIamBindingState:
|
|
150
154
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
151
155
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
152
156
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
157
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
153
158
|
"""
|
154
159
|
if condition is not None:
|
155
160
|
pulumi.set(__self__, "condition", condition)
|
@@ -237,6 +242,9 @@ class _ScopeIamBindingState:
|
|
237
242
|
@property
|
238
243
|
@pulumi.getter(name="scopeId")
|
239
244
|
def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
245
|
+
"""
|
246
|
+
Used to find the parent resource to bind the IAM policy to
|
247
|
+
"""
|
240
248
|
return pulumi.get(self, "scope_id")
|
241
249
|
|
242
250
|
@scope_id.setter
|
@@ -428,6 +436,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
428
436
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
429
437
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
430
438
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
439
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
431
440
|
"""
|
432
441
|
...
|
433
442
|
@overload
|
@@ -670,6 +679,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
670
679
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
671
680
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
672
681
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
682
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
673
683
|
"""
|
674
684
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
675
685
|
|
@@ -736,5 +746,8 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
736
746
|
@property
|
737
747
|
@pulumi.getter(name="scopeId")
|
738
748
|
def scope_id(self) -> pulumi.Output[builtins.str]:
|
749
|
+
"""
|
750
|
+
Used to find the parent resource to bind the IAM policy to
|
751
|
+
"""
|
739
752
|
return pulumi.get(self, "scope_id")
|
740
753
|
|
@@ -43,6 +43,7 @@ class ScopeIamMemberArgs:
|
|
43
43
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
44
44
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
45
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
46
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
47
48
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
48
49
|
"""
|
@@ -93,6 +94,9 @@ class ScopeIamMemberArgs:
|
|
93
94
|
@property
|
94
95
|
@pulumi.getter(name="scopeId")
|
95
96
|
def scope_id(self) -> pulumi.Input[builtins.str]:
|
97
|
+
"""
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
96
100
|
return pulumi.get(self, "scope_id")
|
97
101
|
|
98
102
|
@scope_id.setter
|
@@ -150,6 +154,7 @@ class _ScopeIamMemberState:
|
|
150
154
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
151
155
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
152
156
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
157
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
153
158
|
"""
|
154
159
|
if condition is not None:
|
155
160
|
pulumi.set(__self__, "condition", condition)
|
@@ -237,6 +242,9 @@ class _ScopeIamMemberState:
|
|
237
242
|
@property
|
238
243
|
@pulumi.getter(name="scopeId")
|
239
244
|
def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
245
|
+
"""
|
246
|
+
Used to find the parent resource to bind the IAM policy to
|
247
|
+
"""
|
240
248
|
return pulumi.get(self, "scope_id")
|
241
249
|
|
242
250
|
@scope_id.setter
|
@@ -428,6 +436,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
428
436
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
429
437
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
430
438
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
439
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
431
440
|
"""
|
432
441
|
...
|
433
442
|
@overload
|
@@ -670,6 +679,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
670
679
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
671
680
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
672
681
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
682
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
673
683
|
"""
|
674
684
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
675
685
|
|
@@ -736,5 +746,8 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
736
746
|
@property
|
737
747
|
@pulumi.getter(name="scopeId")
|
738
748
|
def scope_id(self) -> pulumi.Output[builtins.str]:
|
749
|
+
"""
|
750
|
+
Used to find the parent resource to bind the IAM policy to
|
751
|
+
"""
|
739
752
|
return pulumi.get(self, "scope_id")
|
740
753
|
|
@@ -27,6 +27,7 @@ class ScopeIamPolicyArgs:
|
|
27
27
|
The set of arguments for constructing a ScopeIamPolicy resource.
|
28
28
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
29
29
|
a `organizations_get_iam_policy` data source.
|
30
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
30
31
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
31
32
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
32
33
|
"""
|
@@ -51,6 +52,9 @@ class ScopeIamPolicyArgs:
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter(name="scopeId")
|
53
54
|
def scope_id(self) -> pulumi.Input[builtins.str]:
|
55
|
+
"""
|
56
|
+
Used to find the parent resource to bind the IAM policy to
|
57
|
+
"""
|
54
58
|
return pulumi.get(self, "scope_id")
|
55
59
|
|
56
60
|
@scope_id.setter
|
@@ -85,6 +89,7 @@ class _ScopeIamPolicyState:
|
|
85
89
|
a `organizations_get_iam_policy` data source.
|
86
90
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
87
91
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
92
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
88
93
|
"""
|
89
94
|
if etag is not None:
|
90
95
|
pulumi.set(__self__, "etag", etag)
|
@@ -136,6 +141,9 @@ class _ScopeIamPolicyState:
|
|
136
141
|
@property
|
137
142
|
@pulumi.getter(name="scopeId")
|
138
143
|
def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
144
|
+
"""
|
145
|
+
Used to find the parent resource to bind the IAM policy to
|
146
|
+
"""
|
139
147
|
return pulumi.get(self, "scope_id")
|
140
148
|
|
141
149
|
@scope_id.setter
|
@@ -313,6 +321,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
313
321
|
a `organizations_get_iam_policy` data source.
|
314
322
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
315
323
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
324
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
316
325
|
"""
|
317
326
|
...
|
318
327
|
@overload
|
@@ -535,6 +544,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
535
544
|
a `organizations_get_iam_policy` data source.
|
536
545
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
537
546
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
547
|
+
:param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
|
538
548
|
"""
|
539
549
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
540
550
|
|
@@ -575,5 +585,8 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
575
585
|
@property
|
576
586
|
@pulumi.getter(name="scopeId")
|
577
587
|
def scope_id(self) -> pulumi.Output[builtins.str]:
|
588
|
+
"""
|
589
|
+
Used to find the parent resource to bind the IAM policy to
|
590
|
+
"""
|
578
591
|
return pulumi.get(self, "scope_id")
|
579
592
|
|
pulumi_gcp/iam/__init__.py
CHANGED
@@ -12,6 +12,7 @@ from .folders_policy_binding import *
|
|
12
12
|
from .get_rule import *
|
13
13
|
from .get_testable_permissions import *
|
14
14
|
from .get_workload_identity_pool import *
|
15
|
+
from .get_workload_identity_pool_iam_policy import *
|
15
16
|
from .get_workload_identity_pool_provider import *
|
16
17
|
from .oauth_client import *
|
17
18
|
from .oauth_client_credential import *
|
@@ -21,6 +22,9 @@ from .projects_policy_binding import *
|
|
21
22
|
from .workforce_pool import *
|
22
23
|
from .workforce_pool_provider import *
|
23
24
|
from .workload_identity_pool import *
|
25
|
+
from .workload_identity_pool_iam_binding import *
|
26
|
+
from .workload_identity_pool_iam_member import *
|
27
|
+
from .workload_identity_pool_iam_policy import *
|
24
28
|
from .workload_identity_pool_provider import *
|
25
29
|
from ._inputs import *
|
26
30
|
from . import outputs
|