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
@@ -45,6 +45,9 @@ class LakeIamBindingArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
49
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
50
|
+
location is specified, it is taken from the provider configuration.
|
48
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
49
52
|
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.
|
50
53
|
"""
|
@@ -118,6 +121,11 @@ class LakeIamBindingArgs:
|
|
118
121
|
@property
|
119
122
|
@pulumi.getter
|
120
123
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
124
|
+
"""
|
125
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
127
|
+
location is specified, it is taken from the provider configuration.
|
128
|
+
"""
|
121
129
|
return pulumi.get(self, "location")
|
122
130
|
|
123
131
|
@location.setter
|
@@ -152,6 +160,9 @@ class _LakeIamBindingState:
|
|
152
160
|
Input properties used for looking up and filtering LakeIamBinding resources.
|
153
161
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
154
162
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
163
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
164
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
165
|
+
location is specified, it is taken from the provider configuration.
|
155
166
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
156
167
|
Each entry can have one of the following values:
|
157
168
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -220,6 +231,11 @@ class _LakeIamBindingState:
|
|
220
231
|
@property
|
221
232
|
@pulumi.getter
|
222
233
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
234
|
+
"""
|
235
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
236
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
237
|
+
location is specified, it is taken from the provider configuration.
|
238
|
+
"""
|
223
239
|
return pulumi.get(self, "location")
|
224
240
|
|
225
241
|
@location.setter
|
@@ -454,6 +470,9 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
454
470
|
:param str resource_name: The name of the resource.
|
455
471
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
456
472
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
473
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
474
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
475
|
+
location is specified, it is taken from the provider configuration.
|
457
476
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
458
477
|
Each entry can have one of the following values:
|
459
478
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -708,6 +727,9 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
708
727
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
709
728
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
710
729
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
730
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
731
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
732
|
+
location is specified, it is taken from the provider configuration.
|
711
733
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
712
734
|
Each entry can have one of the following values:
|
713
735
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -762,6 +784,11 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
762
784
|
@property
|
763
785
|
@pulumi.getter
|
764
786
|
def location(self) -> pulumi.Output[builtins.str]:
|
787
|
+
"""
|
788
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
789
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
790
|
+
location is specified, it is taken from the provider configuration.
|
791
|
+
"""
|
765
792
|
return pulumi.get(self, "location")
|
766
793
|
|
767
794
|
@property
|
@@ -45,6 +45,9 @@ class LakeIamMemberArgs:
|
|
45
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
46
46
|
`dataplex.LakeIamBinding` can be used per role. Note that custom roles must be of the format
|
47
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
49
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
50
|
+
location is specified, it is taken from the provider configuration.
|
48
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
49
52
|
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.
|
50
53
|
"""
|
@@ -118,6 +121,11 @@ class LakeIamMemberArgs:
|
|
118
121
|
@property
|
119
122
|
@pulumi.getter
|
120
123
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
124
|
+
"""
|
125
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
127
|
+
location is specified, it is taken from the provider configuration.
|
128
|
+
"""
|
121
129
|
return pulumi.get(self, "location")
|
122
130
|
|
123
131
|
@location.setter
|
@@ -152,6 +160,9 @@ class _LakeIamMemberState:
|
|
152
160
|
Input properties used for looking up and filtering LakeIamMember resources.
|
153
161
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
154
162
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
163
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
164
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
165
|
+
location is specified, it is taken from the provider configuration.
|
155
166
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
156
167
|
Each entry can have one of the following values:
|
157
168
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -220,6 +231,11 @@ class _LakeIamMemberState:
|
|
220
231
|
@property
|
221
232
|
@pulumi.getter
|
222
233
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
234
|
+
"""
|
235
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
236
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
237
|
+
location is specified, it is taken from the provider configuration.
|
238
|
+
"""
|
223
239
|
return pulumi.get(self, "location")
|
224
240
|
|
225
241
|
@location.setter
|
@@ -454,6 +470,9 @@ class LakeIamMember(pulumi.CustomResource):
|
|
454
470
|
:param str resource_name: The name of the resource.
|
455
471
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
456
472
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
473
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
474
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
475
|
+
location is specified, it is taken from the provider configuration.
|
457
476
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
458
477
|
Each entry can have one of the following values:
|
459
478
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -708,6 +727,9 @@ class LakeIamMember(pulumi.CustomResource):
|
|
708
727
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
709
728
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
710
729
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
730
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
731
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
732
|
+
location is specified, it is taken from the provider configuration.
|
711
733
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
712
734
|
Each entry can have one of the following values:
|
713
735
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -762,6 +784,11 @@ class LakeIamMember(pulumi.CustomResource):
|
|
762
784
|
@property
|
763
785
|
@pulumi.getter
|
764
786
|
def location(self) -> pulumi.Output[builtins.str]:
|
787
|
+
"""
|
788
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
789
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
790
|
+
location is specified, it is taken from the provider configuration.
|
791
|
+
"""
|
765
792
|
return pulumi.get(self, "location")
|
766
793
|
|
767
794
|
@property
|
@@ -29,6 +29,9 @@ class LakeIamPolicyArgs:
|
|
29
29
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
30
30
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
31
31
|
a `organizations_get_iam_policy` data source.
|
32
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
33
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
34
|
+
location is specified, it is taken from the provider configuration.
|
32
35
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
33
36
|
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.
|
34
37
|
"""
|
@@ -67,6 +70,11 @@ class LakeIamPolicyArgs:
|
|
67
70
|
@property
|
68
71
|
@pulumi.getter
|
69
72
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
73
|
+
"""
|
74
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
75
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
76
|
+
location is specified, it is taken from the provider configuration.
|
77
|
+
"""
|
70
78
|
return pulumi.get(self, "location")
|
71
79
|
|
72
80
|
@location.setter
|
@@ -99,6 +107,9 @@ class _LakeIamPolicyState:
|
|
99
107
|
Input properties used for looking up and filtering LakeIamPolicy resources.
|
100
108
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
101
109
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
110
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
111
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
112
|
+
location is specified, it is taken from the provider configuration.
|
102
113
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
103
114
|
a `organizations_get_iam_policy` data source.
|
104
115
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -142,6 +153,11 @@ class _LakeIamPolicyState:
|
|
142
153
|
@property
|
143
154
|
@pulumi.getter
|
144
155
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
156
|
+
"""
|
157
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
158
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
159
|
+
location is specified, it is taken from the provider configuration.
|
160
|
+
"""
|
145
161
|
return pulumi.get(self, "location")
|
146
162
|
|
147
163
|
@location.setter
|
@@ -351,6 +367,9 @@ class LakeIamPolicy(pulumi.CustomResource):
|
|
351
367
|
:param str resource_name: The name of the resource.
|
352
368
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
353
369
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
370
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
371
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
372
|
+
location is specified, it is taken from the provider configuration.
|
354
373
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
355
374
|
a `organizations_get_iam_policy` data source.
|
356
375
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -585,6 +604,9 @@ class LakeIamPolicy(pulumi.CustomResource):
|
|
585
604
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
586
605
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
587
606
|
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
607
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
608
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
609
|
+
location is specified, it is taken from the provider configuration.
|
588
610
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
589
611
|
a `organizations_get_iam_policy` data source.
|
590
612
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -620,6 +642,11 @@ class LakeIamPolicy(pulumi.CustomResource):
|
|
620
642
|
@property
|
621
643
|
@pulumi.getter
|
622
644
|
def location(self) -> pulumi.Output[builtins.str]:
|
645
|
+
"""
|
646
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
647
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
648
|
+
location is specified, it is taken from the provider configuration.
|
649
|
+
"""
|
623
650
|
return pulumi.get(self, "location")
|
624
651
|
|
625
652
|
@property
|
pulumi_gcp/dataplex/outputs.py
CHANGED
@@ -65,6 +65,8 @@ __all__ = [
|
|
65
65
|
'EntryTypeIamBindingCondition',
|
66
66
|
'EntryTypeIamMemberCondition',
|
67
67
|
'EntryTypeRequiredAspect',
|
68
|
+
'GlossaryIamBindingCondition',
|
69
|
+
'GlossaryIamMemberCondition',
|
68
70
|
'LakeAssetStatus',
|
69
71
|
'LakeIamBindingCondition',
|
70
72
|
'LakeIamMemberCondition',
|
@@ -2324,6 +2326,60 @@ class EntryTypeRequiredAspect(dict):
|
|
2324
2326
|
return pulumi.get(self, "type")
|
2325
2327
|
|
2326
2328
|
|
2329
|
+
@pulumi.output_type
|
2330
|
+
class GlossaryIamBindingCondition(dict):
|
2331
|
+
def __init__(__self__, *,
|
2332
|
+
expression: builtins.str,
|
2333
|
+
title: builtins.str,
|
2334
|
+
description: Optional[builtins.str] = None):
|
2335
|
+
pulumi.set(__self__, "expression", expression)
|
2336
|
+
pulumi.set(__self__, "title", title)
|
2337
|
+
if description is not None:
|
2338
|
+
pulumi.set(__self__, "description", description)
|
2339
|
+
|
2340
|
+
@property
|
2341
|
+
@pulumi.getter
|
2342
|
+
def expression(self) -> builtins.str:
|
2343
|
+
return pulumi.get(self, "expression")
|
2344
|
+
|
2345
|
+
@property
|
2346
|
+
@pulumi.getter
|
2347
|
+
def title(self) -> builtins.str:
|
2348
|
+
return pulumi.get(self, "title")
|
2349
|
+
|
2350
|
+
@property
|
2351
|
+
@pulumi.getter
|
2352
|
+
def description(self) -> Optional[builtins.str]:
|
2353
|
+
return pulumi.get(self, "description")
|
2354
|
+
|
2355
|
+
|
2356
|
+
@pulumi.output_type
|
2357
|
+
class GlossaryIamMemberCondition(dict):
|
2358
|
+
def __init__(__self__, *,
|
2359
|
+
expression: builtins.str,
|
2360
|
+
title: builtins.str,
|
2361
|
+
description: Optional[builtins.str] = None):
|
2362
|
+
pulumi.set(__self__, "expression", expression)
|
2363
|
+
pulumi.set(__self__, "title", title)
|
2364
|
+
if description is not None:
|
2365
|
+
pulumi.set(__self__, "description", description)
|
2366
|
+
|
2367
|
+
@property
|
2368
|
+
@pulumi.getter
|
2369
|
+
def expression(self) -> builtins.str:
|
2370
|
+
return pulumi.get(self, "expression")
|
2371
|
+
|
2372
|
+
@property
|
2373
|
+
@pulumi.getter
|
2374
|
+
def title(self) -> builtins.str:
|
2375
|
+
return pulumi.get(self, "title")
|
2376
|
+
|
2377
|
+
@property
|
2378
|
+
@pulumi.getter
|
2379
|
+
def description(self) -> Optional[builtins.str]:
|
2380
|
+
return pulumi.get(self, "description")
|
2381
|
+
|
2382
|
+
|
2327
2383
|
@pulumi.output_type
|
2328
2384
|
class LakeAssetStatus(dict):
|
2329
2385
|
@staticmethod
|
@@ -47,6 +47,7 @@ class TaskIamBindingArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
48
48
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
49
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
50
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
50
51
|
:param pulumi.Input[builtins.str] location: The location in which the task will be created in.
|
51
52
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
52
53
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -117,6 +118,9 @@ class TaskIamBindingArgs:
|
|
117
118
|
@property
|
118
119
|
@pulumi.getter(name="taskId")
|
119
120
|
def task_id(self) -> pulumi.Input[builtins.str]:
|
121
|
+
"""
|
122
|
+
Used to find the parent resource to bind the IAM policy to
|
123
|
+
"""
|
120
124
|
return pulumi.get(self, "task_id")
|
121
125
|
|
122
126
|
@task_id.setter
|
@@ -197,6 +201,7 @@ class _TaskIamBindingState:
|
|
197
201
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
198
202
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
199
203
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
204
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
200
205
|
"""
|
201
206
|
if condition is not None:
|
202
207
|
pulumi.set(__self__, "condition", condition)
|
@@ -316,6 +321,9 @@ class _TaskIamBindingState:
|
|
316
321
|
@property
|
317
322
|
@pulumi.getter(name="taskId")
|
318
323
|
def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
324
|
+
"""
|
325
|
+
Used to find the parent resource to bind the IAM policy to
|
326
|
+
"""
|
319
327
|
return pulumi.get(self, "task_id")
|
320
328
|
|
321
329
|
@task_id.setter
|
@@ -529,6 +537,7 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
529
537
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
530
538
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
531
539
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
540
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
532
541
|
"""
|
533
542
|
...
|
534
543
|
@overload
|
@@ -799,6 +808,7 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
799
808
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
800
809
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
801
810
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
811
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
802
812
|
"""
|
803
813
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
804
814
|
|
@@ -887,5 +897,8 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
887
897
|
@property
|
888
898
|
@pulumi.getter(name="taskId")
|
889
899
|
def task_id(self) -> pulumi.Output[builtins.str]:
|
900
|
+
"""
|
901
|
+
Used to find the parent resource to bind the IAM policy to
|
902
|
+
"""
|
890
903
|
return pulumi.get(self, "task_id")
|
891
904
|
|
@@ -47,6 +47,7 @@ class TaskIamMemberArgs:
|
|
47
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
48
48
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
49
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
50
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
50
51
|
:param pulumi.Input[builtins.str] location: The location in which the task will be created in.
|
51
52
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
52
53
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -117,6 +118,9 @@ class TaskIamMemberArgs:
|
|
117
118
|
@property
|
118
119
|
@pulumi.getter(name="taskId")
|
119
120
|
def task_id(self) -> pulumi.Input[builtins.str]:
|
121
|
+
"""
|
122
|
+
Used to find the parent resource to bind the IAM policy to
|
123
|
+
"""
|
120
124
|
return pulumi.get(self, "task_id")
|
121
125
|
|
122
126
|
@task_id.setter
|
@@ -197,6 +201,7 @@ class _TaskIamMemberState:
|
|
197
201
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
198
202
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
199
203
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
204
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
200
205
|
"""
|
201
206
|
if condition is not None:
|
202
207
|
pulumi.set(__self__, "condition", condition)
|
@@ -316,6 +321,9 @@ class _TaskIamMemberState:
|
|
316
321
|
@property
|
317
322
|
@pulumi.getter(name="taskId")
|
318
323
|
def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
324
|
+
"""
|
325
|
+
Used to find the parent resource to bind the IAM policy to
|
326
|
+
"""
|
319
327
|
return pulumi.get(self, "task_id")
|
320
328
|
|
321
329
|
@task_id.setter
|
@@ -529,6 +537,7 @@ class TaskIamMember(pulumi.CustomResource):
|
|
529
537
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
530
538
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
531
539
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
540
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
532
541
|
"""
|
533
542
|
...
|
534
543
|
@overload
|
@@ -799,6 +808,7 @@ class TaskIamMember(pulumi.CustomResource):
|
|
799
808
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
800
809
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
801
810
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
811
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
802
812
|
"""
|
803
813
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
804
814
|
|
@@ -887,5 +897,8 @@ class TaskIamMember(pulumi.CustomResource):
|
|
887
897
|
@property
|
888
898
|
@pulumi.getter(name="taskId")
|
889
899
|
def task_id(self) -> pulumi.Output[builtins.str]:
|
900
|
+
"""
|
901
|
+
Used to find the parent resource to bind the IAM policy to
|
902
|
+
"""
|
890
903
|
return pulumi.get(self, "task_id")
|
891
904
|
|
@@ -31,6 +31,7 @@ class TaskIamPolicyArgs:
|
|
31
31
|
Used to find the parent resource to bind the IAM policy to
|
32
32
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
33
33
|
a `organizations_get_iam_policy` data source.
|
34
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
34
35
|
:param pulumi.Input[builtins.str] location: The location in which the task will be created in.
|
35
36
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
36
37
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -75,6 +76,9 @@ class TaskIamPolicyArgs:
|
|
75
76
|
@property
|
76
77
|
@pulumi.getter(name="taskId")
|
77
78
|
def task_id(self) -> pulumi.Input[builtins.str]:
|
79
|
+
"""
|
80
|
+
Used to find the parent resource to bind the IAM policy to
|
81
|
+
"""
|
78
82
|
return pulumi.get(self, "task_id")
|
79
83
|
|
80
84
|
@task_id.setter
|
@@ -132,6 +136,7 @@ class _TaskIamPolicyState:
|
|
132
136
|
a `organizations_get_iam_policy` data source.
|
133
137
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
134
138
|
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.
|
139
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
135
140
|
"""
|
136
141
|
if etag is not None:
|
137
142
|
pulumi.set(__self__, "etag", etag)
|
@@ -215,6 +220,9 @@ class _TaskIamPolicyState:
|
|
215
220
|
@property
|
216
221
|
@pulumi.getter(name="taskId")
|
217
222
|
def task_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
223
|
+
"""
|
224
|
+
Used to find the parent resource to bind the IAM policy to
|
225
|
+
"""
|
218
226
|
return pulumi.get(self, "task_id")
|
219
227
|
|
220
228
|
@task_id.setter
|
@@ -414,6 +422,7 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
414
422
|
a `organizations_get_iam_policy` data source.
|
415
423
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
416
424
|
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.
|
425
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
417
426
|
"""
|
418
427
|
...
|
419
428
|
@overload
|
@@ -664,6 +673,7 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
664
673
|
a `organizations_get_iam_policy` data source.
|
665
674
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
666
675
|
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.
|
676
|
+
:param pulumi.Input[builtins.str] task_id: Used to find the parent resource to bind the IAM policy to
|
667
677
|
"""
|
668
678
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
669
679
|
|
@@ -726,5 +736,8 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
726
736
|
@property
|
727
737
|
@pulumi.getter(name="taskId")
|
728
738
|
def task_id(self) -> pulumi.Output[builtins.str]:
|
739
|
+
"""
|
740
|
+
Used to find the parent resource to bind the IAM policy to
|
741
|
+
"""
|
729
742
|
return pulumi.get(self, "task_id")
|
730
743
|
|
@@ -32,6 +32,7 @@ class ZoneIamBindingArgs:
|
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a ZoneIamBinding resource.
|
34
34
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
35
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
35
36
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
36
37
|
Each entry can have one of the following values:
|
37
38
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -46,6 +47,9 @@ class ZoneIamBindingArgs:
|
|
46
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
48
|
`dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
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
|
"""
|
@@ -75,6 +79,9 @@ class ZoneIamBindingArgs:
|
|
75
79
|
@property
|
76
80
|
@pulumi.getter
|
77
81
|
def lake(self) -> pulumi.Input[builtins.str]:
|
82
|
+
"""
|
83
|
+
Used to find the parent resource to bind the IAM policy to
|
84
|
+
"""
|
78
85
|
return pulumi.get(self, "lake")
|
79
86
|
|
80
87
|
@lake.setter
|
@@ -129,6 +136,11 @@ class ZoneIamBindingArgs:
|
|
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,10 @@ class _ZoneIamBindingState:
|
|
164
176
|
Input properties used for looking up and filtering ZoneIamBinding resources.
|
165
177
|
:param pulumi.Input[builtins.str] dataplex_zone: 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] lake: Used to find the parent resource to bind the IAM policy to
|
180
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
181
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
182
|
+
location is specified, it is taken from the provider configuration.
|
167
183
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
168
184
|
Each entry can have one of the following values:
|
169
185
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -234,6 +250,9 @@ class _ZoneIamBindingState:
|
|
234
250
|
@property
|
235
251
|
@pulumi.getter
|
236
252
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
253
|
+
"""
|
254
|
+
Used to find the parent resource to bind the IAM policy to
|
255
|
+
"""
|
237
256
|
return pulumi.get(self, "lake")
|
238
257
|
|
239
258
|
@lake.setter
|
@@ -243,6 +262,11 @@ class _ZoneIamBindingState:
|
|
243
262
|
@property
|
244
263
|
@pulumi.getter
|
245
264
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
265
|
+
"""
|
266
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
267
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
268
|
+
location is specified, it is taken from the provider configuration.
|
269
|
+
"""
|
246
270
|
return pulumi.get(self, "location")
|
247
271
|
|
248
272
|
@location.setter
|
@@ -484,6 +508,10 @@ class ZoneIamBinding(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] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
511
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
512
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
513
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
514
|
+
location is specified, it is taken from the provider configuration.
|
487
515
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
488
516
|
Each entry can have one of the following values:
|
489
517
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -749,6 +777,10 @@ class ZoneIamBinding(pulumi.CustomResource):
|
|
749
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
750
778
|
:param pulumi.Input[builtins.str] dataplex_zone: 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] lake: Used to find the parent resource to bind the IAM policy to
|
781
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
782
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
783
|
+
location is specified, it is taken from the provider configuration.
|
752
784
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
753
785
|
Each entry can have one of the following values:
|
754
786
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -804,11 +836,19 @@ class ZoneIamBinding(pulumi.CustomResource):
|
|
804
836
|
@property
|
805
837
|
@pulumi.getter
|
806
838
|
def lake(self) -> pulumi.Output[builtins.str]:
|
839
|
+
"""
|
840
|
+
Used to find the parent resource to bind the IAM policy to
|
841
|
+
"""
|
807
842
|
return pulumi.get(self, "lake")
|
808
843
|
|
809
844
|
@property
|
810
845
|
@pulumi.getter
|
811
846
|
def location(self) -> pulumi.Output[builtins.str]:
|
847
|
+
"""
|
848
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
849
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
850
|
+
location is specified, it is taken from the provider configuration.
|
851
|
+
"""
|
812
852
|
return pulumi.get(self, "location")
|
813
853
|
|
814
854
|
@property
|