pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
pulumi_gcp/firestore/database.py
CHANGED
@@ -82,6 +82,9 @@ class DatabaseArgs:
|
|
82
82
|
pulumi.set(__self__, "database_edition", database_edition)
|
83
83
|
if delete_protection_state is not None:
|
84
84
|
pulumi.set(__self__, "delete_protection_state", delete_protection_state)
|
85
|
+
if deletion_policy is not None:
|
86
|
+
warnings.warn("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""", DeprecationWarning)
|
87
|
+
pulumi.log.warn("""deletion_policy is deprecated: `deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
|
85
88
|
if deletion_policy is not None:
|
86
89
|
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
87
90
|
if name is not None:
|
@@ -187,6 +190,7 @@ class DatabaseArgs:
|
|
187
190
|
|
188
191
|
@property
|
189
192
|
@pulumi.getter(name="deletionPolicy")
|
193
|
+
@_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
|
190
194
|
def deletion_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
191
195
|
return pulumi.get(self, "deletion_policy")
|
192
196
|
|
@@ -330,6 +334,9 @@ class _DatabaseState:
|
|
330
334
|
pulumi.set(__self__, "database_edition", database_edition)
|
331
335
|
if delete_protection_state is not None:
|
332
336
|
pulumi.set(__self__, "delete_protection_state", delete_protection_state)
|
337
|
+
if deletion_policy is not None:
|
338
|
+
warnings.warn("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""", DeprecationWarning)
|
339
|
+
pulumi.log.warn("""deletion_policy is deprecated: `deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
|
333
340
|
if deletion_policy is not None:
|
334
341
|
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
335
342
|
if earliest_version_time is not None:
|
@@ -432,6 +439,7 @@ class _DatabaseState:
|
|
432
439
|
|
433
440
|
@property
|
434
441
|
@pulumi.getter(name="deletionPolicy")
|
442
|
+
@_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
|
435
443
|
def deletion_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
436
444
|
return pulumi.get(self, "deletion_policy")
|
437
445
|
|
@@ -1243,6 +1251,7 @@ class Database(pulumi.CustomResource):
|
|
1243
1251
|
|
1244
1252
|
@property
|
1245
1253
|
@pulumi.getter(name="deletionPolicy")
|
1254
|
+
@_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
|
1246
1255
|
def deletion_policy(self) -> pulumi.Output[Optional[builtins.str]]:
|
1247
1256
|
return pulumi.get(self, "deletion_policy")
|
1248
1257
|
|
@@ -132,11 +132,13 @@ def get_repository_group_iam_policy(code_repository_index: Optional[builtins.str
|
|
132
132
|
```
|
133
133
|
|
134
134
|
|
135
|
+
:param builtins.str code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
135
136
|
:param builtins.str location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
136
137
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
137
138
|
location is specified, it is taken from the provider configuration.
|
138
139
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
139
140
|
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.
|
141
|
+
:param builtins.str repository_group_id: Used to find the parent resource to bind the IAM policy to
|
140
142
|
"""
|
141
143
|
__args__ = dict()
|
142
144
|
__args__['codeRepositoryIndex'] = code_repository_index
|
@@ -175,11 +177,13 @@ def get_repository_group_iam_policy_output(code_repository_index: Optional[pulum
|
|
175
177
|
```
|
176
178
|
|
177
179
|
|
180
|
+
:param builtins.str code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
178
181
|
:param builtins.str location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
182
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
180
183
|
location is specified, it is taken from the provider configuration.
|
181
184
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
182
185
|
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.
|
186
|
+
:param builtins.str repository_group_id: Used to find the parent resource to bind the IAM policy to
|
183
187
|
"""
|
184
188
|
__args__ = dict()
|
185
189
|
__args__['codeRepositoryIndex'] = code_repository_index
|
@@ -31,6 +31,7 @@ class RepositoryGroupIamBindingArgs:
|
|
31
31
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a RepositoryGroupIamBinding resource.
|
34
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
34
35
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
35
36
|
Each entry can have one of the following values:
|
36
37
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -42,6 +43,7 @@ class RepositoryGroupIamBindingArgs:
|
|
42
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
45
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
48
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
47
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +67,9 @@ class RepositoryGroupIamBindingArgs:
|
|
65
67
|
@property
|
66
68
|
@pulumi.getter(name="codeRepositoryIndex")
|
67
69
|
def code_repository_index(self) -> pulumi.Input[builtins.str]:
|
70
|
+
"""
|
71
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
72
|
+
"""
|
68
73
|
return pulumi.get(self, "code_repository_index")
|
69
74
|
|
70
75
|
@code_repository_index.setter
|
@@ -96,6 +101,9 @@ class RepositoryGroupIamBindingArgs:
|
|
96
101
|
@property
|
97
102
|
@pulumi.getter(name="repositoryGroupId")
|
98
103
|
def repository_group_id(self) -> pulumi.Input[builtins.str]:
|
104
|
+
"""
|
105
|
+
Used to find the parent resource to bind the IAM policy to
|
106
|
+
"""
|
99
107
|
return pulumi.get(self, "repository_group_id")
|
100
108
|
|
101
109
|
@repository_group_id.setter
|
@@ -166,6 +174,7 @@ class _RepositoryGroupIamBindingState:
|
|
166
174
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
167
175
|
"""
|
168
176
|
Input properties used for looking up and filtering RepositoryGroupIamBinding resources.
|
177
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
169
178
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
170
179
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
171
180
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -183,6 +192,7 @@ class _RepositoryGroupIamBindingState:
|
|
183
192
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
184
193
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
185
194
|
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.
|
195
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
186
196
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
187
197
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
188
198
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -207,6 +217,9 @@ class _RepositoryGroupIamBindingState:
|
|
207
217
|
@property
|
208
218
|
@pulumi.getter(name="codeRepositoryIndex")
|
209
219
|
def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
|
220
|
+
"""
|
221
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
222
|
+
"""
|
210
223
|
return pulumi.get(self, "code_repository_index")
|
211
224
|
|
212
225
|
@code_repository_index.setter
|
@@ -286,6 +299,9 @@ class _RepositoryGroupIamBindingState:
|
|
286
299
|
@property
|
287
300
|
@pulumi.getter(name="repositoryGroupId")
|
288
301
|
def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
302
|
+
"""
|
303
|
+
Used to find the parent resource to bind the IAM policy to
|
304
|
+
"""
|
289
305
|
return pulumi.get(self, "repository_group_id")
|
290
306
|
|
291
307
|
@repository_group_id.setter
|
@@ -491,6 +507,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
491
507
|
|
492
508
|
:param str resource_name: The name of the resource.
|
493
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
510
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
494
511
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
495
512
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
496
513
|
location is specified, it is taken from the provider configuration.
|
@@ -507,6 +524,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
507
524
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
508
525
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
509
526
|
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.
|
527
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
510
528
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
511
529
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
512
530
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +775,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
757
775
|
:param str resource_name: The unique name of the resulting resource.
|
758
776
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
759
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
778
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
760
779
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
761
780
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
762
781
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -774,6 +793,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
774
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
775
794
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
776
795
|
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.
|
796
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
777
797
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
778
798
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
779
799
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -795,6 +815,9 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
795
815
|
@property
|
796
816
|
@pulumi.getter(name="codeRepositoryIndex")
|
797
817
|
def code_repository_index(self) -> pulumi.Output[builtins.str]:
|
818
|
+
"""
|
819
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
820
|
+
"""
|
798
821
|
return pulumi.get(self, "code_repository_index")
|
799
822
|
|
800
823
|
@property
|
@@ -850,6 +873,9 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
850
873
|
@property
|
851
874
|
@pulumi.getter(name="repositoryGroupId")
|
852
875
|
def repository_group_id(self) -> pulumi.Output[builtins.str]:
|
876
|
+
"""
|
877
|
+
Used to find the parent resource to bind the IAM policy to
|
878
|
+
"""
|
853
879
|
return pulumi.get(self, "repository_group_id")
|
854
880
|
|
855
881
|
@property
|
@@ -31,6 +31,7 @@ class RepositoryGroupIamMemberArgs:
|
|
31
31
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a RepositoryGroupIamMember resource.
|
34
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
34
35
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
35
36
|
Each entry can have one of the following values:
|
36
37
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -42,6 +43,7 @@ class RepositoryGroupIamMemberArgs:
|
|
42
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
45
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
48
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
47
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +67,9 @@ class RepositoryGroupIamMemberArgs:
|
|
65
67
|
@property
|
66
68
|
@pulumi.getter(name="codeRepositoryIndex")
|
67
69
|
def code_repository_index(self) -> pulumi.Input[builtins.str]:
|
70
|
+
"""
|
71
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
72
|
+
"""
|
68
73
|
return pulumi.get(self, "code_repository_index")
|
69
74
|
|
70
75
|
@code_repository_index.setter
|
@@ -96,6 +101,9 @@ class RepositoryGroupIamMemberArgs:
|
|
96
101
|
@property
|
97
102
|
@pulumi.getter(name="repositoryGroupId")
|
98
103
|
def repository_group_id(self) -> pulumi.Input[builtins.str]:
|
104
|
+
"""
|
105
|
+
Used to find the parent resource to bind the IAM policy to
|
106
|
+
"""
|
99
107
|
return pulumi.get(self, "repository_group_id")
|
100
108
|
|
101
109
|
@repository_group_id.setter
|
@@ -166,6 +174,7 @@ class _RepositoryGroupIamMemberState:
|
|
166
174
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
167
175
|
"""
|
168
176
|
Input properties used for looking up and filtering RepositoryGroupIamMember resources.
|
177
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
169
178
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
170
179
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
171
180
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -183,6 +192,7 @@ class _RepositoryGroupIamMemberState:
|
|
183
192
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
184
193
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
185
194
|
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.
|
195
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
186
196
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
187
197
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
188
198
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -207,6 +217,9 @@ class _RepositoryGroupIamMemberState:
|
|
207
217
|
@property
|
208
218
|
@pulumi.getter(name="codeRepositoryIndex")
|
209
219
|
def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
|
220
|
+
"""
|
221
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
222
|
+
"""
|
210
223
|
return pulumi.get(self, "code_repository_index")
|
211
224
|
|
212
225
|
@code_repository_index.setter
|
@@ -286,6 +299,9 @@ class _RepositoryGroupIamMemberState:
|
|
286
299
|
@property
|
287
300
|
@pulumi.getter(name="repositoryGroupId")
|
288
301
|
def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
302
|
+
"""
|
303
|
+
Used to find the parent resource to bind the IAM policy to
|
304
|
+
"""
|
289
305
|
return pulumi.get(self, "repository_group_id")
|
290
306
|
|
291
307
|
@repository_group_id.setter
|
@@ -491,6 +507,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
491
507
|
|
492
508
|
:param str resource_name: The name of the resource.
|
493
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
510
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
494
511
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
495
512
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
496
513
|
location is specified, it is taken from the provider configuration.
|
@@ -507,6 +524,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
507
524
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
508
525
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
509
526
|
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.
|
527
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
510
528
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
511
529
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
512
530
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -757,6 +775,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
757
775
|
:param str resource_name: The unique name of the resulting resource.
|
758
776
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
759
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
778
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
760
779
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
761
780
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
762
781
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -774,6 +793,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
774
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
775
794
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
776
795
|
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.
|
796
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
777
797
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
778
798
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
779
799
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -795,6 +815,9 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
795
815
|
@property
|
796
816
|
@pulumi.getter(name="codeRepositoryIndex")
|
797
817
|
def code_repository_index(self) -> pulumi.Output[builtins.str]:
|
818
|
+
"""
|
819
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
820
|
+
"""
|
798
821
|
return pulumi.get(self, "code_repository_index")
|
799
822
|
|
800
823
|
@property
|
@@ -850,6 +873,9 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
850
873
|
@property
|
851
874
|
@pulumi.getter(name="repositoryGroupId")
|
852
875
|
def repository_group_id(self) -> pulumi.Output[builtins.str]:
|
876
|
+
"""
|
877
|
+
Used to find the parent resource to bind the IAM policy to
|
878
|
+
"""
|
853
879
|
return pulumi.get(self, "repository_group_id")
|
854
880
|
|
855
881
|
@property
|
@@ -27,8 +27,10 @@ class RepositoryGroupIamPolicyArgs:
|
|
27
27
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a RepositoryGroupIamPolicy resource.
|
30
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
30
31
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
31
32
|
a `organizations_get_iam_policy` data source.
|
33
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
32
34
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
33
35
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
34
36
|
location is specified, it is taken from the provider configuration.
|
@@ -46,6 +48,9 @@ class RepositoryGroupIamPolicyArgs:
|
|
46
48
|
@property
|
47
49
|
@pulumi.getter(name="codeRepositoryIndex")
|
48
50
|
def code_repository_index(self) -> pulumi.Input[builtins.str]:
|
51
|
+
"""
|
52
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
53
|
+
"""
|
49
54
|
return pulumi.get(self, "code_repository_index")
|
50
55
|
|
51
56
|
@code_repository_index.setter
|
@@ -68,6 +73,9 @@ class RepositoryGroupIamPolicyArgs:
|
|
68
73
|
@property
|
69
74
|
@pulumi.getter(name="repositoryGroupId")
|
70
75
|
def repository_group_id(self) -> pulumi.Input[builtins.str]:
|
76
|
+
"""
|
77
|
+
Used to find the parent resource to bind the IAM policy to
|
78
|
+
"""
|
71
79
|
return pulumi.get(self, "repository_group_id")
|
72
80
|
|
73
81
|
@repository_group_id.setter
|
@@ -113,6 +121,7 @@ class _RepositoryGroupIamPolicyState:
|
|
113
121
|
repository_group_id: Optional[pulumi.Input[builtins.str]] = None):
|
114
122
|
"""
|
115
123
|
Input properties used for looking up and filtering RepositoryGroupIamPolicy resources.
|
124
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
116
125
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
117
126
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
118
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -121,6 +130,7 @@ class _RepositoryGroupIamPolicyState:
|
|
121
130
|
a `organizations_get_iam_policy` data source.
|
122
131
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
123
132
|
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.
|
133
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
124
134
|
"""
|
125
135
|
if code_repository_index is not None:
|
126
136
|
pulumi.set(__self__, "code_repository_index", code_repository_index)
|
@@ -138,6 +148,9 @@ class _RepositoryGroupIamPolicyState:
|
|
138
148
|
@property
|
139
149
|
@pulumi.getter(name="codeRepositoryIndex")
|
140
150
|
def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
|
151
|
+
"""
|
152
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
153
|
+
"""
|
141
154
|
return pulumi.get(self, "code_repository_index")
|
142
155
|
|
143
156
|
@code_repository_index.setter
|
@@ -199,6 +212,9 @@ class _RepositoryGroupIamPolicyState:
|
|
199
212
|
@property
|
200
213
|
@pulumi.getter(name="repositoryGroupId")
|
201
214
|
def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
215
|
+
"""
|
216
|
+
Used to find the parent resource to bind the IAM policy to
|
217
|
+
"""
|
202
218
|
return pulumi.get(self, "repository_group_id")
|
203
219
|
|
204
220
|
@repository_group_id.setter
|
@@ -388,6 +404,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
388
404
|
|
389
405
|
:param str resource_name: The name of the resource.
|
390
406
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
407
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
391
408
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
392
409
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
393
410
|
location is specified, it is taken from the provider configuration.
|
@@ -395,6 +412,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
395
412
|
a `organizations_get_iam_policy` data source.
|
396
413
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
397
414
|
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.
|
415
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
398
416
|
"""
|
399
417
|
...
|
400
418
|
@overload
|
@@ -634,6 +652,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
634
652
|
:param str resource_name: The unique name of the resulting resource.
|
635
653
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
636
654
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
655
|
+
:param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
637
656
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
638
657
|
:param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
|
639
658
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -642,6 +661,7 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
642
661
|
a `organizations_get_iam_policy` data source.
|
643
662
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
644
663
|
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.
|
664
|
+
:param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
645
665
|
"""
|
646
666
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
647
667
|
|
@@ -658,6 +678,9 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
658
678
|
@property
|
659
679
|
@pulumi.getter(name="codeRepositoryIndex")
|
660
680
|
def code_repository_index(self) -> pulumi.Output[builtins.str]:
|
681
|
+
"""
|
682
|
+
Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
|
683
|
+
"""
|
661
684
|
return pulumi.get(self, "code_repository_index")
|
662
685
|
|
663
686
|
@property
|
@@ -699,5 +722,8 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
|
|
699
722
|
@property
|
700
723
|
@pulumi.getter(name="repositoryGroupId")
|
701
724
|
def repository_group_id(self) -> pulumi.Output[builtins.str]:
|
725
|
+
"""
|
726
|
+
Used to find the parent resource to bind the IAM policy to
|
727
|
+
"""
|
702
728
|
return pulumi.get(self, "repository_group_id")
|
703
729
|
|
@@ -30,7 +30,7 @@ class BackupChannelArgs:
|
|
30
30
|
The set of arguments for constructing a BackupChannel resource.
|
31
31
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
|
32
32
|
The format is `projects/{project}`.
|
33
|
-
{project} can
|
33
|
+
{project} can be project number or project id.
|
34
34
|
:param pulumi.Input[builtins.str] location: The region of the Backup Channel.
|
35
35
|
|
36
36
|
|
@@ -63,7 +63,7 @@ class BackupChannelArgs:
|
|
63
63
|
"""
|
64
64
|
The project where Backups are allowed to be stored.
|
65
65
|
The format is `projects/{project}`.
|
66
|
-
{project} can
|
66
|
+
{project} can be project number or project id.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "destination_project")
|
69
69
|
|
@@ -160,7 +160,7 @@ class _BackupChannelState:
|
|
160
160
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
|
161
161
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
|
162
162
|
The format is `projects/{project}`.
|
163
|
-
{project} can
|
163
|
+
{project} can be project number or project id.
|
164
164
|
:param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups are allowed to be stored.
|
165
165
|
Example Project ID: "my-project-id".
|
166
166
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -228,7 +228,7 @@ class _BackupChannelState:
|
|
228
228
|
"""
|
229
229
|
The project where Backups are allowed to be stored.
|
230
230
|
The format is `projects/{project}`.
|
231
|
-
{project} can
|
231
|
+
{project} can be project number or project id.
|
232
232
|
"""
|
233
233
|
return pulumi.get(self, "destination_project")
|
234
234
|
|
@@ -397,7 +397,7 @@ class BackupChannel(pulumi.CustomResource):
|
|
397
397
|
basic = gcp.gkebackup.BackupChannel("basic",
|
398
398
|
name="basic-channel",
|
399
399
|
location="us-central1",
|
400
|
-
description="",
|
400
|
+
description="Description",
|
401
401
|
destination_project="projects/24240755850",
|
402
402
|
labels={
|
403
403
|
"key": "some-value",
|
@@ -433,7 +433,7 @@ class BackupChannel(pulumi.CustomResource):
|
|
433
433
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
|
434
434
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
|
435
435
|
The format is `projects/{project}`.
|
436
|
-
{project} can
|
436
|
+
{project} can be project number or project id.
|
437
437
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Description: A set of custom labels supplied by the user.
|
438
438
|
A list of key->value pairs.
|
439
439
|
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
@@ -477,7 +477,7 @@ class BackupChannel(pulumi.CustomResource):
|
|
477
477
|
basic = gcp.gkebackup.BackupChannel("basic",
|
478
478
|
name="basic-channel",
|
479
479
|
location="us-central1",
|
480
|
-
description="",
|
480
|
+
description="Description",
|
481
481
|
destination_project="projects/24240755850",
|
482
482
|
labels={
|
483
483
|
"key": "some-value",
|
@@ -586,7 +586,7 @@ class BackupChannel(pulumi.CustomResource):
|
|
586
586
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
|
587
587
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
|
588
588
|
The format is `projects/{project}`.
|
589
|
-
{project} can
|
589
|
+
{project} can be project number or project id.
|
590
590
|
:param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups are allowed to be stored.
|
591
591
|
Example Project ID: "my-project-id".
|
592
592
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -644,7 +644,7 @@ class BackupChannel(pulumi.CustomResource):
|
|
644
644
|
"""
|
645
645
|
The project where Backups are allowed to be stored.
|
646
646
|
The format is `projects/{project}`.
|
647
|
-
{project} can
|
647
|
+
{project} can be project number or project id.
|
648
648
|
"""
|
649
649
|
return pulumi.get(self, "destination_project")
|
650
650
|
|
@@ -30,7 +30,7 @@ class RestoreChannelArgs:
|
|
30
30
|
The set of arguments for constructing a RestoreChannel resource.
|
31
31
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
|
32
32
|
The format is `projects/{project}`.
|
33
|
-
{project} can
|
33
|
+
{project} can be project number or project id.
|
34
34
|
:param pulumi.Input[builtins.str] location: The region of the Restore Channel.
|
35
35
|
|
36
36
|
|
@@ -63,7 +63,7 @@ class RestoreChannelArgs:
|
|
63
63
|
"""
|
64
64
|
The project where Backups will be restored.
|
65
65
|
The format is `projects/{project}`.
|
66
|
-
{project} can
|
66
|
+
{project} can be project number or project id.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "destination_project")
|
69
69
|
|
@@ -160,7 +160,7 @@ class _RestoreChannelState:
|
|
160
160
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
|
161
161
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
|
162
162
|
The format is `projects/{project}`.
|
163
|
-
{project} can
|
163
|
+
{project} can be project number or project id.
|
164
164
|
:param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups will be restored.
|
165
165
|
Example Project ID: "my-project-id".
|
166
166
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -228,7 +228,7 @@ class _RestoreChannelState:
|
|
228
228
|
"""
|
229
229
|
The project where Backups will be restored.
|
230
230
|
The format is `projects/{project}`.
|
231
|
-
{project} can
|
231
|
+
{project} can be project number or project id.
|
232
232
|
"""
|
233
233
|
return pulumi.get(self, "destination_project")
|
234
234
|
|
@@ -397,7 +397,7 @@ class RestoreChannel(pulumi.CustomResource):
|
|
397
397
|
basic = gcp.gkebackup.RestoreChannel("basic",
|
398
398
|
name="basic-channel",
|
399
399
|
location="us-central1",
|
400
|
-
description="",
|
400
|
+
description="Description",
|
401
401
|
destination_project="projects/24240755850",
|
402
402
|
labels={
|
403
403
|
"key": "some-value",
|
@@ -433,7 +433,7 @@ class RestoreChannel(pulumi.CustomResource):
|
|
433
433
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
|
434
434
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
|
435
435
|
The format is `projects/{project}`.
|
436
|
-
{project} can
|
436
|
+
{project} can be project number or project id.
|
437
437
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Description: A set of custom labels supplied by the user.
|
438
438
|
A list of key->value pairs.
|
439
439
|
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
@@ -477,7 +477,7 @@ class RestoreChannel(pulumi.CustomResource):
|
|
477
477
|
basic = gcp.gkebackup.RestoreChannel("basic",
|
478
478
|
name="basic-channel",
|
479
479
|
location="us-central1",
|
480
|
-
description="",
|
480
|
+
description="Description",
|
481
481
|
destination_project="projects/24240755850",
|
482
482
|
labels={
|
483
483
|
"key": "some-value",
|
@@ -586,7 +586,7 @@ class RestoreChannel(pulumi.CustomResource):
|
|
586
586
|
:param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
|
587
587
|
:param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
|
588
588
|
The format is `projects/{project}`.
|
589
|
-
{project} can
|
589
|
+
{project} can be project number or project id.
|
590
590
|
:param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups will be restored.
|
591
591
|
Example Project ID: "my-project-id".
|
592
592
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -644,7 +644,7 @@ class RestoreChannel(pulumi.CustomResource):
|
|
644
644
|
"""
|
645
645
|
The project where Backups will be restored.
|
646
646
|
The format is `projects/{project}`.
|
647
|
-
{project} can
|
647
|
+
{project} can be project number or project id.
|
648
648
|
"""
|
649
649
|
return pulumi.get(self, "destination_project")
|
650
650
|
|
@@ -126,6 +126,7 @@ def get_membership_iam_policy(location: Optional[builtins.str] = None,
|
|
126
126
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
127
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
128
128
|
location is specified, it is taken from the provider configuration.
|
129
|
+
:param builtins.str membership_id: Used to find the parent resource to bind the IAM policy to
|
129
130
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
130
131
|
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.
|
131
132
|
"""
|
@@ -167,6 +168,7 @@ def get_membership_iam_policy_output(location: Optional[pulumi.Input[Optional[bu
|
|
167
168
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
168
169
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
169
170
|
location is specified, it is taken from the provider configuration.
|
171
|
+
:param builtins.str membership_id: Used to find the parent resource to bind the IAM policy to
|
170
172
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
171
173
|
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.
|
172
174
|
"""
|
@@ -112,6 +112,7 @@ def get_scope_iam_policy(project: Optional[builtins.str] = None,
|
|
112
112
|
|
113
113
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
114
114
|
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.
|
115
|
+
:param builtins.str scope_id: Used to find the parent resource to bind the IAM policy to
|
115
116
|
"""
|
116
117
|
__args__ = dict()
|
117
118
|
__args__['project'] = project
|
@@ -144,6 +145,7 @@ def get_scope_iam_policy_output(project: Optional[pulumi.Input[Optional[builtins
|
|
144
145
|
|
145
146
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
146
147
|
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.
|
148
|
+
:param builtins.str scope_id: Used to find the parent resource to bind the IAM policy to
|
147
149
|
"""
|
148
150
|
__args__ = dict()
|
149
151
|
__args__['project'] = project
|