pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1438,6 +1438,14 @@ _utilities.register(
|
|
1438
1438
|
"gcp:bigquery/routine:Routine": "Routine"
|
1439
1439
|
}
|
1440
1440
|
},
|
1441
|
+
{
|
1442
|
+
"pkg": "gcp",
|
1443
|
+
"mod": "bigquery/rowAccessPolicy",
|
1444
|
+
"fqn": "pulumi_gcp.bigquery",
|
1445
|
+
"classes": {
|
1446
|
+
"gcp:bigquery/rowAccessPolicy:RowAccessPolicy": "RowAccessPolicy"
|
1447
|
+
}
|
1448
|
+
},
|
1441
1449
|
{
|
1442
1450
|
"pkg": "gcp",
|
1443
1451
|
"mod": "bigquery/table",
|
@@ -4334,6 +4342,38 @@ _utilities.register(
|
|
4334
4342
|
"gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy": "EntryTypeIamPolicy"
|
4335
4343
|
}
|
4336
4344
|
},
|
4345
|
+
{
|
4346
|
+
"pkg": "gcp",
|
4347
|
+
"mod": "dataplex/glossary",
|
4348
|
+
"fqn": "pulumi_gcp.dataplex",
|
4349
|
+
"classes": {
|
4350
|
+
"gcp:dataplex/glossary:Glossary": "Glossary"
|
4351
|
+
}
|
4352
|
+
},
|
4353
|
+
{
|
4354
|
+
"pkg": "gcp",
|
4355
|
+
"mod": "dataplex/glossaryIamBinding",
|
4356
|
+
"fqn": "pulumi_gcp.dataplex",
|
4357
|
+
"classes": {
|
4358
|
+
"gcp:dataplex/glossaryIamBinding:GlossaryIamBinding": "GlossaryIamBinding"
|
4359
|
+
}
|
4360
|
+
},
|
4361
|
+
{
|
4362
|
+
"pkg": "gcp",
|
4363
|
+
"mod": "dataplex/glossaryIamMember",
|
4364
|
+
"fqn": "pulumi_gcp.dataplex",
|
4365
|
+
"classes": {
|
4366
|
+
"gcp:dataplex/glossaryIamMember:GlossaryIamMember": "GlossaryIamMember"
|
4367
|
+
}
|
4368
|
+
},
|
4369
|
+
{
|
4370
|
+
"pkg": "gcp",
|
4371
|
+
"mod": "dataplex/glossaryIamPolicy",
|
4372
|
+
"fqn": "pulumi_gcp.dataplex",
|
4373
|
+
"classes": {
|
4374
|
+
"gcp:dataplex/glossaryIamPolicy:GlossaryIamPolicy": "GlossaryIamPolicy"
|
4375
|
+
}
|
4376
|
+
},
|
4337
4377
|
{
|
4338
4378
|
"pkg": "gcp",
|
4339
4379
|
"mod": "dataplex/lake",
|
@@ -5262,6 +5302,30 @@ _utilities.register(
|
|
5262
5302
|
"gcp:firebase/appHostingBuild:AppHostingBuild": "AppHostingBuild"
|
5263
5303
|
}
|
5264
5304
|
},
|
5305
|
+
{
|
5306
|
+
"pkg": "gcp",
|
5307
|
+
"mod": "firebase/appHostingDefaultDomain",
|
5308
|
+
"fqn": "pulumi_gcp.firebase",
|
5309
|
+
"classes": {
|
5310
|
+
"gcp:firebase/appHostingDefaultDomain:AppHostingDefaultDomain": "AppHostingDefaultDomain"
|
5311
|
+
}
|
5312
|
+
},
|
5313
|
+
{
|
5314
|
+
"pkg": "gcp",
|
5315
|
+
"mod": "firebase/appHostingDomain",
|
5316
|
+
"fqn": "pulumi_gcp.firebase",
|
5317
|
+
"classes": {
|
5318
|
+
"gcp:firebase/appHostingDomain:AppHostingDomain": "AppHostingDomain"
|
5319
|
+
}
|
5320
|
+
},
|
5321
|
+
{
|
5322
|
+
"pkg": "gcp",
|
5323
|
+
"mod": "firebase/appHostingTraffic",
|
5324
|
+
"fqn": "pulumi_gcp.firebase",
|
5325
|
+
"classes": {
|
5326
|
+
"gcp:firebase/appHostingTraffic:AppHostingTraffic": "AppHostingTraffic"
|
5327
|
+
}
|
5328
|
+
},
|
5265
5329
|
{
|
5266
5330
|
"pkg": "gcp",
|
5267
5331
|
"mod": "firebase/appleApp",
|
@@ -6126,6 +6190,30 @@ _utilities.register(
|
|
6126
6190
|
"gcp:iam/workloadIdentityPool:WorkloadIdentityPool": "WorkloadIdentityPool"
|
6127
6191
|
}
|
6128
6192
|
},
|
6193
|
+
{
|
6194
|
+
"pkg": "gcp",
|
6195
|
+
"mod": "iam/workloadIdentityPoolIamBinding",
|
6196
|
+
"fqn": "pulumi_gcp.iam",
|
6197
|
+
"classes": {
|
6198
|
+
"gcp:iam/workloadIdentityPoolIamBinding:WorkloadIdentityPoolIamBinding": "WorkloadIdentityPoolIamBinding"
|
6199
|
+
}
|
6200
|
+
},
|
6201
|
+
{
|
6202
|
+
"pkg": "gcp",
|
6203
|
+
"mod": "iam/workloadIdentityPoolIamMember",
|
6204
|
+
"fqn": "pulumi_gcp.iam",
|
6205
|
+
"classes": {
|
6206
|
+
"gcp:iam/workloadIdentityPoolIamMember:WorkloadIdentityPoolIamMember": "WorkloadIdentityPoolIamMember"
|
6207
|
+
}
|
6208
|
+
},
|
6209
|
+
{
|
6210
|
+
"pkg": "gcp",
|
6211
|
+
"mod": "iam/workloadIdentityPoolIamPolicy",
|
6212
|
+
"fqn": "pulumi_gcp.iam",
|
6213
|
+
"classes": {
|
6214
|
+
"gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy": "WorkloadIdentityPoolIamPolicy"
|
6215
|
+
}
|
6216
|
+
},
|
6129
6217
|
{
|
6130
6218
|
"pkg": "gcp",
|
6131
6219
|
"mod": "iam/workloadIdentityPoolProvider",
|
@@ -405,7 +405,7 @@ class AuthorizedOrgsDesc(pulumi.CustomResource):
|
|
405
405
|
import pulumi_gcp as gcp
|
406
406
|
|
407
407
|
test_access = gcp.accesscontextmanager.AccessPolicy("test-access",
|
408
|
-
parent="organizations/",
|
408
|
+
parent="organizations/123456789",
|
409
409
|
title="my policy")
|
410
410
|
authorized_orgs_desc = gcp.accesscontextmanager.AuthorizedOrgsDesc("authorized-orgs-desc",
|
411
411
|
parent=test_access.name.apply(lambda name: f"accessPolicies/{name}"),
|
@@ -501,7 +501,7 @@ class AuthorizedOrgsDesc(pulumi.CustomResource):
|
|
501
501
|
import pulumi_gcp as gcp
|
502
502
|
|
503
503
|
test_access = gcp.accesscontextmanager.AccessPolicy("test-access",
|
504
|
-
parent="organizations/",
|
504
|
+
parent="organizations/123456789",
|
505
505
|
title="my policy")
|
506
506
|
authorized_orgs_desc = gcp.accesscontextmanager.AuthorizedOrgsDesc("authorized-orgs-desc",
|
507
507
|
parent=test_access.name.apply(lambda name: f"accessPolicies/{name}"),
|
@@ -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
|