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
@@ -46,6 +46,10 @@ class MetastoreDatabaseIamBindingArgs:
|
|
46
46
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
47
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
48
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
49
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
50
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
51
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
52
|
+
location is specified, it is taken from the provider configuration.
|
49
53
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
50
54
|
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.
|
51
55
|
"""
|
@@ -111,6 +115,9 @@ class MetastoreDatabaseIamBindingArgs:
|
|
111
115
|
@property
|
112
116
|
@pulumi.getter(name="serviceId")
|
113
117
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
118
|
+
"""
|
119
|
+
Used to find the parent resource to bind the IAM policy to
|
120
|
+
"""
|
114
121
|
return pulumi.get(self, "service_id")
|
115
122
|
|
116
123
|
@service_id.setter
|
@@ -129,6 +136,11 @@ class MetastoreDatabaseIamBindingArgs:
|
|
129
136
|
@property
|
130
137
|
@pulumi.getter
|
131
138
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
139
|
+
"""
|
140
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
141
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
142
|
+
location is specified, it is taken from the provider configuration.
|
143
|
+
"""
|
132
144
|
return pulumi.get(self, "location")
|
133
145
|
|
134
146
|
@location.setter
|
@@ -164,6 +176,9 @@ class _MetastoreDatabaseIamBindingState:
|
|
164
176
|
Input properties used for looking up and filtering MetastoreDatabaseIamBinding resources.
|
165
177
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
166
178
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
179
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
180
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
181
|
+
location is specified, it is taken from the provider configuration.
|
167
182
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
168
183
|
Each entry can have one of the following values:
|
169
184
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -180,6 +195,7 @@ class _MetastoreDatabaseIamBindingState:
|
|
180
195
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
181
196
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
182
197
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
198
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
183
199
|
"""
|
184
200
|
if condition is not None:
|
185
201
|
pulumi.set(__self__, "condition", condition)
|
@@ -234,6 +250,11 @@ class _MetastoreDatabaseIamBindingState:
|
|
234
250
|
@property
|
235
251
|
@pulumi.getter
|
236
252
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
253
|
+
"""
|
254
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
255
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
256
|
+
location is specified, it is taken from the provider configuration.
|
257
|
+
"""
|
237
258
|
return pulumi.get(self, "location")
|
238
259
|
|
239
260
|
@location.setter
|
@@ -292,6 +313,9 @@ class _MetastoreDatabaseIamBindingState:
|
|
292
313
|
@property
|
293
314
|
@pulumi.getter(name="serviceId")
|
294
315
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
316
|
+
"""
|
317
|
+
Used to find the parent resource to bind the IAM policy to
|
318
|
+
"""
|
295
319
|
return pulumi.get(self, "service_id")
|
296
320
|
|
297
321
|
@service_id.setter
|
@@ -484,6 +508,9 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
484
508
|
:param str resource_name: The name of the resource.
|
485
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
486
510
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
511
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
512
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
513
|
+
location is specified, it is taken from the provider configuration.
|
487
514
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
488
515
|
Each entry can have one of the following values:
|
489
516
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -500,6 +527,7 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
500
527
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
501
528
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
502
529
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
530
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
503
531
|
"""
|
504
532
|
...
|
505
533
|
@overload
|
@@ -749,6 +777,9 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
749
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
750
778
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
751
779
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
780
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
781
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
782
|
+
location is specified, it is taken from the provider configuration.
|
752
783
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
753
784
|
Each entry can have one of the following values:
|
754
785
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -765,6 +796,7 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
765
796
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
766
797
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
767
798
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
799
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
768
800
|
"""
|
769
801
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
770
802
|
|
@@ -804,6 +836,11 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
804
836
|
@property
|
805
837
|
@pulumi.getter
|
806
838
|
def location(self) -> pulumi.Output[builtins.str]:
|
839
|
+
"""
|
840
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
841
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
842
|
+
location is specified, it is taken from the provider configuration.
|
843
|
+
"""
|
807
844
|
return pulumi.get(self, "location")
|
808
845
|
|
809
846
|
@property
|
@@ -846,5 +883,8 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
846
883
|
@property
|
847
884
|
@pulumi.getter(name="serviceId")
|
848
885
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
886
|
+
"""
|
887
|
+
Used to find the parent resource to bind the IAM policy to
|
888
|
+
"""
|
849
889
|
return pulumi.get(self, "service_id")
|
850
890
|
|
@@ -46,6 +46,10 @@ class MetastoreDatabaseIamMemberArgs:
|
|
46
46
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
47
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
48
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
49
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
50
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
51
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
52
|
+
location is specified, it is taken from the provider configuration.
|
49
53
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
50
54
|
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.
|
51
55
|
"""
|
@@ -111,6 +115,9 @@ class MetastoreDatabaseIamMemberArgs:
|
|
111
115
|
@property
|
112
116
|
@pulumi.getter(name="serviceId")
|
113
117
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
118
|
+
"""
|
119
|
+
Used to find the parent resource to bind the IAM policy to
|
120
|
+
"""
|
114
121
|
return pulumi.get(self, "service_id")
|
115
122
|
|
116
123
|
@service_id.setter
|
@@ -129,6 +136,11 @@ class MetastoreDatabaseIamMemberArgs:
|
|
129
136
|
@property
|
130
137
|
@pulumi.getter
|
131
138
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
139
|
+
"""
|
140
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
141
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
142
|
+
location is specified, it is taken from the provider configuration.
|
143
|
+
"""
|
132
144
|
return pulumi.get(self, "location")
|
133
145
|
|
134
146
|
@location.setter
|
@@ -164,6 +176,9 @@ class _MetastoreDatabaseIamMemberState:
|
|
164
176
|
Input properties used for looking up and filtering MetastoreDatabaseIamMember resources.
|
165
177
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
166
178
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
179
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
180
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
181
|
+
location is specified, it is taken from the provider configuration.
|
167
182
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
168
183
|
Each entry can have one of the following values:
|
169
184
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -180,6 +195,7 @@ class _MetastoreDatabaseIamMemberState:
|
|
180
195
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
181
196
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
182
197
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
198
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
183
199
|
"""
|
184
200
|
if condition is not None:
|
185
201
|
pulumi.set(__self__, "condition", condition)
|
@@ -234,6 +250,11 @@ class _MetastoreDatabaseIamMemberState:
|
|
234
250
|
@property
|
235
251
|
@pulumi.getter
|
236
252
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
253
|
+
"""
|
254
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
255
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
256
|
+
location is specified, it is taken from the provider configuration.
|
257
|
+
"""
|
237
258
|
return pulumi.get(self, "location")
|
238
259
|
|
239
260
|
@location.setter
|
@@ -292,6 +313,9 @@ class _MetastoreDatabaseIamMemberState:
|
|
292
313
|
@property
|
293
314
|
@pulumi.getter(name="serviceId")
|
294
315
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
316
|
+
"""
|
317
|
+
Used to find the parent resource to bind the IAM policy to
|
318
|
+
"""
|
295
319
|
return pulumi.get(self, "service_id")
|
296
320
|
|
297
321
|
@service_id.setter
|
@@ -484,6 +508,9 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
484
508
|
:param str resource_name: The name of the resource.
|
485
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
486
510
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
511
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
512
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
513
|
+
location is specified, it is taken from the provider configuration.
|
487
514
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
488
515
|
Each entry can have one of the following values:
|
489
516
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -500,6 +527,7 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
500
527
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
501
528
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
502
529
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
530
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
503
531
|
"""
|
504
532
|
...
|
505
533
|
@overload
|
@@ -749,6 +777,9 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
749
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
750
778
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
751
779
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
780
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
781
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
782
|
+
location is specified, it is taken from the provider configuration.
|
752
783
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
753
784
|
Each entry can have one of the following values:
|
754
785
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -765,6 +796,7 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
765
796
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
766
797
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
767
798
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
799
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
768
800
|
"""
|
769
801
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
770
802
|
|
@@ -804,6 +836,11 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
804
836
|
@property
|
805
837
|
@pulumi.getter
|
806
838
|
def location(self) -> pulumi.Output[builtins.str]:
|
839
|
+
"""
|
840
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
841
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
842
|
+
location is specified, it is taken from the provider configuration.
|
843
|
+
"""
|
807
844
|
return pulumi.get(self, "location")
|
808
845
|
|
809
846
|
@property
|
@@ -846,5 +883,8 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
846
883
|
@property
|
847
884
|
@pulumi.getter(name="serviceId")
|
848
885
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
886
|
+
"""
|
887
|
+
Used to find the parent resource to bind the IAM policy to
|
888
|
+
"""
|
849
889
|
return pulumi.get(self, "service_id")
|
850
890
|
|
@@ -30,6 +30,10 @@ class MetastoreDatabaseIamPolicyArgs:
|
|
30
30
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
31
31
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
32
32
|
a `organizations_get_iam_policy` data source.
|
33
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
34
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
35
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
36
|
+
location is specified, it is taken from the provider configuration.
|
33
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
34
38
|
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.
|
35
39
|
"""
|
@@ -69,6 +73,9 @@ class MetastoreDatabaseIamPolicyArgs:
|
|
69
73
|
@property
|
70
74
|
@pulumi.getter(name="serviceId")
|
71
75
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
76
|
+
"""
|
77
|
+
Used to find the parent resource to bind the IAM policy to
|
78
|
+
"""
|
72
79
|
return pulumi.get(self, "service_id")
|
73
80
|
|
74
81
|
@service_id.setter
|
@@ -78,6 +85,11 @@ class MetastoreDatabaseIamPolicyArgs:
|
|
78
85
|
@property
|
79
86
|
@pulumi.getter
|
80
87
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
88
|
+
"""
|
89
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
90
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
91
|
+
location is specified, it is taken from the provider configuration.
|
92
|
+
"""
|
81
93
|
return pulumi.get(self, "location")
|
82
94
|
|
83
95
|
@location.setter
|
@@ -111,10 +123,14 @@ class _MetastoreDatabaseIamPolicyState:
|
|
111
123
|
Input properties used for looking up and filtering MetastoreDatabaseIamPolicy resources.
|
112
124
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
113
125
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
126
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
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
|
+
location is specified, it is taken from the provider configuration.
|
114
129
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
115
130
|
a `organizations_get_iam_policy` data source.
|
116
131
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
117
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] service_id: Used to find the parent resource to bind the IAM policy to
|
118
134
|
"""
|
119
135
|
if database is not None:
|
120
136
|
pulumi.set(__self__, "database", database)
|
@@ -156,6 +172,11 @@ class _MetastoreDatabaseIamPolicyState:
|
|
156
172
|
@property
|
157
173
|
@pulumi.getter
|
158
174
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
175
|
+
"""
|
176
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
177
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
178
|
+
location is specified, it is taken from the provider configuration.
|
179
|
+
"""
|
159
180
|
return pulumi.get(self, "location")
|
160
181
|
|
161
182
|
@location.setter
|
@@ -191,6 +212,9 @@ class _MetastoreDatabaseIamPolicyState:
|
|
191
212
|
@property
|
192
213
|
@pulumi.getter(name="serviceId")
|
193
214
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
215
|
+
"""
|
216
|
+
Used to find the parent resource to bind the IAM policy to
|
217
|
+
"""
|
194
218
|
return pulumi.get(self, "service_id")
|
195
219
|
|
196
220
|
@service_id.setter
|
@@ -381,10 +405,14 @@ class MetastoreDatabaseIamPolicy(pulumi.CustomResource):
|
|
381
405
|
:param str resource_name: The name of the resource.
|
382
406
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
383
407
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
408
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
409
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
410
|
+
location is specified, it is taken from the provider configuration.
|
384
411
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
385
412
|
a `organizations_get_iam_policy` data source.
|
386
413
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
387
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] service_id: Used to find the parent resource to bind the IAM policy to
|
388
416
|
"""
|
389
417
|
...
|
390
418
|
@overload
|
@@ -626,10 +654,14 @@ class MetastoreDatabaseIamPolicy(pulumi.CustomResource):
|
|
626
654
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
627
655
|
:param pulumi.Input[builtins.str] database: Used to find the parent resource to bind the IAM policy to
|
628
656
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
657
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
658
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
659
|
+
location is specified, it is taken from the provider configuration.
|
629
660
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
630
661
|
a `organizations_get_iam_policy` data source.
|
631
662
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
632
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] service_id: Used to find the parent resource to bind the IAM policy to
|
633
665
|
"""
|
634
666
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
635
667
|
|
@@ -662,6 +694,11 @@ class MetastoreDatabaseIamPolicy(pulumi.CustomResource):
|
|
662
694
|
@property
|
663
695
|
@pulumi.getter
|
664
696
|
def location(self) -> pulumi.Output[builtins.str]:
|
697
|
+
"""
|
698
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
699
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
700
|
+
location is specified, it is taken from the provider configuration.
|
701
|
+
"""
|
665
702
|
return pulumi.get(self, "location")
|
666
703
|
|
667
704
|
@property
|
@@ -685,5 +722,8 @@ class MetastoreDatabaseIamPolicy(pulumi.CustomResource):
|
|
685
722
|
@property
|
686
723
|
@pulumi.getter(name="serviceId")
|
687
724
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
725
|
+
"""
|
726
|
+
Used to find the parent resource to bind the IAM policy to
|
727
|
+
"""
|
688
728
|
return pulumi.get(self, "service_id")
|
689
729
|
|
@@ -30,6 +30,7 @@ class MetastoreFederationIamBindingArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a MetastoreFederationIamBinding resource.
|
33
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
33
34
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
34
35
|
Each entry can have one of the following values:
|
35
36
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -64,6 +65,9 @@ class MetastoreFederationIamBindingArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="federationId")
|
66
67
|
def federation_id(self) -> pulumi.Input[builtins.str]:
|
68
|
+
"""
|
69
|
+
Used to find the parent resource to bind the IAM policy to
|
70
|
+
"""
|
67
71
|
return pulumi.get(self, "federation_id")
|
68
72
|
|
69
73
|
@federation_id.setter
|
@@ -157,6 +161,7 @@ class _MetastoreFederationIamBindingState:
|
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering MetastoreFederationIamBinding resources.
|
159
163
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
164
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
160
165
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
161
166
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
162
167
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -217,6 +222,9 @@ class _MetastoreFederationIamBindingState:
|
|
217
222
|
@property
|
218
223
|
@pulumi.getter(name="federationId")
|
219
224
|
def federation_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
225
|
+
"""
|
226
|
+
Used to find the parent resource to bind the IAM policy to
|
227
|
+
"""
|
220
228
|
return pulumi.get(self, "federation_id")
|
221
229
|
|
222
230
|
@federation_id.setter
|
@@ -465,6 +473,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
465
473
|
|
466
474
|
:param str resource_name: The name of the resource.
|
467
475
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
476
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
469
478
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
470
479
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -722,6 +731,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
722
731
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
723
732
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
724
733
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
734
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
725
735
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
726
736
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
727
737
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -772,6 +782,9 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
772
782
|
@property
|
773
783
|
@pulumi.getter(name="federationId")
|
774
784
|
def federation_id(self) -> pulumi.Output[builtins.str]:
|
785
|
+
"""
|
786
|
+
Used to find the parent resource to bind the IAM policy to
|
787
|
+
"""
|
775
788
|
return pulumi.get(self, "federation_id")
|
776
789
|
|
777
790
|
@property
|
@@ -30,6 +30,7 @@ class MetastoreFederationIamMemberArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a MetastoreFederationIamMember resource.
|
33
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
33
34
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
34
35
|
Each entry can have one of the following values:
|
35
36
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -64,6 +65,9 @@ class MetastoreFederationIamMemberArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="federationId")
|
66
67
|
def federation_id(self) -> pulumi.Input[builtins.str]:
|
68
|
+
"""
|
69
|
+
Used to find the parent resource to bind the IAM policy to
|
70
|
+
"""
|
67
71
|
return pulumi.get(self, "federation_id")
|
68
72
|
|
69
73
|
@federation_id.setter
|
@@ -157,6 +161,7 @@ class _MetastoreFederationIamMemberState:
|
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering MetastoreFederationIamMember resources.
|
159
163
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
164
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
160
165
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
161
166
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
162
167
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -217,6 +222,9 @@ class _MetastoreFederationIamMemberState:
|
|
217
222
|
@property
|
218
223
|
@pulumi.getter(name="federationId")
|
219
224
|
def federation_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
225
|
+
"""
|
226
|
+
Used to find the parent resource to bind the IAM policy to
|
227
|
+
"""
|
220
228
|
return pulumi.get(self, "federation_id")
|
221
229
|
|
222
230
|
@federation_id.setter
|
@@ -465,6 +473,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
465
473
|
|
466
474
|
:param str resource_name: The name of the resource.
|
467
475
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
476
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
469
478
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
470
479
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -722,6 +731,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
722
731
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
723
732
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
724
733
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
734
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
725
735
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
726
736
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
727
737
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -772,6 +782,9 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
772
782
|
@property
|
773
783
|
@pulumi.getter(name="federationId")
|
774
784
|
def federation_id(self) -> pulumi.Output[builtins.str]:
|
785
|
+
"""
|
786
|
+
Used to find the parent resource to bind the IAM policy to
|
787
|
+
"""
|
775
788
|
return pulumi.get(self, "federation_id")
|
776
789
|
|
777
790
|
@property
|
@@ -26,6 +26,7 @@ class MetastoreFederationIamPolicyArgs:
|
|
26
26
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a MetastoreFederationIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] federation_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: The location where the metastore federation should reside.
|
@@ -45,6 +46,9 @@ class MetastoreFederationIamPolicyArgs:
|
|
45
46
|
@property
|
46
47
|
@pulumi.getter(name="federationId")
|
47
48
|
def federation_id(self) -> pulumi.Input[builtins.str]:
|
49
|
+
"""
|
50
|
+
Used to find the parent resource to bind the IAM policy to
|
51
|
+
"""
|
48
52
|
return pulumi.get(self, "federation_id")
|
49
53
|
|
50
54
|
@federation_id.setter
|
@@ -104,6 +108,7 @@ class _MetastoreFederationIamPolicyState:
|
|
104
108
|
"""
|
105
109
|
Input properties used for looking up and filtering MetastoreFederationIamPolicy resources.
|
106
110
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
111
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
107
112
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
108
113
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
109
114
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -139,6 +144,9 @@ class _MetastoreFederationIamPolicyState:
|
|
139
144
|
@property
|
140
145
|
@pulumi.getter(name="federationId")
|
141
146
|
def federation_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
147
|
+
"""
|
148
|
+
Used to find the parent resource to bind the IAM policy to
|
149
|
+
"""
|
142
150
|
return pulumi.get(self, "federation_id")
|
143
151
|
|
144
152
|
@federation_id.setter
|
@@ -362,6 +370,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
362
370
|
|
363
371
|
:param str resource_name: The name of the resource.
|
364
372
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
373
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
365
374
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
366
375
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
367
376
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -599,6 +608,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
599
608
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
600
609
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
601
610
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
611
|
+
:param pulumi.Input[builtins.str] federation_id: Used to find the parent resource to bind the IAM policy to
|
602
612
|
:param pulumi.Input[builtins.str] location: The location where the metastore federation should reside.
|
603
613
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
604
614
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -630,6 +640,9 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
630
640
|
@property
|
631
641
|
@pulumi.getter(name="federationId")
|
632
642
|
def federation_id(self) -> pulumi.Output[builtins.str]:
|
643
|
+
"""
|
644
|
+
Used to find the parent resource to bind the IAM policy to
|
645
|
+
"""
|
633
646
|
return pulumi.get(self, "federation_id")
|
634
647
|
|
635
648
|
@property
|
@@ -44,6 +44,7 @@ class MetastoreServiceIamBindingArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
45
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
47
48
|
:param pulumi.Input[builtins.str] location: The location where the metastore service should reside.
|
48
49
|
The default value is `global`.
|
49
50
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -101,6 +102,9 @@ class MetastoreServiceIamBindingArgs:
|
|
101
102
|
@property
|
102
103
|
@pulumi.getter(name="serviceId")
|
103
104
|
def service_id(self) -> pulumi.Input[builtins.str]:
|
105
|
+
"""
|
106
|
+
Used to find the parent resource to bind the IAM policy to
|
107
|
+
"""
|
104
108
|
return pulumi.get(self, "service_id")
|
105
109
|
|
106
110
|
@service_id.setter
|
@@ -180,6 +184,7 @@ class _MetastoreServiceIamBindingState:
|
|
180
184
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
181
185
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
182
186
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
187
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
183
188
|
"""
|
184
189
|
if condition is not None:
|
185
190
|
pulumi.set(__self__, "condition", condition)
|
@@ -285,6 +290,9 @@ class _MetastoreServiceIamBindingState:
|
|
285
290
|
@property
|
286
291
|
@pulumi.getter(name="serviceId")
|
287
292
|
def service_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
293
|
+
"""
|
294
|
+
Used to find the parent resource to bind the IAM policy to
|
295
|
+
"""
|
288
296
|
return pulumi.get(self, "service_id")
|
289
297
|
|
290
298
|
@service_id.setter
|
@@ -490,6 +498,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
490
498
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
491
499
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
492
500
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
501
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
493
502
|
"""
|
494
503
|
...
|
495
504
|
@overload
|
@@ -748,6 +757,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
748
757
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
749
758
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
750
759
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
760
|
+
:param pulumi.Input[builtins.str] service_id: Used to find the parent resource to bind the IAM policy to
|
751
761
|
"""
|
752
762
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
753
763
|
|
@@ -827,5 +837,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
827
837
|
@property
|
828
838
|
@pulumi.getter(name="serviceId")
|
829
839
|
def service_id(self) -> pulumi.Output[builtins.str]:
|
840
|
+
"""
|
841
|
+
Used to find the parent resource to bind the IAM policy to
|
842
|
+
"""
|
830
843
|
return pulumi.get(self, "service_id")
|
831
844
|
|