pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- 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/_inputs.py +20 -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/apigee/outputs.py +12 -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/routine.py +56 -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/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- 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/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -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/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- 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.py +1 -12
- 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.py +0 -61
- 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 +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- 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 +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- 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/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- 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/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class AspectTypeIamBindingArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a AspectTypeIamBinding resource.
|
33
|
+
:param pulumi.Input[builtins.str] aspect_type_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 AspectTypeIamBindingArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="aspectTypeId")
|
66
67
|
def aspect_type_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, "aspect_type_id")
|
68
72
|
|
69
73
|
@aspect_type_id.setter
|
@@ -156,6 +160,7 @@ class _AspectTypeIamBindingState:
|
|
156
160
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering AspectTypeIamBinding resources.
|
163
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
159
164
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
160
165
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
161
166
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -196,6 +201,9 @@ class _AspectTypeIamBindingState:
|
|
196
201
|
@property
|
197
202
|
@pulumi.getter(name="aspectTypeId")
|
198
203
|
def aspect_type_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
204
|
+
"""
|
205
|
+
Used to find the parent resource to bind the IAM policy to
|
206
|
+
"""
|
199
207
|
return pulumi.get(self, "aspect_type_id")
|
200
208
|
|
201
209
|
@aspect_type_id.setter
|
@@ -465,6 +473,7 @@ class AspectTypeIamBinding(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
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
|
@@ -721,6 +730,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
|
|
721
730
|
:param str resource_name: The unique name of the resulting resource.
|
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.
|
733
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
724
734
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
725
735
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
726
736
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -759,6 +769,9 @@ class AspectTypeIamBinding(pulumi.CustomResource):
|
|
759
769
|
@property
|
760
770
|
@pulumi.getter(name="aspectTypeId")
|
761
771
|
def aspect_type_id(self) -> pulumi.Output[builtins.str]:
|
772
|
+
"""
|
773
|
+
Used to find the parent resource to bind the IAM policy to
|
774
|
+
"""
|
762
775
|
return pulumi.get(self, "aspect_type_id")
|
763
776
|
|
764
777
|
@property
|
@@ -30,6 +30,7 @@ class AspectTypeIamMemberArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a AspectTypeIamMember resource.
|
33
|
+
:param pulumi.Input[builtins.str] aspect_type_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 AspectTypeIamMemberArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="aspectTypeId")
|
66
67
|
def aspect_type_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, "aspect_type_id")
|
68
72
|
|
69
73
|
@aspect_type_id.setter
|
@@ -156,6 +160,7 @@ class _AspectTypeIamMemberState:
|
|
156
160
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering AspectTypeIamMember resources.
|
163
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
159
164
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
160
165
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
161
166
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -196,6 +201,9 @@ class _AspectTypeIamMemberState:
|
|
196
201
|
@property
|
197
202
|
@pulumi.getter(name="aspectTypeId")
|
198
203
|
def aspect_type_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
204
|
+
"""
|
205
|
+
Used to find the parent resource to bind the IAM policy to
|
206
|
+
"""
|
199
207
|
return pulumi.get(self, "aspect_type_id")
|
200
208
|
|
201
209
|
@aspect_type_id.setter
|
@@ -465,6 +473,7 @@ class AspectTypeIamMember(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
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
|
@@ -721,6 +730,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
|
|
721
730
|
:param str resource_name: The unique name of the resulting resource.
|
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.
|
733
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
724
734
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
725
735
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
726
736
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -759,6 +769,9 @@ class AspectTypeIamMember(pulumi.CustomResource):
|
|
759
769
|
@property
|
760
770
|
@pulumi.getter(name="aspectTypeId")
|
761
771
|
def aspect_type_id(self) -> pulumi.Output[builtins.str]:
|
772
|
+
"""
|
773
|
+
Used to find the parent resource to bind the IAM policy to
|
774
|
+
"""
|
762
775
|
return pulumi.get(self, "aspect_type_id")
|
763
776
|
|
764
777
|
@property
|
@@ -26,6 +26,7 @@ class AspectTypeIamPolicyArgs:
|
|
26
26
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a AspectTypeIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] aspect_type_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 aspect type will be created in.
|
@@ -45,6 +46,9 @@ class AspectTypeIamPolicyArgs:
|
|
45
46
|
@property
|
46
47
|
@pulumi.getter(name="aspectTypeId")
|
47
48
|
def aspect_type_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, "aspect_type_id")
|
49
53
|
|
50
54
|
@aspect_type_id.setter
|
@@ -103,6 +107,7 @@ class _AspectTypeIamPolicyState:
|
|
103
107
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
104
108
|
"""
|
105
109
|
Input properties used for looking up and filtering AspectTypeIamPolicy resources.
|
110
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
106
111
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
107
112
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
108
113
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -127,6 +132,9 @@ class _AspectTypeIamPolicyState:
|
|
127
132
|
@property
|
128
133
|
@pulumi.getter(name="aspectTypeId")
|
129
134
|
def aspect_type_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
135
|
+
"""
|
136
|
+
Used to find the parent resource to bind the IAM policy to
|
137
|
+
"""
|
130
138
|
return pulumi.get(self, "aspect_type_id")
|
131
139
|
|
132
140
|
@aspect_type_id.setter
|
@@ -362,6 +370,7 @@ class AspectTypeIamPolicy(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
365
374
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
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
|
@@ -598,6 +607,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
|
|
598
607
|
:param str resource_name: The unique name of the resulting resource.
|
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.
|
610
|
+
:param pulumi.Input[builtins.str] aspect_type_id: Used to find the parent resource to bind the IAM policy to
|
601
611
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
602
612
|
:param pulumi.Input[builtins.str] location: The location where aspect type will be created in.
|
603
613
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -622,6 +632,9 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
|
|
622
632
|
@property
|
623
633
|
@pulumi.getter(name="aspectTypeId")
|
624
634
|
def aspect_type_id(self) -> pulumi.Output[builtins.str]:
|
635
|
+
"""
|
636
|
+
Used to find the parent resource to bind the IAM policy to
|
637
|
+
"""
|
625
638
|
return pulumi.get(self, "aspect_type_id")
|
626
639
|
|
627
640
|
@property
|
@@ -33,6 +33,8 @@ class AssetIamBindingArgs:
|
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a AssetIamBinding resource.
|
35
35
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
36
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
37
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
36
38
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
37
39
|
Each entry can have one of the following values:
|
38
40
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -47,6 +49,9 @@ class AssetIamBindingArgs:
|
|
47
49
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
48
50
|
`dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format
|
49
51
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
52
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
53
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
54
|
+
location is specified, it is taken from the provider configuration.
|
50
55
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
51
56
|
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.
|
52
57
|
"""
|
@@ -77,6 +82,9 @@ class AssetIamBindingArgs:
|
|
77
82
|
@property
|
78
83
|
@pulumi.getter(name="dataplexZone")
|
79
84
|
def dataplex_zone(self) -> pulumi.Input[builtins.str]:
|
85
|
+
"""
|
86
|
+
Used to find the parent resource to bind the IAM policy to
|
87
|
+
"""
|
80
88
|
return pulumi.get(self, "dataplex_zone")
|
81
89
|
|
82
90
|
@dataplex_zone.setter
|
@@ -86,6 +94,9 @@ class AssetIamBindingArgs:
|
|
86
94
|
@property
|
87
95
|
@pulumi.getter
|
88
96
|
def lake(self) -> pulumi.Input[builtins.str]:
|
97
|
+
"""
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
89
100
|
return pulumi.get(self, "lake")
|
90
101
|
|
91
102
|
@lake.setter
|
@@ -140,6 +151,11 @@ class AssetIamBindingArgs:
|
|
140
151
|
@property
|
141
152
|
@pulumi.getter
|
142
153
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
154
|
+
"""
|
155
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
156
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
157
|
+
location is specified, it is taken from the provider configuration.
|
158
|
+
"""
|
143
159
|
return pulumi.get(self, "location")
|
144
160
|
|
145
161
|
@location.setter
|
@@ -175,7 +191,12 @@ class _AssetIamBindingState:
|
|
175
191
|
"""
|
176
192
|
Input properties used for looking up and filtering AssetIamBinding resources.
|
177
193
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
194
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
178
195
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
196
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
197
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
198
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
199
|
+
location is specified, it is taken from the provider configuration.
|
179
200
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
180
201
|
Each entry can have one of the following values:
|
181
202
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -236,6 +257,9 @@ class _AssetIamBindingState:
|
|
236
257
|
@property
|
237
258
|
@pulumi.getter(name="dataplexZone")
|
238
259
|
def dataplex_zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Used to find the parent resource to bind the IAM policy to
|
262
|
+
"""
|
239
263
|
return pulumi.get(self, "dataplex_zone")
|
240
264
|
|
241
265
|
@dataplex_zone.setter
|
@@ -257,6 +281,9 @@ class _AssetIamBindingState:
|
|
257
281
|
@property
|
258
282
|
@pulumi.getter
|
259
283
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
284
|
+
"""
|
285
|
+
Used to find the parent resource to bind the IAM policy to
|
286
|
+
"""
|
260
287
|
return pulumi.get(self, "lake")
|
261
288
|
|
262
289
|
@lake.setter
|
@@ -266,6 +293,11 @@ class _AssetIamBindingState:
|
|
266
293
|
@property
|
267
294
|
@pulumi.getter
|
268
295
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
296
|
+
"""
|
297
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
298
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
299
|
+
location is specified, it is taken from the provider configuration.
|
300
|
+
"""
|
269
301
|
return pulumi.get(self, "location")
|
270
302
|
|
271
303
|
@location.setter
|
@@ -514,6 +546,11 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
514
546
|
:param str resource_name: The name of the resource.
|
515
547
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
516
548
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
549
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
550
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
551
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
552
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
553
|
+
location is specified, it is taken from the provider configuration.
|
517
554
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
518
555
|
Each entry can have one of the following values:
|
519
556
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -789,7 +826,12 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
789
826
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
790
827
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
791
828
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
829
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
792
830
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
831
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
832
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
833
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
834
|
+
location is specified, it is taken from the provider configuration.
|
793
835
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
794
836
|
Each entry can have one of the following values:
|
795
837
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -838,6 +880,9 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
838
880
|
@property
|
839
881
|
@pulumi.getter(name="dataplexZone")
|
840
882
|
def dataplex_zone(self) -> pulumi.Output[builtins.str]:
|
883
|
+
"""
|
884
|
+
Used to find the parent resource to bind the IAM policy to
|
885
|
+
"""
|
841
886
|
return pulumi.get(self, "dataplex_zone")
|
842
887
|
|
843
888
|
@property
|
@@ -851,11 +896,19 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
851
896
|
@property
|
852
897
|
@pulumi.getter
|
853
898
|
def lake(self) -> pulumi.Output[builtins.str]:
|
899
|
+
"""
|
900
|
+
Used to find the parent resource to bind the IAM policy to
|
901
|
+
"""
|
854
902
|
return pulumi.get(self, "lake")
|
855
903
|
|
856
904
|
@property
|
857
905
|
@pulumi.getter
|
858
906
|
def location(self) -> pulumi.Output[builtins.str]:
|
907
|
+
"""
|
908
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
909
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
910
|
+
location is specified, it is taken from the provider configuration.
|
911
|
+
"""
|
859
912
|
return pulumi.get(self, "location")
|
860
913
|
|
861
914
|
@property
|
@@ -33,6 +33,8 @@ class AssetIamMemberArgs:
|
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a AssetIamMember resource.
|
35
35
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
36
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
37
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
36
38
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
37
39
|
Each entry can have one of the following values:
|
38
40
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -47,6 +49,9 @@ class AssetIamMemberArgs:
|
|
47
49
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
48
50
|
`dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format
|
49
51
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
52
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
53
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
54
|
+
location is specified, it is taken from the provider configuration.
|
50
55
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
51
56
|
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.
|
52
57
|
"""
|
@@ -77,6 +82,9 @@ class AssetIamMemberArgs:
|
|
77
82
|
@property
|
78
83
|
@pulumi.getter(name="dataplexZone")
|
79
84
|
def dataplex_zone(self) -> pulumi.Input[builtins.str]:
|
85
|
+
"""
|
86
|
+
Used to find the parent resource to bind the IAM policy to
|
87
|
+
"""
|
80
88
|
return pulumi.get(self, "dataplex_zone")
|
81
89
|
|
82
90
|
@dataplex_zone.setter
|
@@ -86,6 +94,9 @@ class AssetIamMemberArgs:
|
|
86
94
|
@property
|
87
95
|
@pulumi.getter
|
88
96
|
def lake(self) -> pulumi.Input[builtins.str]:
|
97
|
+
"""
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
89
100
|
return pulumi.get(self, "lake")
|
90
101
|
|
91
102
|
@lake.setter
|
@@ -140,6 +151,11 @@ class AssetIamMemberArgs:
|
|
140
151
|
@property
|
141
152
|
@pulumi.getter
|
142
153
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
154
|
+
"""
|
155
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
156
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
157
|
+
location is specified, it is taken from the provider configuration.
|
158
|
+
"""
|
143
159
|
return pulumi.get(self, "location")
|
144
160
|
|
145
161
|
@location.setter
|
@@ -175,7 +191,12 @@ class _AssetIamMemberState:
|
|
175
191
|
"""
|
176
192
|
Input properties used for looking up and filtering AssetIamMember resources.
|
177
193
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
194
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
178
195
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
196
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
197
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
198
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
199
|
+
location is specified, it is taken from the provider configuration.
|
179
200
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
180
201
|
Each entry can have one of the following values:
|
181
202
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -236,6 +257,9 @@ class _AssetIamMemberState:
|
|
236
257
|
@property
|
237
258
|
@pulumi.getter(name="dataplexZone")
|
238
259
|
def dataplex_zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
260
|
+
"""
|
261
|
+
Used to find the parent resource to bind the IAM policy to
|
262
|
+
"""
|
239
263
|
return pulumi.get(self, "dataplex_zone")
|
240
264
|
|
241
265
|
@dataplex_zone.setter
|
@@ -257,6 +281,9 @@ class _AssetIamMemberState:
|
|
257
281
|
@property
|
258
282
|
@pulumi.getter
|
259
283
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
284
|
+
"""
|
285
|
+
Used to find the parent resource to bind the IAM policy to
|
286
|
+
"""
|
260
287
|
return pulumi.get(self, "lake")
|
261
288
|
|
262
289
|
@lake.setter
|
@@ -266,6 +293,11 @@ class _AssetIamMemberState:
|
|
266
293
|
@property
|
267
294
|
@pulumi.getter
|
268
295
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
296
|
+
"""
|
297
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
298
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
299
|
+
location is specified, it is taken from the provider configuration.
|
300
|
+
"""
|
269
301
|
return pulumi.get(self, "location")
|
270
302
|
|
271
303
|
@location.setter
|
@@ -514,6 +546,11 @@ class AssetIamMember(pulumi.CustomResource):
|
|
514
546
|
:param str resource_name: The name of the resource.
|
515
547
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
516
548
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
549
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
550
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
551
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
552
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
553
|
+
location is specified, it is taken from the provider configuration.
|
517
554
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
518
555
|
Each entry can have one of the following values:
|
519
556
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -789,7 +826,12 @@ class AssetIamMember(pulumi.CustomResource):
|
|
789
826
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
790
827
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
791
828
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
829
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
792
830
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
831
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
832
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
833
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
834
|
+
location is specified, it is taken from the provider configuration.
|
793
835
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
794
836
|
Each entry can have one of the following values:
|
795
837
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -838,6 +880,9 @@ class AssetIamMember(pulumi.CustomResource):
|
|
838
880
|
@property
|
839
881
|
@pulumi.getter(name="dataplexZone")
|
840
882
|
def dataplex_zone(self) -> pulumi.Output[builtins.str]:
|
883
|
+
"""
|
884
|
+
Used to find the parent resource to bind the IAM policy to
|
885
|
+
"""
|
841
886
|
return pulumi.get(self, "dataplex_zone")
|
842
887
|
|
843
888
|
@property
|
@@ -851,11 +896,19 @@ class AssetIamMember(pulumi.CustomResource):
|
|
851
896
|
@property
|
852
897
|
@pulumi.getter
|
853
898
|
def lake(self) -> pulumi.Output[builtins.str]:
|
899
|
+
"""
|
900
|
+
Used to find the parent resource to bind the IAM policy to
|
901
|
+
"""
|
854
902
|
return pulumi.get(self, "lake")
|
855
903
|
|
856
904
|
@property
|
857
905
|
@pulumi.getter
|
858
906
|
def location(self) -> pulumi.Output[builtins.str]:
|
907
|
+
"""
|
908
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
909
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
910
|
+
location is specified, it is taken from the provider configuration.
|
911
|
+
"""
|
859
912
|
return pulumi.get(self, "location")
|
860
913
|
|
861
914
|
@property
|
@@ -29,8 +29,13 @@ class AssetIamPolicyArgs:
|
|
29
29
|
"""
|
30
30
|
The set of arguments for constructing a AssetIamPolicy resource.
|
31
31
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
32
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
33
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
32
34
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
33
35
|
a `organizations_get_iam_policy` data source.
|
36
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
37
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
38
|
+
location is specified, it is taken from the provider configuration.
|
34
39
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
35
40
|
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.
|
36
41
|
"""
|
@@ -58,6 +63,9 @@ class AssetIamPolicyArgs:
|
|
58
63
|
@property
|
59
64
|
@pulumi.getter(name="dataplexZone")
|
60
65
|
def dataplex_zone(self) -> pulumi.Input[builtins.str]:
|
66
|
+
"""
|
67
|
+
Used to find the parent resource to bind the IAM policy to
|
68
|
+
"""
|
61
69
|
return pulumi.get(self, "dataplex_zone")
|
62
70
|
|
63
71
|
@dataplex_zone.setter
|
@@ -67,6 +75,9 @@ class AssetIamPolicyArgs:
|
|
67
75
|
@property
|
68
76
|
@pulumi.getter
|
69
77
|
def lake(self) -> pulumi.Input[builtins.str]:
|
78
|
+
"""
|
79
|
+
Used to find the parent resource to bind the IAM policy to
|
80
|
+
"""
|
70
81
|
return pulumi.get(self, "lake")
|
71
82
|
|
72
83
|
@lake.setter
|
@@ -89,6 +100,11 @@ class AssetIamPolicyArgs:
|
|
89
100
|
@property
|
90
101
|
@pulumi.getter
|
91
102
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
103
|
+
"""
|
104
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
105
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
106
|
+
location is specified, it is taken from the provider configuration.
|
107
|
+
"""
|
92
108
|
return pulumi.get(self, "location")
|
93
109
|
|
94
110
|
@location.setter
|
@@ -122,7 +138,12 @@ class _AssetIamPolicyState:
|
|
122
138
|
"""
|
123
139
|
Input properties used for looking up and filtering AssetIamPolicy resources.
|
124
140
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
141
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
125
142
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
143
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
144
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
145
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
146
|
+
location is specified, it is taken from the provider configuration.
|
126
147
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
127
148
|
a `organizations_get_iam_policy` data source.
|
128
149
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -158,6 +179,9 @@ class _AssetIamPolicyState:
|
|
158
179
|
@property
|
159
180
|
@pulumi.getter(name="dataplexZone")
|
160
181
|
def dataplex_zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
182
|
+
"""
|
183
|
+
Used to find the parent resource to bind the IAM policy to
|
184
|
+
"""
|
161
185
|
return pulumi.get(self, "dataplex_zone")
|
162
186
|
|
163
187
|
@dataplex_zone.setter
|
@@ -179,6 +203,9 @@ class _AssetIamPolicyState:
|
|
179
203
|
@property
|
180
204
|
@pulumi.getter
|
181
205
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
206
|
+
"""
|
207
|
+
Used to find the parent resource to bind the IAM policy to
|
208
|
+
"""
|
182
209
|
return pulumi.get(self, "lake")
|
183
210
|
|
184
211
|
@lake.setter
|
@@ -188,6 +215,11 @@ class _AssetIamPolicyState:
|
|
188
215
|
@property
|
189
216
|
@pulumi.getter
|
190
217
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
218
|
+
"""
|
219
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
220
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
221
|
+
location is specified, it is taken from the provider configuration.
|
222
|
+
"""
|
191
223
|
return pulumi.get(self, "location")
|
192
224
|
|
193
225
|
@location.setter
|
@@ -411,6 +443,11 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
411
443
|
:param str resource_name: The name of the resource.
|
412
444
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
413
445
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
446
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
447
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
448
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
449
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
450
|
+
location is specified, it is taken from the provider configuration.
|
414
451
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
415
452
|
a `organizations_get_iam_policy` data source.
|
416
453
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -666,7 +703,12 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
666
703
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
667
704
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
668
705
|
:param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
|
706
|
+
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
669
707
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
708
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
709
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
710
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
711
|
+
location is specified, it is taken from the provider configuration.
|
670
712
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
671
713
|
a `organizations_get_iam_policy` data source.
|
672
714
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -696,6 +738,9 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
696
738
|
@property
|
697
739
|
@pulumi.getter(name="dataplexZone")
|
698
740
|
def dataplex_zone(self) -> pulumi.Output[builtins.str]:
|
741
|
+
"""
|
742
|
+
Used to find the parent resource to bind the IAM policy to
|
743
|
+
"""
|
699
744
|
return pulumi.get(self, "dataplex_zone")
|
700
745
|
|
701
746
|
@property
|
@@ -709,11 +754,19 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
709
754
|
@property
|
710
755
|
@pulumi.getter
|
711
756
|
def lake(self) -> pulumi.Output[builtins.str]:
|
757
|
+
"""
|
758
|
+
Used to find the parent resource to bind the IAM policy to
|
759
|
+
"""
|
712
760
|
return pulumi.get(self, "lake")
|
713
761
|
|
714
762
|
@property
|
715
763
|
@pulumi.getter
|
716
764
|
def location(self) -> pulumi.Output[builtins.str]:
|
765
|
+
"""
|
766
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
767
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
768
|
+
location is specified, it is taken from the provider configuration.
|
769
|
+
"""
|
717
770
|
return pulumi.get(self, "location")
|
718
771
|
|
719
772
|
@property
|