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
@@ -41,6 +41,9 @@ class EnvironmentIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
45
|
+
in the format `organizations/{{org_name}}`.
|
46
|
+
Used to find the parent resource to bind the IAM policy to
|
44
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
48
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
46
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +92,11 @@ class EnvironmentIamBindingArgs:
|
|
89
92
|
@property
|
90
93
|
@pulumi.getter(name="orgId")
|
91
94
|
def org_id(self) -> pulumi.Input[builtins.str]:
|
95
|
+
"""
|
96
|
+
The Apigee Organization associated with the Apigee environment,
|
97
|
+
in the format `organizations/{{org_name}}`.
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
92
100
|
return pulumi.get(self, "org_id")
|
93
101
|
|
94
102
|
@org_id.setter
|
@@ -143,6 +151,9 @@ class _EnvironmentIamBindingState:
|
|
143
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
144
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
145
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
155
|
+
in the format `organizations/{{org_name}}`.
|
156
|
+
Used to find the parent resource to bind the IAM policy to
|
146
157
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
147
158
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
148
159
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -218,6 +229,11 @@ class _EnvironmentIamBindingState:
|
|
218
229
|
@property
|
219
230
|
@pulumi.getter(name="orgId")
|
220
231
|
def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
232
|
+
"""
|
233
|
+
The Apigee Organization associated with the Apigee environment,
|
234
|
+
in the format `organizations/{{org_name}}`.
|
235
|
+
Used to find the parent resource to bind the IAM policy to
|
236
|
+
"""
|
221
237
|
return pulumi.get(self, "org_id")
|
222
238
|
|
223
239
|
@org_id.setter
|
@@ -418,6 +434,9 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
418
434
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
419
435
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
420
436
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
437
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
438
|
+
in the format `organizations/{{org_name}}`.
|
439
|
+
Used to find the parent resource to bind the IAM policy to
|
421
440
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
422
441
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
423
442
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -660,6 +679,9 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
660
679
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
661
680
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
662
681
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
682
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
683
|
+
in the format `organizations/{{org_name}}`.
|
684
|
+
Used to find the parent resource to bind the IAM policy to
|
663
685
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
664
686
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
665
687
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -718,6 +740,11 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
718
740
|
@property
|
719
741
|
@pulumi.getter(name="orgId")
|
720
742
|
def org_id(self) -> pulumi.Output[builtins.str]:
|
743
|
+
"""
|
744
|
+
The Apigee Organization associated with the Apigee environment,
|
745
|
+
in the format `organizations/{{org_name}}`.
|
746
|
+
Used to find the parent resource to bind the IAM policy to
|
747
|
+
"""
|
721
748
|
return pulumi.get(self, "org_id")
|
722
749
|
|
723
750
|
@property
|
@@ -41,6 +41,9 @@ class EnvironmentIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
45
|
+
in the format `organizations/{{org_name}}`.
|
46
|
+
Used to find the parent resource to bind the IAM policy to
|
44
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
48
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
46
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +92,11 @@ class EnvironmentIamMemberArgs:
|
|
89
92
|
@property
|
90
93
|
@pulumi.getter(name="orgId")
|
91
94
|
def org_id(self) -> pulumi.Input[builtins.str]:
|
95
|
+
"""
|
96
|
+
The Apigee Organization associated with the Apigee environment,
|
97
|
+
in the format `organizations/{{org_name}}`.
|
98
|
+
Used to find the parent resource to bind the IAM policy to
|
99
|
+
"""
|
92
100
|
return pulumi.get(self, "org_id")
|
93
101
|
|
94
102
|
@org_id.setter
|
@@ -143,6 +151,9 @@ class _EnvironmentIamMemberState:
|
|
143
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
144
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
145
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
155
|
+
in the format `organizations/{{org_name}}`.
|
156
|
+
Used to find the parent resource to bind the IAM policy to
|
146
157
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
147
158
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
148
159
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -218,6 +229,11 @@ class _EnvironmentIamMemberState:
|
|
218
229
|
@property
|
219
230
|
@pulumi.getter(name="orgId")
|
220
231
|
def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
232
|
+
"""
|
233
|
+
The Apigee Organization associated with the Apigee environment,
|
234
|
+
in the format `organizations/{{org_name}}`.
|
235
|
+
Used to find the parent resource to bind the IAM policy to
|
236
|
+
"""
|
221
237
|
return pulumi.get(self, "org_id")
|
222
238
|
|
223
239
|
@org_id.setter
|
@@ -418,6 +434,9 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
418
434
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
419
435
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
420
436
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
437
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
438
|
+
in the format `organizations/{{org_name}}`.
|
439
|
+
Used to find the parent resource to bind the IAM policy to
|
421
440
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
422
441
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
423
442
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -660,6 +679,9 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
660
679
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
661
680
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
662
681
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
682
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
683
|
+
in the format `organizations/{{org_name}}`.
|
684
|
+
Used to find the parent resource to bind the IAM policy to
|
663
685
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
664
686
|
`apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
|
665
687
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -718,6 +740,11 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
718
740
|
@property
|
719
741
|
@pulumi.getter(name="orgId")
|
720
742
|
def org_id(self) -> pulumi.Output[builtins.str]:
|
743
|
+
"""
|
744
|
+
The Apigee Organization associated with the Apigee environment,
|
745
|
+
in the format `organizations/{{org_name}}`.
|
746
|
+
Used to find the parent resource to bind the IAM policy to
|
747
|
+
"""
|
721
748
|
return pulumi.get(self, "org_id")
|
722
749
|
|
723
750
|
@property
|
@@ -26,6 +26,9 @@ class EnvironmentIamPolicyArgs:
|
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a EnvironmentIamPolicy resource.
|
28
28
|
:param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
|
29
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
30
|
+
in the format `organizations/{{org_name}}`.
|
31
|
+
Used to find the parent resource to bind the IAM policy to
|
29
32
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
33
|
a `organizations_get_iam_policy` data source.
|
31
34
|
"""
|
@@ -48,6 +51,11 @@ class EnvironmentIamPolicyArgs:
|
|
48
51
|
@property
|
49
52
|
@pulumi.getter(name="orgId")
|
50
53
|
def org_id(self) -> pulumi.Input[builtins.str]:
|
54
|
+
"""
|
55
|
+
The Apigee Organization associated with the Apigee environment,
|
56
|
+
in the format `organizations/{{org_name}}`.
|
57
|
+
Used to find the parent resource to bind the IAM policy to
|
58
|
+
"""
|
51
59
|
return pulumi.get(self, "org_id")
|
52
60
|
|
53
61
|
@org_id.setter
|
@@ -79,6 +87,9 @@ class _EnvironmentIamPolicyState:
|
|
79
87
|
Input properties used for looking up and filtering EnvironmentIamPolicy resources.
|
80
88
|
:param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
|
81
89
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
90
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
91
|
+
in the format `organizations/{{org_name}}`.
|
92
|
+
Used to find the parent resource to bind the IAM policy to
|
82
93
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
83
94
|
a `organizations_get_iam_policy` data source.
|
84
95
|
"""
|
@@ -118,6 +129,11 @@ class _EnvironmentIamPolicyState:
|
|
118
129
|
@property
|
119
130
|
@pulumi.getter(name="orgId")
|
120
131
|
def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
132
|
+
"""
|
133
|
+
The Apigee Organization associated with the Apigee environment,
|
134
|
+
in the format `organizations/{{org_name}}`.
|
135
|
+
Used to find the parent resource to bind the IAM policy to
|
136
|
+
"""
|
121
137
|
return pulumi.get(self, "org_id")
|
122
138
|
|
123
139
|
@org_id.setter
|
@@ -304,6 +320,9 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
304
320
|
:param str resource_name: The name of the resource.
|
305
321
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
306
322
|
:param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
|
323
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
324
|
+
in the format `organizations/{{org_name}}`.
|
325
|
+
Used to find the parent resource to bind the IAM policy to
|
307
326
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
308
327
|
a `organizations_get_iam_policy` data source.
|
309
328
|
"""
|
@@ -526,6 +545,9 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
526
545
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
527
546
|
:param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
|
528
547
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
548
|
+
:param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
|
549
|
+
in the format `organizations/{{org_name}}`.
|
550
|
+
Used to find the parent resource to bind the IAM policy to
|
529
551
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
530
552
|
a `organizations_get_iam_policy` data source.
|
531
553
|
"""
|
@@ -558,6 +580,11 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
558
580
|
@property
|
559
581
|
@pulumi.getter(name="orgId")
|
560
582
|
def org_id(self) -> pulumi.Output[builtins.str]:
|
583
|
+
"""
|
584
|
+
The Apigee Organization associated with the Apigee environment,
|
585
|
+
in the format `organizations/{{org_name}}`.
|
586
|
+
Used to find the parent resource to bind the IAM policy to
|
587
|
+
"""
|
561
588
|
return pulumi.get(self, "org_id")
|
562
589
|
|
563
590
|
@property
|
@@ -111,6 +111,9 @@ def get_environment_iam_policy(env_id: Optional[builtins.str] = None,
|
|
111
111
|
|
112
112
|
|
113
113
|
:param builtins.str env_id: Used to find the parent resource to bind the IAM policy to
|
114
|
+
:param builtins.str org_id: The Apigee Organization associated with the Apigee environment,
|
115
|
+
in the format `organizations/{{org_name}}`.
|
116
|
+
Used to find the parent resource to bind the IAM policy to
|
114
117
|
"""
|
115
118
|
__args__ = dict()
|
116
119
|
__args__['envId'] = env_id
|
@@ -142,6 +145,9 @@ def get_environment_iam_policy_output(env_id: Optional[pulumi.Input[builtins.str
|
|
142
145
|
|
143
146
|
|
144
147
|
:param builtins.str env_id: Used to find the parent resource to bind the IAM policy to
|
148
|
+
:param builtins.str org_id: The Apigee Organization associated with the Apigee environment,
|
149
|
+
in the format `organizations/{{org_name}}`.
|
150
|
+
Used to find the parent resource to bind the IAM policy to
|
145
151
|
"""
|
146
152
|
__args__ = dict()
|
147
153
|
__args__['envId'] = env_id
|
pulumi_gcp/apigee/outputs.py
CHANGED
@@ -1706,6 +1706,7 @@ class TargetServerSSlInfo(dict):
|
|
1706
1706
|
ciphers: Optional[Sequence[builtins.str]] = None,
|
1707
1707
|
client_auth_enabled: Optional[builtins.bool] = None,
|
1708
1708
|
common_name: Optional['outputs.TargetServerSSlInfoCommonName'] = None,
|
1709
|
+
enforce: Optional[builtins.bool] = None,
|
1709
1710
|
ignore_validation_errors: Optional[builtins.bool] = None,
|
1710
1711
|
key_alias: Optional[builtins.str] = None,
|
1711
1712
|
key_store: Optional[builtins.str] = None,
|
@@ -1717,6 +1718,7 @@ class TargetServerSSlInfo(dict):
|
|
1717
1718
|
:param builtins.bool client_auth_enabled: Enables two-way TLS.
|
1718
1719
|
:param 'TargetServerSSlInfoCommonNameArgs' common_name: The TLS Common Name of the certificate.
|
1719
1720
|
Structure is documented below.
|
1721
|
+
:param builtins.bool enforce: If true, TLS is strictly enforced.
|
1720
1722
|
:param 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.
|
1721
1723
|
:param builtins.str key_alias: Required if clientAuthEnabled is true. The resource ID for the alias containing the private key and cert.
|
1722
1724
|
:param builtins.str key_store: Required if clientAuthEnabled is true. The resource ID of the keystore.
|
@@ -1730,6 +1732,8 @@ class TargetServerSSlInfo(dict):
|
|
1730
1732
|
pulumi.set(__self__, "client_auth_enabled", client_auth_enabled)
|
1731
1733
|
if common_name is not None:
|
1732
1734
|
pulumi.set(__self__, "common_name", common_name)
|
1735
|
+
if enforce is not None:
|
1736
|
+
pulumi.set(__self__, "enforce", enforce)
|
1733
1737
|
if ignore_validation_errors is not None:
|
1734
1738
|
pulumi.set(__self__, "ignore_validation_errors", ignore_validation_errors)
|
1735
1739
|
if key_alias is not None:
|
@@ -1774,6 +1778,14 @@ class TargetServerSSlInfo(dict):
|
|
1774
1778
|
"""
|
1775
1779
|
return pulumi.get(self, "common_name")
|
1776
1780
|
|
1781
|
+
@property
|
1782
|
+
@pulumi.getter
|
1783
|
+
def enforce(self) -> Optional[builtins.bool]:
|
1784
|
+
"""
|
1785
|
+
If true, TLS is strictly enforced.
|
1786
|
+
"""
|
1787
|
+
return pulumi.get(self, "enforce")
|
1788
|
+
|
1777
1789
|
@property
|
1778
1790
|
@pulumi.getter(name="ignoreValidationErrors")
|
1779
1791
|
def ignore_validation_errors(self) -> Optional[builtins.bool]:
|
@@ -17,6 +17,7 @@ from .get_app_connection import *
|
|
17
17
|
from .get_app_connector import *
|
18
18
|
from .get_app_gateway import *
|
19
19
|
from .get_application_iam_policy import *
|
20
|
+
from .get_security_gateway import *
|
20
21
|
from .get_security_gateway_iam_policy import *
|
21
22
|
from .security_gateway import *
|
22
23
|
from .security_gateway_iam_binding import *
|
@@ -334,11 +334,13 @@ class Application(pulumi.CustomResource):
|
|
334
334
|
upstreams: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUpstreamArgs', 'ApplicationUpstreamArgsDict']]]]] = None,
|
335
335
|
__props__=None):
|
336
336
|
"""
|
337
|
+
> **Warning:** `beyondcorp.Application` is deprecated. Use `google_beyondcorp_security_gateway_application` instead.
|
338
|
+
|
337
339
|
Specifies application endpoint(s) to protect behind a Security Gateway.
|
338
340
|
|
339
341
|
## Example Usage
|
340
342
|
|
341
|
-
### Beyondcorp
|
343
|
+
### Beyondcorp Application Basic
|
342
344
|
|
343
345
|
```python
|
344
346
|
import pulumi
|
@@ -357,7 +359,7 @@ class Application(pulumi.CustomResource):
|
|
357
359
|
"hostname": "google.com",
|
358
360
|
}])
|
359
361
|
```
|
360
|
-
### Beyondcorp
|
362
|
+
### Beyondcorp Application Vpc
|
361
363
|
|
362
364
|
```python
|
363
365
|
import pulumi
|
@@ -439,11 +441,13 @@ class Application(pulumi.CustomResource):
|
|
439
441
|
args: ApplicationArgs,
|
440
442
|
opts: Optional[pulumi.ResourceOptions] = None):
|
441
443
|
"""
|
444
|
+
> **Warning:** `beyondcorp.Application` is deprecated. Use `google_beyondcorp_security_gateway_application` instead.
|
445
|
+
|
442
446
|
Specifies application endpoint(s) to protect behind a Security Gateway.
|
443
447
|
|
444
448
|
## Example Usage
|
445
449
|
|
446
|
-
### Beyondcorp
|
450
|
+
### Beyondcorp Application Basic
|
447
451
|
|
448
452
|
```python
|
449
453
|
import pulumi
|
@@ -462,7 +466,7 @@ class Application(pulumi.CustomResource):
|
|
462
466
|
"hostname": "google.com",
|
463
467
|
}])
|
464
468
|
```
|
465
|
-
### Beyondcorp
|
469
|
+
### Beyondcorp Application Vpc
|
466
470
|
|
467
471
|
```python
|
468
472
|
import pulumi
|
@@ -30,6 +30,7 @@ class ApplicationIamBindingArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a ApplicationIamBinding resource.
|
33
|
+
:param pulumi.Input[builtins.str] application_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.
|
@@ -44,6 +45,7 @@ class ApplicationIamBindingArgs:
|
|
44
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
46
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
47
49
|
:param pulumi.Input['ApplicationIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
48
50
|
Structure is documented below.
|
49
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -61,6 +63,9 @@ class ApplicationIamBindingArgs:
|
|
61
63
|
@property
|
62
64
|
@pulumi.getter(name="applicationId")
|
63
65
|
def application_id(self) -> pulumi.Input[builtins.str]:
|
66
|
+
"""
|
67
|
+
Used to find the parent resource to bind the IAM policy to
|
68
|
+
"""
|
64
69
|
return pulumi.get(self, "application_id")
|
65
70
|
|
66
71
|
@application_id.setter
|
@@ -106,6 +111,9 @@ class ApplicationIamBindingArgs:
|
|
106
111
|
@property
|
107
112
|
@pulumi.getter(name="securityGatewaysId")
|
108
113
|
def security_gateways_id(self) -> pulumi.Input[builtins.str]:
|
114
|
+
"""
|
115
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
116
|
+
"""
|
109
117
|
return pulumi.get(self, "security_gateways_id")
|
110
118
|
|
111
119
|
@security_gateways_id.setter
|
@@ -151,6 +159,7 @@ class _ApplicationIamBindingState:
|
|
151
159
|
security_gateways_id: Optional[pulumi.Input[builtins.str]] = None):
|
152
160
|
"""
|
153
161
|
Input properties used for looking up and filtering ApplicationIamBinding resources.
|
162
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
154
163
|
:param pulumi.Input['ApplicationIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
155
164
|
Structure is documented below.
|
156
165
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -170,6 +179,7 @@ class _ApplicationIamBindingState:
|
|
170
179
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
171
180
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
172
181
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
182
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
173
183
|
"""
|
174
184
|
if application_id is not None:
|
175
185
|
pulumi.set(__self__, "application_id", application_id)
|
@@ -189,6 +199,9 @@ class _ApplicationIamBindingState:
|
|
189
199
|
@property
|
190
200
|
@pulumi.getter(name="applicationId")
|
191
201
|
def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
202
|
+
"""
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
|
+
"""
|
192
205
|
return pulumi.get(self, "application_id")
|
193
206
|
|
194
207
|
@application_id.setter
|
@@ -272,6 +285,9 @@ class _ApplicationIamBindingState:
|
|
272
285
|
@property
|
273
286
|
@pulumi.getter(name="securityGatewaysId")
|
274
287
|
def security_gateways_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
288
|
+
"""
|
289
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
290
|
+
"""
|
275
291
|
return pulumi.get(self, "security_gateways_id")
|
276
292
|
|
277
293
|
@security_gateways_id.setter
|
@@ -576,6 +592,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
576
592
|
|
577
593
|
:param str resource_name: The name of the resource.
|
578
594
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
595
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
579
596
|
:param pulumi.Input[Union['ApplicationIamBindingConditionArgs', 'ApplicationIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
580
597
|
Structure is documented below.
|
581
598
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
@@ -594,6 +611,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
594
611
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
595
612
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
596
613
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
614
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
597
615
|
"""
|
598
616
|
...
|
599
617
|
@overload
|
@@ -952,6 +970,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
952
970
|
:param str resource_name: The unique name of the resulting resource.
|
953
971
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
954
972
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
973
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
955
974
|
:param pulumi.Input[Union['ApplicationIamBindingConditionArgs', 'ApplicationIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
956
975
|
Structure is documented below.
|
957
976
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -971,6 +990,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
971
990
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
972
991
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
973
992
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
993
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
974
994
|
"""
|
975
995
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
976
996
|
|
@@ -988,6 +1008,9 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
988
1008
|
@property
|
989
1009
|
@pulumi.getter(name="applicationId")
|
990
1010
|
def application_id(self) -> pulumi.Output[builtins.str]:
|
1011
|
+
"""
|
1012
|
+
Used to find the parent resource to bind the IAM policy to
|
1013
|
+
"""
|
991
1014
|
return pulumi.get(self, "application_id")
|
992
1015
|
|
993
1016
|
@property
|
@@ -1047,5 +1070,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
1047
1070
|
@property
|
1048
1071
|
@pulumi.getter(name="securityGatewaysId")
|
1049
1072
|
def security_gateways_id(self) -> pulumi.Output[builtins.str]:
|
1073
|
+
"""
|
1074
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
1075
|
+
"""
|
1050
1076
|
return pulumi.get(self, "security_gateways_id")
|
1051
1077
|
|
@@ -30,6 +30,7 @@ class ApplicationIamMemberArgs:
|
|
30
30
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a ApplicationIamMember resource.
|
33
|
+
:param pulumi.Input[builtins.str] application_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.
|
@@ -44,6 +45,7 @@ class ApplicationIamMemberArgs:
|
|
44
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
46
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
48
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
47
49
|
:param pulumi.Input['ApplicationIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
48
50
|
Structure is documented below.
|
49
51
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -61,6 +63,9 @@ class ApplicationIamMemberArgs:
|
|
61
63
|
@property
|
62
64
|
@pulumi.getter(name="applicationId")
|
63
65
|
def application_id(self) -> pulumi.Input[builtins.str]:
|
66
|
+
"""
|
67
|
+
Used to find the parent resource to bind the IAM policy to
|
68
|
+
"""
|
64
69
|
return pulumi.get(self, "application_id")
|
65
70
|
|
66
71
|
@application_id.setter
|
@@ -106,6 +111,9 @@ class ApplicationIamMemberArgs:
|
|
106
111
|
@property
|
107
112
|
@pulumi.getter(name="securityGatewaysId")
|
108
113
|
def security_gateways_id(self) -> pulumi.Input[builtins.str]:
|
114
|
+
"""
|
115
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
116
|
+
"""
|
109
117
|
return pulumi.get(self, "security_gateways_id")
|
110
118
|
|
111
119
|
@security_gateways_id.setter
|
@@ -151,6 +159,7 @@ class _ApplicationIamMemberState:
|
|
151
159
|
security_gateways_id: Optional[pulumi.Input[builtins.str]] = None):
|
152
160
|
"""
|
153
161
|
Input properties used for looking up and filtering ApplicationIamMember resources.
|
162
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
154
163
|
:param pulumi.Input['ApplicationIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
155
164
|
Structure is documented below.
|
156
165
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -170,6 +179,7 @@ class _ApplicationIamMemberState:
|
|
170
179
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
171
180
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
172
181
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
182
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
173
183
|
"""
|
174
184
|
if application_id is not None:
|
175
185
|
pulumi.set(__self__, "application_id", application_id)
|
@@ -189,6 +199,9 @@ class _ApplicationIamMemberState:
|
|
189
199
|
@property
|
190
200
|
@pulumi.getter(name="applicationId")
|
191
201
|
def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
202
|
+
"""
|
203
|
+
Used to find the parent resource to bind the IAM policy to
|
204
|
+
"""
|
192
205
|
return pulumi.get(self, "application_id")
|
193
206
|
|
194
207
|
@application_id.setter
|
@@ -272,6 +285,9 @@ class _ApplicationIamMemberState:
|
|
272
285
|
@property
|
273
286
|
@pulumi.getter(name="securityGatewaysId")
|
274
287
|
def security_gateways_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
288
|
+
"""
|
289
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
290
|
+
"""
|
275
291
|
return pulumi.get(self, "security_gateways_id")
|
276
292
|
|
277
293
|
@security_gateways_id.setter
|
@@ -576,6 +592,7 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
576
592
|
|
577
593
|
:param str resource_name: The name of the resource.
|
578
594
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
595
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
579
596
|
:param pulumi.Input[Union['ApplicationIamMemberConditionArgs', 'ApplicationIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
580
597
|
Structure is documented below.
|
581
598
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
@@ -594,6 +611,7 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
594
611
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
595
612
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
596
613
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
614
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
597
615
|
"""
|
598
616
|
...
|
599
617
|
@overload
|
@@ -952,6 +970,7 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
952
970
|
:param str resource_name: The unique name of the resulting resource.
|
953
971
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
954
972
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
973
|
+
:param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
|
955
974
|
:param pulumi.Input[Union['ApplicationIamMemberConditionArgs', 'ApplicationIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
956
975
|
Structure is documented below.
|
957
976
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -971,6 +990,7 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
971
990
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
972
991
|
`beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
|
973
992
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
993
|
+
:param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
974
994
|
"""
|
975
995
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
976
996
|
|
@@ -988,6 +1008,9 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
988
1008
|
@property
|
989
1009
|
@pulumi.getter(name="applicationId")
|
990
1010
|
def application_id(self) -> pulumi.Output[builtins.str]:
|
1011
|
+
"""
|
1012
|
+
Used to find the parent resource to bind the IAM policy to
|
1013
|
+
"""
|
991
1014
|
return pulumi.get(self, "application_id")
|
992
1015
|
|
993
1016
|
@property
|
@@ -1047,5 +1070,8 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
1047
1070
|
@property
|
1048
1071
|
@pulumi.getter(name="securityGatewaysId")
|
1049
1072
|
def security_gateways_id(self) -> pulumi.Output[builtins.str]:
|
1073
|
+
"""
|
1074
|
+
Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
|
1075
|
+
"""
|
1050
1076
|
return pulumi.get(self, "security_gateways_id")
|
1051
1077
|
|