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
@@ -32,6 +32,7 @@ class ApiConfigIamBindingArgs:
|
|
32
32
|
The set of arguments for constructing a ApiConfigIamBinding resource.
|
33
33
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
34
34
|
Used to find the parent resource to bind the IAM policy to
|
35
|
+
:param pulumi.Input[builtins.str] api_config: 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.
|
@@ -74,6 +75,9 @@ class ApiConfigIamBindingArgs:
|
|
74
75
|
@property
|
75
76
|
@pulumi.getter(name="apiConfig")
|
76
77
|
def api_config(self) -> pulumi.Input[builtins.str]:
|
78
|
+
"""
|
79
|
+
Used to find the parent resource to bind the IAM policy to
|
80
|
+
"""
|
77
81
|
return pulumi.get(self, "api_config")
|
78
82
|
|
79
83
|
@api_config.setter
|
@@ -153,6 +157,7 @@ class _ApiConfigIamBindingState:
|
|
153
157
|
Input properties used for looking up and filtering ApiConfigIamBinding resources.
|
154
158
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
155
159
|
Used to find the parent resource to bind the IAM policy to
|
160
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
156
161
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
157
162
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
158
163
|
Each entry can have one of the following values:
|
@@ -202,6 +207,9 @@ class _ApiConfigIamBindingState:
|
|
202
207
|
@property
|
203
208
|
@pulumi.getter(name="apiConfig")
|
204
209
|
def api_config(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
|
+
"""
|
211
|
+
Used to find the parent resource to bind the IAM policy to
|
212
|
+
"""
|
205
213
|
return pulumi.get(self, "api_config")
|
206
214
|
|
207
215
|
@api_config.setter
|
@@ -452,6 +460,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
452
460
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
453
461
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
454
462
|
Used to find the parent resource to bind the IAM policy to
|
463
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
455
464
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
456
465
|
Each entry can have one of the following values:
|
457
466
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -702,6 +711,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
702
711
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
703
712
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
704
713
|
Used to find the parent resource to bind the IAM policy to
|
714
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
705
715
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
706
716
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
707
717
|
Each entry can have one of the following values:
|
@@ -745,6 +755,9 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
745
755
|
@property
|
746
756
|
@pulumi.getter(name="apiConfig")
|
747
757
|
def api_config(self) -> pulumi.Output[builtins.str]:
|
758
|
+
"""
|
759
|
+
Used to find the parent resource to bind the IAM policy to
|
760
|
+
"""
|
748
761
|
return pulumi.get(self, "api_config")
|
749
762
|
|
750
763
|
@property
|
@@ -32,6 +32,7 @@ class ApiConfigIamMemberArgs:
|
|
32
32
|
The set of arguments for constructing a ApiConfigIamMember resource.
|
33
33
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
34
34
|
Used to find the parent resource to bind the IAM policy to
|
35
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
35
36
|
:param pulumi.Input[builtins.str] member: 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.
|
@@ -74,6 +75,9 @@ class ApiConfigIamMemberArgs:
|
|
74
75
|
@property
|
75
76
|
@pulumi.getter(name="apiConfig")
|
76
77
|
def api_config(self) -> pulumi.Input[builtins.str]:
|
78
|
+
"""
|
79
|
+
Used to find the parent resource to bind the IAM policy to
|
80
|
+
"""
|
77
81
|
return pulumi.get(self, "api_config")
|
78
82
|
|
79
83
|
@api_config.setter
|
@@ -153,6 +157,7 @@ class _ApiConfigIamMemberState:
|
|
153
157
|
Input properties used for looking up and filtering ApiConfigIamMember resources.
|
154
158
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
155
159
|
Used to find the parent resource to bind the IAM policy to
|
160
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
156
161
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
157
162
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
158
163
|
Each entry can have one of the following values:
|
@@ -202,6 +207,9 @@ class _ApiConfigIamMemberState:
|
|
202
207
|
@property
|
203
208
|
@pulumi.getter(name="apiConfig")
|
204
209
|
def api_config(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
|
+
"""
|
211
|
+
Used to find the parent resource to bind the IAM policy to
|
212
|
+
"""
|
205
213
|
return pulumi.get(self, "api_config")
|
206
214
|
|
207
215
|
@api_config.setter
|
@@ -452,6 +460,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
452
460
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
453
461
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
454
462
|
Used to find the parent resource to bind the IAM policy to
|
463
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
455
464
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
456
465
|
Each entry can have one of the following values:
|
457
466
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -702,6 +711,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
702
711
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
703
712
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
704
713
|
Used to find the parent resource to bind the IAM policy to
|
714
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
705
715
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
706
716
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
707
717
|
Each entry can have one of the following values:
|
@@ -745,6 +755,9 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
745
755
|
@property
|
746
756
|
@pulumi.getter(name="apiConfig")
|
747
757
|
def api_config(self) -> pulumi.Output[builtins.str]:
|
758
|
+
"""
|
759
|
+
Used to find the parent resource to bind the IAM policy to
|
760
|
+
"""
|
748
761
|
return pulumi.get(self, "api_config")
|
749
762
|
|
750
763
|
@property
|
@@ -28,6 +28,7 @@ class ApiConfigIamPolicyArgs:
|
|
28
28
|
The set of arguments for constructing a ApiConfigIamPolicy resource.
|
29
29
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
30
30
|
Used to find the parent resource to bind the IAM policy to
|
31
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
31
32
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
32
33
|
a `organizations_get_iam_policy` data source.
|
33
34
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -55,6 +56,9 @@ class ApiConfigIamPolicyArgs:
|
|
55
56
|
@property
|
56
57
|
@pulumi.getter(name="apiConfig")
|
57
58
|
def api_config(self) -> pulumi.Input[builtins.str]:
|
59
|
+
"""
|
60
|
+
Used to find the parent resource to bind the IAM policy to
|
61
|
+
"""
|
58
62
|
return pulumi.get(self, "api_config")
|
59
63
|
|
60
64
|
@api_config.setter
|
@@ -100,6 +104,7 @@ class _ApiConfigIamPolicyState:
|
|
100
104
|
Input properties used for looking up and filtering ApiConfigIamPolicy resources.
|
101
105
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
102
106
|
Used to find the parent resource to bind the IAM policy to
|
107
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
103
108
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
104
109
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
105
110
|
a `organizations_get_iam_policy` data source.
|
@@ -133,6 +138,9 @@ class _ApiConfigIamPolicyState:
|
|
133
138
|
@property
|
134
139
|
@pulumi.getter(name="apiConfig")
|
135
140
|
def api_config(self) -> Optional[pulumi.Input[builtins.str]]:
|
141
|
+
"""
|
142
|
+
Used to find the parent resource to bind the IAM policy to
|
143
|
+
"""
|
136
144
|
return pulumi.get(self, "api_config")
|
137
145
|
|
138
146
|
@api_config.setter
|
@@ -349,6 +357,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
349
357
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
350
358
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
351
359
|
Used to find the parent resource to bind the IAM policy to
|
360
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
352
361
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
353
362
|
a `organizations_get_iam_policy` data source.
|
354
363
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -579,6 +588,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
579
588
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
580
589
|
:param pulumi.Input[builtins.str] api: The API to attach the config to.
|
581
590
|
Used to find the parent resource to bind the IAM policy to
|
591
|
+
:param pulumi.Input[builtins.str] api_config: Used to find the parent resource to bind the IAM policy to
|
582
592
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
583
593
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
584
594
|
a `organizations_get_iam_policy` data source.
|
@@ -608,6 +618,9 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
608
618
|
@property
|
609
619
|
@pulumi.getter(name="apiConfig")
|
610
620
|
def api_config(self) -> pulumi.Output[builtins.str]:
|
621
|
+
"""
|
622
|
+
Used to find the parent resource to bind the IAM policy to
|
623
|
+
"""
|
611
624
|
return pulumi.get(self, "api_config")
|
612
625
|
|
613
626
|
@property
|
@@ -29,6 +29,7 @@ class ApiIamBindingArgs:
|
|
29
29
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a ApiIamBinding resource.
|
32
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
32
33
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
33
34
|
Each entry can have one of the following values:
|
34
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -57,6 +58,9 @@ class ApiIamBindingArgs:
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
60
|
def api(self) -> pulumi.Input[builtins.str]:
|
61
|
+
"""
|
62
|
+
Used to find the parent resource to bind the IAM policy to
|
63
|
+
"""
|
60
64
|
return pulumi.get(self, "api")
|
61
65
|
|
62
66
|
@api.setter
|
@@ -133,6 +137,7 @@ class _ApiIamBindingState:
|
|
133
137
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
134
138
|
"""
|
135
139
|
Input properties used for looking up and filtering ApiIamBinding resources.
|
140
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
136
141
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
137
142
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
138
143
|
Each entry can have one of the following values:
|
@@ -167,6 +172,9 @@ class _ApiIamBindingState:
|
|
167
172
|
@property
|
168
173
|
@pulumi.getter
|
169
174
|
def api(self) -> Optional[pulumi.Input[builtins.str]]:
|
175
|
+
"""
|
176
|
+
Used to find the parent resource to bind the IAM policy to
|
177
|
+
"""
|
170
178
|
return pulumi.get(self, "api")
|
171
179
|
|
172
180
|
@api.setter
|
@@ -412,6 +420,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
412
420
|
|
413
421
|
:param str resource_name: The name of the resource.
|
414
422
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
423
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
415
424
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
416
425
|
Each entry can have one of the following values:
|
417
426
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -653,6 +662,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
653
662
|
:param str resource_name: The unique name of the resulting resource.
|
654
663
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
655
664
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
665
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
656
666
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
657
667
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
658
668
|
Each entry can have one of the following values:
|
@@ -686,6 +696,9 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
686
696
|
@property
|
687
697
|
@pulumi.getter
|
688
698
|
def api(self) -> pulumi.Output[builtins.str]:
|
699
|
+
"""
|
700
|
+
Used to find the parent resource to bind the IAM policy to
|
701
|
+
"""
|
689
702
|
return pulumi.get(self, "api")
|
690
703
|
|
691
704
|
@property
|
@@ -29,6 +29,7 @@ class ApiIamMemberArgs:
|
|
29
29
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a ApiIamMember resource.
|
32
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
32
33
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
33
34
|
Each entry can have one of the following values:
|
34
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -57,6 +58,9 @@ class ApiIamMemberArgs:
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
60
|
def api(self) -> pulumi.Input[builtins.str]:
|
61
|
+
"""
|
62
|
+
Used to find the parent resource to bind the IAM policy to
|
63
|
+
"""
|
60
64
|
return pulumi.get(self, "api")
|
61
65
|
|
62
66
|
@api.setter
|
@@ -133,6 +137,7 @@ class _ApiIamMemberState:
|
|
133
137
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
134
138
|
"""
|
135
139
|
Input properties used for looking up and filtering ApiIamMember resources.
|
140
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
136
141
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
137
142
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
138
143
|
Each entry can have one of the following values:
|
@@ -167,6 +172,9 @@ class _ApiIamMemberState:
|
|
167
172
|
@property
|
168
173
|
@pulumi.getter
|
169
174
|
def api(self) -> Optional[pulumi.Input[builtins.str]]:
|
175
|
+
"""
|
176
|
+
Used to find the parent resource to bind the IAM policy to
|
177
|
+
"""
|
170
178
|
return pulumi.get(self, "api")
|
171
179
|
|
172
180
|
@api.setter
|
@@ -412,6 +420,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
412
420
|
|
413
421
|
:param str resource_name: The name of the resource.
|
414
422
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
423
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
415
424
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
416
425
|
Each entry can have one of the following values:
|
417
426
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -653,6 +662,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
653
662
|
:param str resource_name: The unique name of the resulting resource.
|
654
663
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
655
664
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
665
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
656
666
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
657
667
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
658
668
|
Each entry can have one of the following values:
|
@@ -686,6 +696,9 @@ class ApiIamMember(pulumi.CustomResource):
|
|
686
696
|
@property
|
687
697
|
@pulumi.getter
|
688
698
|
def api(self) -> pulumi.Output[builtins.str]:
|
699
|
+
"""
|
700
|
+
Used to find the parent resource to bind the IAM policy to
|
701
|
+
"""
|
689
702
|
return pulumi.get(self, "api")
|
690
703
|
|
691
704
|
@property
|
@@ -25,6 +25,7 @@ class ApiIamPolicyArgs:
|
|
25
25
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a ApiIamPolicy resource.
|
28
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
28
29
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
29
30
|
a `organizations_get_iam_policy` data source.
|
30
31
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -38,6 +39,9 @@ class ApiIamPolicyArgs:
|
|
38
39
|
@property
|
39
40
|
@pulumi.getter
|
40
41
|
def api(self) -> pulumi.Input[builtins.str]:
|
42
|
+
"""
|
43
|
+
Used to find the parent resource to bind the IAM policy to
|
44
|
+
"""
|
41
45
|
return pulumi.get(self, "api")
|
42
46
|
|
43
47
|
@api.setter
|
@@ -80,6 +84,7 @@ class _ApiIamPolicyState:
|
|
80
84
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
81
85
|
"""
|
82
86
|
Input properties used for looking up and filtering ApiIamPolicy resources.
|
87
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
83
88
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
84
89
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
85
90
|
a `organizations_get_iam_policy` data source.
|
@@ -98,6 +103,9 @@ class _ApiIamPolicyState:
|
|
98
103
|
@property
|
99
104
|
@pulumi.getter
|
100
105
|
def api(self) -> Optional[pulumi.Input[builtins.str]]:
|
106
|
+
"""
|
107
|
+
Used to find the parent resource to bind the IAM policy to
|
108
|
+
"""
|
101
109
|
return pulumi.get(self, "api")
|
102
110
|
|
103
111
|
@api.setter
|
@@ -309,6 +317,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
309
317
|
|
310
318
|
:param str resource_name: The name of the resource.
|
311
319
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
320
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
312
321
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
313
322
|
a `organizations_get_iam_policy` data source.
|
314
323
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -530,6 +539,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
530
539
|
:param str resource_name: The unique name of the resulting resource.
|
531
540
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
532
541
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
542
|
+
:param pulumi.Input[builtins.str] api: Used to find the parent resource to bind the IAM policy to
|
533
543
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
534
544
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
535
545
|
a `organizations_get_iam_policy` data source.
|
@@ -549,6 +559,9 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
549
559
|
@property
|
550
560
|
@pulumi.getter
|
551
561
|
def api(self) -> pulumi.Output[builtins.str]:
|
562
|
+
"""
|
563
|
+
Used to find the parent resource to bind the IAM policy to
|
564
|
+
"""
|
552
565
|
return pulumi.get(self, "api")
|
553
566
|
|
554
567
|
@property
|
@@ -30,6 +30,7 @@ class GatewayIamBindingArgs:
|
|
30
30
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a GatewayIamBinding resource.
|
33
|
+
:param pulumi.Input[builtins.str] gateway: 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 GatewayIamBindingArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter
|
66
67
|
def gateway(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, "gateway")
|
68
72
|
|
69
73
|
@gateway.setter
|
@@ -157,6 +161,7 @@ class _GatewayIamBindingState:
|
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering GatewayIamBinding resources.
|
159
163
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
164
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
160
165
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
161
166
|
Each entry can have one of the following values:
|
162
167
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -217,6 +222,9 @@ class _GatewayIamBindingState:
|
|
217
222
|
@property
|
218
223
|
@pulumi.getter
|
219
224
|
def gateway(self) -> Optional[pulumi.Input[builtins.str]]:
|
225
|
+
"""
|
226
|
+
Used to find the parent resource to bind the IAM policy to
|
227
|
+
"""
|
220
228
|
return pulumi.get(self, "gateway")
|
221
229
|
|
222
230
|
@gateway.setter
|
@@ -465,6 +473,7 @@ class GatewayIamBinding(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] gateway: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
469
478
|
Each entry can have one of the following values:
|
470
479
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -722,6 +731,7 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
722
731
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
723
732
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
724
733
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
734
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
725
735
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
726
736
|
Each entry can have one of the following values:
|
727
737
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -772,6 +782,9 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
772
782
|
@property
|
773
783
|
@pulumi.getter
|
774
784
|
def gateway(self) -> pulumi.Output[builtins.str]:
|
785
|
+
"""
|
786
|
+
Used to find the parent resource to bind the IAM policy to
|
787
|
+
"""
|
775
788
|
return pulumi.get(self, "gateway")
|
776
789
|
|
777
790
|
@property
|
@@ -30,6 +30,7 @@ class GatewayIamMemberArgs:
|
|
30
30
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a GatewayIamMember resource.
|
33
|
+
:param pulumi.Input[builtins.str] gateway: 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 GatewayIamMemberArgs:
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter
|
66
67
|
def gateway(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, "gateway")
|
68
72
|
|
69
73
|
@gateway.setter
|
@@ -157,6 +161,7 @@ class _GatewayIamMemberState:
|
|
157
161
|
"""
|
158
162
|
Input properties used for looking up and filtering GatewayIamMember resources.
|
159
163
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
164
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
160
165
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
161
166
|
Each entry can have one of the following values:
|
162
167
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -217,6 +222,9 @@ class _GatewayIamMemberState:
|
|
217
222
|
@property
|
218
223
|
@pulumi.getter
|
219
224
|
def gateway(self) -> Optional[pulumi.Input[builtins.str]]:
|
225
|
+
"""
|
226
|
+
Used to find the parent resource to bind the IAM policy to
|
227
|
+
"""
|
220
228
|
return pulumi.get(self, "gateway")
|
221
229
|
|
222
230
|
@gateway.setter
|
@@ -465,6 +473,7 @@ class GatewayIamMember(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] gateway: Used to find the parent resource to bind the IAM policy to
|
468
477
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
469
478
|
Each entry can have one of the following values:
|
470
479
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -722,6 +731,7 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
722
731
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
723
732
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
724
733
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
734
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
725
735
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
726
736
|
Each entry can have one of the following values:
|
727
737
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -772,6 +782,9 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
772
782
|
@property
|
773
783
|
@pulumi.getter
|
774
784
|
def gateway(self) -> pulumi.Output[builtins.str]:
|
785
|
+
"""
|
786
|
+
Used to find the parent resource to bind the IAM policy to
|
787
|
+
"""
|
775
788
|
return pulumi.get(self, "gateway")
|
776
789
|
|
777
790
|
@property
|
@@ -26,6 +26,7 @@ class GatewayIamPolicyArgs:
|
|
26
26
|
region: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a GatewayIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] gateway: 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] project: The ID of the project in which the resource belongs.
|
@@ -45,6 +46,9 @@ class GatewayIamPolicyArgs:
|
|
45
46
|
@property
|
46
47
|
@pulumi.getter
|
47
48
|
def gateway(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, "gateway")
|
49
53
|
|
50
54
|
@gateway.setter
|
@@ -104,6 +108,7 @@ class _GatewayIamPolicyState:
|
|
104
108
|
"""
|
105
109
|
Input properties used for looking up and filtering GatewayIamPolicy resources.
|
106
110
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
111
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
107
112
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
108
113
|
a `organizations_get_iam_policy` data source.
|
109
114
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -139,6 +144,9 @@ class _GatewayIamPolicyState:
|
|
139
144
|
@property
|
140
145
|
@pulumi.getter
|
141
146
|
def gateway(self) -> Optional[pulumi.Input[builtins.str]]:
|
147
|
+
"""
|
148
|
+
Used to find the parent resource to bind the IAM policy to
|
149
|
+
"""
|
142
150
|
return pulumi.get(self, "gateway")
|
143
151
|
|
144
152
|
@gateway.setter
|
@@ -362,6 +370,7 @@ class GatewayIamPolicy(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] gateway: Used to find the parent resource to bind the IAM policy to
|
365
374
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
366
375
|
a `organizations_get_iam_policy` data source.
|
367
376
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -599,6 +608,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
599
608
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
600
609
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
601
610
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
611
|
+
:param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
|
602
612
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
603
613
|
a `organizations_get_iam_policy` data source.
|
604
614
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -630,6 +640,9 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
630
640
|
@property
|
631
641
|
@pulumi.getter
|
632
642
|
def gateway(self) -> pulumi.Output[builtins.str]:
|
643
|
+
"""
|
644
|
+
Used to find the parent resource to bind the IAM policy to
|
645
|
+
"""
|
633
646
|
return pulumi.get(self, "gateway")
|
634
647
|
|
635
648
|
@property
|
@@ -120,6 +120,7 @@ def get_api_config_iam_policy(api: Optional[builtins.str] = None,
|
|
120
120
|
|
121
121
|
:param builtins.str api: The API to attach the config to.
|
122
122
|
Used to find the parent resource to bind the IAM policy to
|
123
|
+
:param builtins.str api_config: Used to find the parent resource to bind the IAM policy to
|
123
124
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
124
125
|
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.
|
125
126
|
"""
|
@@ -155,6 +156,7 @@ def get_api_config_iam_policy_output(api: Optional[pulumi.Input[builtins.str]] =
|
|
155
156
|
|
156
157
|
:param builtins.str api: The API to attach the config to.
|
157
158
|
Used to find the parent resource to bind the IAM policy to
|
159
|
+
:param builtins.str api_config: Used to find the parent resource to bind the IAM policy to
|
158
160
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
159
161
|
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.
|
160
162
|
"""
|
@@ -108,6 +108,7 @@ def get_api_iam_policy(api: Optional[builtins.str] = None,
|
|
108
108
|
```
|
109
109
|
|
110
110
|
|
111
|
+
:param builtins.str api: Used to find the parent resource to bind the IAM policy to
|
111
112
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
112
113
|
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.
|
113
114
|
"""
|
@@ -138,6 +139,7 @@ def get_api_iam_policy_output(api: Optional[pulumi.Input[builtins.str]] = None,
|
|
138
139
|
```
|
139
140
|
|
140
141
|
|
142
|
+
:param builtins.str api: Used to find the parent resource to bind the IAM policy to
|
141
143
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
142
144
|
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.
|
143
145
|
"""
|
@@ -119,6 +119,7 @@ def get_gateway_iam_policy(gateway: Optional[builtins.str] = None,
|
|
119
119
|
```
|
120
120
|
|
121
121
|
|
122
|
+
:param builtins.str gateway: Used to find the parent resource to bind the IAM policy to
|
122
123
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
123
124
|
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.
|
124
125
|
:param builtins.str region: The region of the gateway for the API.
|
@@ -157,6 +158,7 @@ def get_gateway_iam_policy_output(gateway: Optional[pulumi.Input[builtins.str]]
|
|
157
158
|
```
|
158
159
|
|
159
160
|
|
161
|
+
:param builtins.str gateway: Used to find the parent resource to bind the IAM policy to
|
160
162
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
161
163
|
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.
|
162
164
|
:param builtins.str region: The region of the gateway for the API.
|
pulumi_gcp/apigee/_inputs.py
CHANGED
@@ -2259,6 +2259,10 @@ if not MYPY:
|
|
2259
2259
|
The TLS Common Name of the certificate.
|
2260
2260
|
Structure is documented below.
|
2261
2261
|
"""
|
2262
|
+
enforce: NotRequired[pulumi.Input[builtins.bool]]
|
2263
|
+
"""
|
2264
|
+
If true, TLS is strictly enforced.
|
2265
|
+
"""
|
2262
2266
|
ignore_validation_errors: NotRequired[pulumi.Input[builtins.bool]]
|
2263
2267
|
"""
|
2264
2268
|
If true, Edge ignores TLS certificate errors. Valid when configuring TLS for target servers and target endpoints, and when configuring virtual hosts that use 2-way TLS. When used with a target endpoint/target server, if the backend system uses SNI and returns a cert with a subject Distinguished Name (DN) that does not match the hostname, there is no way to ignore the error and the connection fails.
|
@@ -2289,6 +2293,7 @@ class TargetServerSSlInfoArgs:
|
|
2289
2293
|
ciphers: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
2290
2294
|
client_auth_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
2291
2295
|
common_name: Optional[pulumi.Input['TargetServerSSlInfoCommonNameArgs']] = None,
|
2296
|
+
enforce: Optional[pulumi.Input[builtins.bool]] = None,
|
2292
2297
|
ignore_validation_errors: Optional[pulumi.Input[builtins.bool]] = None,
|
2293
2298
|
key_alias: Optional[pulumi.Input[builtins.str]] = None,
|
2294
2299
|
key_store: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -2300,6 +2305,7 @@ class TargetServerSSlInfoArgs:
|
|
2300
2305
|
:param pulumi.Input[builtins.bool] client_auth_enabled: Enables two-way TLS.
|
2301
2306
|
:param pulumi.Input['TargetServerSSlInfoCommonNameArgs'] common_name: The TLS Common Name of the certificate.
|
2302
2307
|
Structure is documented below.
|
2308
|
+
:param pulumi.Input[builtins.bool] enforce: If true, TLS is strictly enforced.
|
2303
2309
|
:param pulumi.Input[builtins.bool] ignore_validation_errors: If true, Edge ignores TLS certificate errors. Valid when configuring TLS for target servers and target endpoints, and when configuring virtual hosts that use 2-way TLS. When used with a target endpoint/target server, if the backend system uses SNI and returns a cert with a subject Distinguished Name (DN) that does not match the hostname, there is no way to ignore the error and the connection fails.
|
2304
2310
|
:param pulumi.Input[builtins.str] key_alias: Required if clientAuthEnabled is true. The resource ID for the alias containing the private key and cert.
|
2305
2311
|
:param pulumi.Input[builtins.str] key_store: Required if clientAuthEnabled is true. The resource ID of the keystore.
|
@@ -2313,6 +2319,8 @@ class TargetServerSSlInfoArgs:
|
|
2313
2319
|
pulumi.set(__self__, "client_auth_enabled", client_auth_enabled)
|
2314
2320
|
if common_name is not None:
|
2315
2321
|
pulumi.set(__self__, "common_name", common_name)
|
2322
|
+
if enforce is not None:
|
2323
|
+
pulumi.set(__self__, "enforce", enforce)
|
2316
2324
|
if ignore_validation_errors is not None:
|
2317
2325
|
pulumi.set(__self__, "ignore_validation_errors", ignore_validation_errors)
|
2318
2326
|
if key_alias is not None:
|
@@ -2373,6 +2381,18 @@ class TargetServerSSlInfoArgs:
|
|
2373
2381
|
def common_name(self, value: Optional[pulumi.Input['TargetServerSSlInfoCommonNameArgs']]):
|
2374
2382
|
pulumi.set(self, "common_name", value)
|
2375
2383
|
|
2384
|
+
@property
|
2385
|
+
@pulumi.getter
|
2386
|
+
def enforce(self) -> Optional[pulumi.Input[builtins.bool]]:
|
2387
|
+
"""
|
2388
|
+
If true, TLS is strictly enforced.
|
2389
|
+
"""
|
2390
|
+
return pulumi.get(self, "enforce")
|
2391
|
+
|
2392
|
+
@enforce.setter
|
2393
|
+
def enforce(self, value: Optional[pulumi.Input[builtins.bool]]):
|
2394
|
+
pulumi.set(self, "enforce", value)
|
2395
|
+
|
2376
2396
|
@property
|
2377
2397
|
@pulumi.getter(name="ignoreValidationErrors")
|
2378
2398
|
def ignore_validation_errors(self) -> Optional[pulumi.Input[builtins.bool]]:
|