pulumi-gcp 8.41.0a1755723613__py3-none-any.whl → 8.41.1a1756149994__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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/RECORD +310 -307
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1a1756149994.dist-info}/top_level.txt +0 -0
@@ -370,6 +370,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine Disk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Disk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine Disk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Disk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Compute Engine Disk
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Compute Engine Disk
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Compute Engine Disk. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `compute.DiskIamPolicy`: Authoritative. Sets the IAM policy for the disk and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Compute Engine Image
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Compute Engine Image
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -394,6 +394,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
394
394
|
-
|
395
395
|
|
396
396
|
# IAM policy for Compute Engine Image
|
397
|
+
|
397
398
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
398
399
|
|
399
400
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -690,6 +691,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
690
691
|
-
|
691
692
|
|
692
693
|
# IAM policy for Compute Engine Image
|
694
|
+
|
693
695
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
694
696
|
|
695
697
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -279,6 +279,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
279
279
|
-
|
280
280
|
|
281
281
|
# IAM policy for Compute Engine Image
|
282
|
+
|
282
283
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
283
284
|
|
284
285
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine Image
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Compute Engine Instance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Compute Engine Instance
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for Compute Engine Instance
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for Compute Engine Instance
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Compute Engine Instance
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -625,6 +626,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
625
626
|
-
|
626
627
|
|
627
628
|
# IAM policy for Compute Engine Instance
|
629
|
+
|
628
630
|
Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
|
629
631
|
|
630
632
|
* `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
|
@@ -395,6 +395,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
395
395
|
-
|
396
396
|
|
397
397
|
# IAM policy for Compute Engine InstanceTemplate
|
398
|
+
|
398
399
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
399
400
|
|
400
401
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -691,6 +692,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
691
692
|
-
|
692
693
|
|
693
694
|
# IAM policy for Compute Engine InstanceTemplate
|
695
|
+
|
694
696
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
695
697
|
|
696
698
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -395,6 +395,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
395
395
|
-
|
396
396
|
|
397
397
|
# IAM policy for Compute Engine InstanceTemplate
|
398
|
+
|
398
399
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
399
400
|
|
400
401
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -691,6 +692,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
691
692
|
-
|
692
693
|
|
693
694
|
# IAM policy for Compute Engine InstanceTemplate
|
695
|
+
|
694
696
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
695
697
|
|
696
698
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -280,6 +280,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
280
280
|
-
|
281
281
|
|
282
282
|
# IAM policy for Compute Engine InstanceTemplate
|
283
|
+
|
283
284
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
284
285
|
|
285
286
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -562,6 +563,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
562
563
|
-
|
563
564
|
|
564
565
|
# IAM policy for Compute Engine InstanceTemplate
|
566
|
+
|
565
567
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
566
568
|
|
567
569
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -327,6 +327,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
327
327
|
-
|
328
328
|
|
329
329
|
# IAM policy for Compute Engine InstantSnapshot
|
330
|
+
|
330
331
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
331
332
|
|
332
333
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -626,6 +627,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
626
627
|
-
|
627
628
|
|
628
629
|
# IAM policy for Compute Engine InstantSnapshot
|
630
|
+
|
629
631
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
630
632
|
|
631
633
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -278,6 +278,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
278
278
|
-
|
279
279
|
|
280
280
|
# IAM policy for Compute Engine MachineImage
|
281
|
+
|
281
282
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
282
283
|
|
283
284
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -558,6 +559,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
558
559
|
-
|
559
560
|
|
560
561
|
# IAM policy for Compute Engine MachineImage
|
562
|
+
|
561
563
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
562
564
|
|
563
565
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine RegionDisk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine RegionDisk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -370,6 +370,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
|
|
370
370
|
-
|
371
371
|
|
372
372
|
# IAM policy for Compute Engine RegionDisk
|
373
|
+
|
373
374
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
374
375
|
|
375
376
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -561,6 +562,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
|
|
561
562
|
-
|
562
563
|
|
563
564
|
# IAM policy for Compute Engine RegionDisk
|
565
|
+
|
564
566
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
565
567
|
|
566
568
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -267,6 +267,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
|
|
267
267
|
-
|
268
268
|
|
269
269
|
# IAM policy for Compute Engine RegionDisk
|
270
|
+
|
270
271
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
271
272
|
|
272
273
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -446,6 +447,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
|
|
446
447
|
-
|
447
448
|
|
448
449
|
# IAM policy for Compute Engine RegionDisk
|
450
|
+
|
449
451
|
Three different resources help you manage your IAM policy for Compute Engine RegionDisk. Each of these resources serves a different use case:
|
450
452
|
|
451
453
|
* `compute.RegionDiskIamPolicy`: Authoritative. Sets the IAM policy for the regiondisk and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Compute Engine Snapshot
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -506,6 +507,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
506
507
|
-
|
507
508
|
|
508
509
|
# IAM policy for Compute Engine Snapshot
|
510
|
+
|
509
511
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
510
512
|
|
511
513
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for Compute Engine Snapshot
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -506,6 +507,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
506
507
|
-
|
507
508
|
|
508
509
|
# IAM policy for Compute Engine Snapshot
|
510
|
+
|
509
511
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
510
512
|
|
511
513
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -223,6 +223,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
223
223
|
-
|
224
224
|
|
225
225
|
# IAM policy for Compute Engine Snapshot
|
226
|
+
|
226
227
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
227
228
|
|
228
229
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -391,6 +392,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
391
392
|
-
|
392
393
|
|
393
394
|
# IAM policy for Compute Engine Snapshot
|
395
|
+
|
394
396
|
Three different resources help you manage your IAM policy for Compute Engine Snapshot. Each of these resources serves a different use case:
|
395
397
|
|
396
398
|
* `compute.SnapshotIamPolicy`: Authoritative. Sets the IAM policy for the snapshot and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class StoragePoolIamBinding(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine StoragePool
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class StoragePoolIamBinding(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine StoragePool
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class StoragePoolIamMember(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine StoragePool
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class StoragePoolIamMember(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine StoragePool
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -327,6 +327,7 @@ class StoragePoolIamPolicy(pulumi.CustomResource):
|
|
327
327
|
-
|
328
328
|
|
329
329
|
# IAM policy for Compute Engine StoragePool
|
330
|
+
|
330
331
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
331
332
|
|
332
333
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -626,6 +627,7 @@ class StoragePoolIamPolicy(pulumi.CustomResource):
|
|
626
627
|
-
|
627
628
|
|
628
629
|
# IAM policy for Compute Engine StoragePool
|
630
|
+
|
629
631
|
Three different resources help you manage your IAM policy for Compute Engine StoragePool. Each of these resources serves a different use case:
|
630
632
|
|
631
633
|
* `compute.StoragePoolIamPolicy`: Authoritative. Sets the IAM policy for the storagepool and replaces any existing policy already attached.
|
@@ -445,6 +445,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
445
445
|
-
|
446
446
|
|
447
447
|
# IAM policy for Compute Engine Subnetwork
|
448
|
+
|
448
449
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
449
450
|
|
450
451
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
@@ -759,6 +760,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
759
760
|
-
|
760
761
|
|
761
762
|
# IAM policy for Compute Engine Subnetwork
|
763
|
+
|
762
764
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
763
765
|
|
764
766
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
@@ -445,6 +445,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
445
445
|
-
|
446
446
|
|
447
447
|
# IAM policy for Compute Engine Subnetwork
|
448
|
+
|
448
449
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
449
450
|
|
450
451
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
@@ -759,6 +760,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
759
760
|
-
|
760
761
|
|
761
762
|
# IAM policy for Compute Engine Subnetwork
|
763
|
+
|
762
764
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
763
765
|
|
764
766
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
@@ -330,6 +330,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
330
330
|
-
|
331
331
|
|
332
332
|
# IAM policy for Compute Engine Subnetwork
|
333
|
+
|
333
334
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
334
335
|
|
335
336
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
@@ -630,6 +631,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
630
631
|
-
|
631
632
|
|
632
633
|
# IAM policy for Compute Engine Subnetwork
|
634
|
+
|
633
635
|
Three different resources help you manage your IAM policy for Compute Engine Subnetwork. Each of these resources serves a different use case:
|
634
636
|
|
635
637
|
* `compute.SubnetworkIAMPolicy`: Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -83,8 +83,6 @@ cloudBillingCustomEndpoint: Optional[str]
|
|
83
83
|
|
84
84
|
cloudBuildCustomEndpoint: Optional[str]
|
85
85
|
|
86
|
-
cloudBuildWorkerPoolCustomEndpoint: Optional[str]
|
87
|
-
|
88
86
|
cloudFunctionsCustomEndpoint: Optional[str]
|
89
87
|
|
90
88
|
cloudIdentityCustomEndpoint: Optional[str]
|
@@ -219,8 +217,6 @@ gkeHub2CustomEndpoint: Optional[str]
|
|
219
217
|
|
220
218
|
gkeHubCustomEndpoint: Optional[str]
|
221
219
|
|
222
|
-
gkehubFeatureCustomEndpoint: Optional[str]
|
223
|
-
|
224
220
|
gkeonpremCustomEndpoint: Optional[str]
|
225
221
|
|
226
222
|
googlePartnerName: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -157,10 +157,6 @@ class _ExportableConfig(types.ModuleType):
|
|
157
157
|
def cloud_build_custom_endpoint(self) -> Optional[str]:
|
158
158
|
return __config__.get('cloudBuildCustomEndpoint')
|
159
159
|
|
160
|
-
@_builtins.property
|
161
|
-
def cloud_build_worker_pool_custom_endpoint(self) -> Optional[str]:
|
162
|
-
return __config__.get('cloudBuildWorkerPoolCustomEndpoint')
|
163
|
-
|
164
160
|
@_builtins.property
|
165
161
|
def cloud_functions_custom_endpoint(self) -> Optional[str]:
|
166
162
|
return __config__.get('cloudFunctionsCustomEndpoint')
|
@@ -429,10 +425,6 @@ class _ExportableConfig(types.ModuleType):
|
|
429
425
|
def gke_hub_custom_endpoint(self) -> Optional[str]:
|
430
426
|
return __config__.get('gkeHubCustomEndpoint')
|
431
427
|
|
432
|
-
@_builtins.property
|
433
|
-
def gkehub_feature_custom_endpoint(self) -> Optional[str]:
|
434
|
-
return __config__.get('gkehubFeatureCustomEndpoint')
|
435
|
-
|
436
428
|
@_builtins.property
|
437
429
|
def gkeonprem_custom_endpoint(self) -> Optional[str]:
|
438
430
|
return __config__.get('gkeonpremCustomEndpoint')
|