pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
- pulumi_gcp/alloydb/get_locations.py +8 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
- pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
- pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
- pulumi_gcp/appengine/get_default_service_account.py +12 -4
- pulumi_gcp/apphub/get_application.py +20 -4
- pulumi_gcp/apphub/get_discovered_service.py +14 -4
- pulumi_gcp/apphub/get_discovered_workload.py +14 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
- pulumi_gcp/artifactregistry/get_locations.py +8 -4
- pulumi_gcp/artifactregistry/get_repository.py +27 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
- pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
- pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_dataset.py +30 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
- pulumi_gcp/bigquery/get_default_service_account.py +9 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_tables.py +10 -4
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
- pulumi_gcp/bigtable/_inputs.py +58 -0
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
- pulumi_gcp/bigtable/instance_iam_member.py +13 -34
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/billing/get_account_iam_policy.py +9 -4
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
- pulumi_gcp/certificateauthority/get_authority.py +34 -4
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
- pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
- pulumi_gcp/certificatemanager/get_certificates.py +10 -4
- pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
- pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
- pulumi_gcp/cloudbuild/get_trigger.py +33 -4
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctions/get_function.py +43 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_groups.py +8 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
- pulumi_gcp/cloudrun/get_locations.py +8 -4
- pulumi_gcp/cloudrun/get_service.py +16 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_job.py +39 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_service.py +45 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
- pulumi_gcp/composer/get_environment.py +16 -4
- pulumi_gcp/composer/get_image_versions.py +10 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
- pulumi_gcp/compute/_inputs.py +302 -18
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_address.py +21 -4
- pulumi_gcp/compute/get_addresses.py +12 -4
- pulumi_gcp/compute/get_backend_bucket.py +18 -4
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
- pulumi_gcp/compute/get_backend_service.py +51 -5
- pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
- pulumi_gcp/compute/get_certificate.py +17 -4
- pulumi_gcp/compute/get_default_service_account.py +12 -4
- pulumi_gcp/compute/get_disk.py +45 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_forwarding_rule.py +43 -4
- pulumi_gcp/compute/get_forwarding_rules.py +10 -4
- pulumi_gcp/compute/get_global_address.py +19 -4
- pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
- pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
- pulumi_gcp/compute/get_health_check.py +25 -4
- pulumi_gcp/compute/get_image.py +30 -4
- pulumi_gcp/compute/get_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_instance.py +49 -4
- pulumi_gcp/compute/get_instance_group.py +18 -4
- pulumi_gcp/compute/get_instance_group_manager.py +38 -4
- pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
- pulumi_gcp/compute/get_instance_serial_port.py +14 -4
- pulumi_gcp/compute/get_instance_template.py +45 -4
- pulumi_gcp/compute/get_lbip_ranges.py +7 -4
- pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_machine_types.py +12 -4
- pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
- pulumi_gcp/compute/get_network.py +14 -4
- pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
- pulumi_gcp/compute/get_network_peering.py +17 -4
- pulumi_gcp/compute/get_networks.py +9 -4
- pulumi_gcp/compute/get_node_types.py +10 -4
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_disk.py +35 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_instance_group.py +15 -4
- pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
- pulumi_gcp/compute/get_region_instance_template.py +44 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
- pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
- pulumi_gcp/compute/get_regions.py +10 -4
- pulumi_gcp/compute/get_reservation.py +19 -4
- pulumi_gcp/compute/get_resource_policy.py +17 -4
- pulumi_gcp/compute/get_router.py +18 -4
- pulumi_gcp/compute/get_router_nat.py +33 -4
- pulumi_gcp/compute/get_router_status.py +14 -4
- pulumi_gcp/compute/get_security_policy.py +18 -4
- pulumi_gcp/compute/get_snapshot.py +30 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
- pulumi_gcp/compute/get_ssl_policy.py +17 -4
- pulumi_gcp/compute/get_subnetwork.py +20 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
- pulumi_gcp/compute/get_subnetworks.py +12 -4
- pulumi_gcp/compute/get_vpn_gateway.py +14 -4
- pulumi_gcp/compute/get_zones.py +12 -4
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +401 -16
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +106 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/get_attached_install_manifest.py +14 -4
- pulumi_gcp/container/get_attached_versions.py +10 -4
- pulumi_gcp/container/get_aws_versions.py +11 -4
- pulumi_gcp/container/get_azure_versions.py +11 -4
- pulumi_gcp/container/get_cluster.py +87 -4
- pulumi_gcp/container/get_engine_versions.py +18 -4
- pulumi_gcp/container/get_registry_image.py +16 -4
- pulumi_gcp/container/get_registry_repository.py +10 -4
- pulumi_gcp/container/outputs.py +87 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
- pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_service.py +34 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/datastream/get_static_ips.py +10 -4
- pulumi_gcp/discoveryengine/_inputs.py +32 -5
- pulumi_gcp/discoveryengine/chat_engine.py +64 -0
- pulumi_gcp/discoveryengine/outputs.py +22 -3
- pulumi_gcp/dns/get_keys.py +11 -4
- pulumi_gcp/dns/get_managed_zone.py +14 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
- pulumi_gcp/dns/get_managed_zones.py +8 -4
- pulumi_gcp/dns/get_record_set.py +15 -4
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
- pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
- pulumi_gcp/filestore/get_instance.py +25 -4
- pulumi_gcp/firebase/get_android_app.py +17 -4
- pulumi_gcp/firebase/get_android_app_config.py +11 -4
- pulumi_gcp/firebase/get_apple_app.py +16 -4
- pulumi_gcp/firebase/get_apple_app_config.py +11 -4
- pulumi_gcp/firebase/get_hosting_channel.py +16 -4
- pulumi_gcp/firebase/get_web_app.py +14 -4
- pulumi_gcp/firebase/get_web_app_config.py +16 -4
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/get_iam_policy.py +9 -4
- pulumi_gcp/folder/get_organization_policy.py +15 -4
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_membership_binding.py +23 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iam/get_rule.py +10 -4
- pulumi_gcp/iam/get_testable_permissions.py +12 -4
- pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
- pulumi_gcp/iap/get_client.py +11 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_iam_policy.py +9 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
- pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
- pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
- pulumi_gcp/kms/get_crypto_keys.py +10 -4
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
- pulumi_gcp/kms/get_key_rings.py +12 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
- pulumi_gcp/kms/get_kms_key_ring.py +11 -4
- pulumi_gcp/kms/get_kms_secret.py +12 -4
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
- pulumi_gcp/kms/key_handle.py +8 -8
- pulumi_gcp/logging/get_folder_settings.py +13 -4
- pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
- pulumi_gcp/logging/get_organization_settings.py +13 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
- pulumi_gcp/logging/get_project_settings.py +13 -4
- pulumi_gcp/logging/get_sink.py +14 -4
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
- pulumi_gcp/monitoring/get_notification_channel.py +21 -4
- pulumi_gcp/monitoring/get_secret_version.py +16 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
- pulumi_gcp/netapp/backup_vault.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +70 -0
- pulumi_gcp/networkconnectivity/internal_range.py +117 -7
- pulumi_gcp/networkconnectivity/outputs.py +42 -0
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
- pulumi_gcp/networkservices/gateway.py +54 -0
- pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
- pulumi_gcp/organizations/get_active_folder.py +12 -4
- pulumi_gcp/organizations/get_billing_account.py +15 -4
- pulumi_gcp/organizations/get_client_config.py +10 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
- pulumi_gcp/organizations/get_folder.py +17 -4
- pulumi_gcp/organizations/get_folders.py +8 -4
- pulumi_gcp/organizations/get_iam_policy.py +10 -4
- pulumi_gcp/organizations/get_organization.py +14 -4
- pulumi_gcp/organizations/get_project.py +18 -4
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
- pulumi_gcp/projects/get_iam_policy.py +9 -4
- pulumi_gcp/projects/get_organization_policy.py +15 -4
- pulumi_gcp/projects/get_project.py +8 -4
- pulumi_gcp/projects/get_project_service.py +12 -4
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_subscription.py +25 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_topic.py +17 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +44 -4
- pulumi_gcp/runtimeconfig/get_config.py +10 -4
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
- pulumi_gcp/runtimeconfig/get_variable.py +14 -4
- pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
- pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
- pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
- pulumi_gcp/secretmanager/get_secret.py +23 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
- pulumi_gcp/secretmanager/get_secret_version.py +16 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
- pulumi_gcp/secretmanager/get_secrets.py +10 -4
- pulumi_gcp/secretmanager/outputs.py +2 -10
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceaccount/get_account.py +14 -4
- pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
- pulumi_gcp/serviceaccount/get_account_key.py +13 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/get_token.py +12 -4
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +24 -5
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/spanner/backup_schedule.py +4 -2
- pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
- pulumi_gcp/spanner/get_instance.py +22 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
- pulumi_gcp/sql/get_backup_run.py +16 -4
- pulumi_gcp/sql/get_ca_certs.py +11 -4
- pulumi_gcp/sql/get_database.py +15 -4
- pulumi_gcp/sql/get_database_instance.py +32 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
- pulumi_gcp/sql/get_database_instances.py +18 -4
- pulumi_gcp/sql/get_databases.py +10 -4
- pulumi_gcp/sql/get_tiers.py +8 -4
- pulumi_gcp/storage/get_bucket.py +34 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
- pulumi_gcp/storage/get_bucket_object.py +30 -4
- pulumi_gcp/storage/get_bucket_object_content.py +31 -4
- pulumi_gcp/storage/get_bucket_objects.py +12 -4
- pulumi_gcp/storage/get_buckets.py +10 -4
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
- pulumi_gcp/storage/get_object_signed_url.py +22 -4
- pulumi_gcp/storage/get_project_service_account.py +11 -4
- pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
- pulumi_gcp/tags/get_tag_key.py +14 -4
- pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_keys.py +8 -4
- pulumi_gcp/tags/get_tag_value.py +14 -4
- pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_values.py +8 -4
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
- pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
- pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_index.py +24 -4
- pulumi_gcp/vmwareengine/get_cluster.py +13 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
- pulumi_gcp/vmwareengine/get_external_address.py +16 -4
- pulumi_gcp/vmwareengine/get_network.py +16 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
- pulumi_gcp/vmwareengine/get_subnet.py +20 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
- pulumi_gcp/vpcaccess/get_connector.py +22 -4
- pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
- pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -143,9 +143,6 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
|
|
143
143
|
location=pulumi.get(__ret__, 'location'),
|
144
144
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
145
145
|
project=pulumi.get(__ret__, 'project'))
|
146
|
-
|
147
|
-
|
148
|
-
@_utilities.lift_output_func(get_instance_iam_policy)
|
149
146
|
def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = None,
|
150
147
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
151
148
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -174,4 +171,16 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
|
|
174
171
|
:param str project: The ID of the project in which the resource belongs.
|
175
172
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
176
173
|
"""
|
177
|
-
|
174
|
+
__args__ = dict()
|
175
|
+
__args__['instanceId'] = instance_id
|
176
|
+
__args__['location'] = location
|
177
|
+
__args__['project'] = project
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securesourcemanager/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
|
180
|
+
return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
|
181
|
+
etag=pulumi.get(__response__, 'etag'),
|
182
|
+
id=pulumi.get(__response__, 'id'),
|
183
|
+
instance_id=pulumi.get(__response__, 'instance_id'),
|
184
|
+
location=pulumi.get(__response__, 'location'),
|
185
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
186
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -143,9 +143,6 @@ def get_repository_iam_policy(location: Optional[str] = None,
|
|
143
143
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
144
144
|
project=pulumi.get(__ret__, 'project'),
|
145
145
|
repository_id=pulumi.get(__ret__, 'repository_id'))
|
146
|
-
|
147
|
-
|
148
|
-
@_utilities.lift_output_func(get_repository_iam_policy)
|
149
146
|
def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
150
147
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
151
148
|
repository_id: Optional[pulumi.Input[str]] = None,
|
@@ -174,4 +171,16 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
|
|
174
171
|
:param str repository_id: The ID for the Repository.
|
175
172
|
Used to find the parent resource to bind the IAM policy to
|
176
173
|
"""
|
177
|
-
|
174
|
+
__args__ = dict()
|
175
|
+
__args__['location'] = location
|
176
|
+
__args__['project'] = project
|
177
|
+
__args__['repositoryId'] = repository_id
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securesourcemanager/getRepositoryIamPolicy:getRepositoryIamPolicy', __args__, opts=opts, typ=GetRepositoryIamPolicyResult)
|
180
|
+
return __ret__.apply(lambda __response__: GetRepositoryIamPolicyResult(
|
181
|
+
etag=pulumi.get(__response__, 'etag'),
|
182
|
+
id=pulumi.get(__response__, 'id'),
|
183
|
+
location=pulumi.get(__response__, 'location'),
|
184
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
185
|
+
project=pulumi.get(__response__, 'project'),
|
186
|
+
repository_id=pulumi.get(__response__, 'repository_id')))
|
@@ -341,7 +341,6 @@ class Repository(pulumi.CustomResource):
|
|
341
341
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
342
342
|
|
343
343
|
To get more information about Repository, see:
|
344
|
-
|
345
344
|
* How-to Guides
|
346
345
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
347
346
|
|
@@ -437,7 +436,6 @@ class Repository(pulumi.CustomResource):
|
|
437
436
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
438
437
|
|
439
438
|
To get more information about Repository, see:
|
440
|
-
|
441
439
|
* How-to Guides
|
442
440
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
443
441
|
|
@@ -122,9 +122,6 @@ def get_source_iam_policy(organization: Optional[str] = None,
|
|
122
122
|
organization=pulumi.get(__ret__, 'organization'),
|
123
123
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
124
|
source=pulumi.get(__ret__, 'source'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_source_iam_policy)
|
128
125
|
def get_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = None,
|
129
126
|
source: Optional[pulumi.Input[str]] = None,
|
130
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSourceIamPolicyResult]:
|
@@ -143,4 +140,14 @@ def get_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = Non
|
|
143
140
|
|
144
141
|
:param str source: Used to find the parent resource to bind the IAM policy to
|
145
142
|
"""
|
146
|
-
|
143
|
+
__args__ = dict()
|
144
|
+
__args__['organization'] = organization
|
145
|
+
__args__['source'] = source
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securitycenter/getSourceIamPolicy:getSourceIamPolicy', __args__, opts=opts, typ=GetSourceIamPolicyResult)
|
148
|
+
return __ret__.apply(lambda __response__: GetSourceIamPolicyResult(
|
149
|
+
etag=pulumi.get(__response__, 'etag'),
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
organization=pulumi.get(__response__, 'organization'),
|
152
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
153
|
+
source=pulumi.get(__response__, 'source')))
|
@@ -122,9 +122,6 @@ def get_v2_organization_source_iam_policy(organization: Optional[str] = None,
|
|
122
122
|
organization=pulumi.get(__ret__, 'organization'),
|
123
123
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
124
|
source=pulumi.get(__ret__, 'source'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_v2_organization_source_iam_policy)
|
128
125
|
def get_v2_organization_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = None,
|
129
126
|
source: Optional[pulumi.Input[str]] = None,
|
130
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetV2OrganizationSourceIamPolicyResult]:
|
@@ -143,4 +140,14 @@ def get_v2_organization_source_iam_policy_output(organization: Optional[pulumi.I
|
|
143
140
|
|
144
141
|
:param str source: Used to find the parent resource to bind the IAM policy to
|
145
142
|
"""
|
146
|
-
|
143
|
+
__args__ = dict()
|
144
|
+
__args__['organization'] = organization
|
145
|
+
__args__['source'] = source
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securitycenter/getV2OrganizationSourceIamPolicy:getV2OrganizationSourceIamPolicy', __args__, opts=opts, typ=GetV2OrganizationSourceIamPolicyResult)
|
148
|
+
return __ret__.apply(lambda __response__: GetV2OrganizationSourceIamPolicyResult(
|
149
|
+
etag=pulumi.get(__response__, 'etag'),
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
organization=pulumi.get(__response__, 'organization'),
|
152
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
153
|
+
source=pulumi.get(__response__, 'source')))
|
@@ -348,7 +348,6 @@ class Posture(pulumi.CustomResource):
|
|
348
348
|
Every update to a deployed posture creates a new posture revision with an updated revision_id.
|
349
349
|
|
350
350
|
To get more information about Posture, see:
|
351
|
-
|
352
351
|
* How-to Guides
|
353
352
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
354
353
|
|
@@ -500,7 +499,6 @@ class Posture(pulumi.CustomResource):
|
|
500
499
|
Every update to a deployed posture creates a new posture revision with an updated revision_id.
|
501
500
|
|
502
501
|
To get more information about Posture, see:
|
503
|
-
|
504
502
|
* How-to Guides
|
505
503
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
506
504
|
|
@@ -459,7 +459,6 @@ class PostureDeployment(pulumi.CustomResource):
|
|
459
459
|
on a resource.
|
460
460
|
|
461
461
|
To get more information about PostureDeployment, see:
|
462
|
-
|
463
462
|
* How-to Guides
|
464
463
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
465
464
|
|
@@ -506,7 +505,6 @@ class PostureDeployment(pulumi.CustomResource):
|
|
506
505
|
on a resource.
|
507
506
|
|
508
507
|
To get more information about PostureDeployment, see:
|
509
|
-
|
510
508
|
* How-to Guides
|
511
509
|
* [Create and deploy a posture](https://cloud.google.com/security-command-center/docs/how-to-use-security-posture)
|
512
510
|
|
@@ -191,9 +191,6 @@ def get_account(account_id: Optional[str] = None,
|
|
191
191
|
name=pulumi.get(__ret__, 'name'),
|
192
192
|
project=pulumi.get(__ret__, 'project'),
|
193
193
|
unique_id=pulumi.get(__ret__, 'unique_id'))
|
194
|
-
|
195
|
-
|
196
|
-
@_utilities.lift_output_func(get_account)
|
197
194
|
def get_account_output(account_id: Optional[pulumi.Input[str]] = None,
|
198
195
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
199
196
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
|
@@ -241,4 +238,17 @@ def get_account_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
241
238
|
:param str project: The ID of the project that the service account is present in.
|
242
239
|
Defaults to the provider project configuration.
|
243
240
|
"""
|
244
|
-
|
241
|
+
__args__ = dict()
|
242
|
+
__args__['accountId'] = account_id
|
243
|
+
__args__['project'] = project
|
244
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
245
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccount:getAccount', __args__, opts=opts, typ=GetAccountResult)
|
246
|
+
return __ret__.apply(lambda __response__: GetAccountResult(
|
247
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
248
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
249
|
+
email=pulumi.get(__response__, 'email'),
|
250
|
+
id=pulumi.get(__response__, 'id'),
|
251
|
+
member=pulumi.get(__response__, 'member'),
|
252
|
+
name=pulumi.get(__response__, 'name'),
|
253
|
+
project=pulumi.get(__response__, 'project'),
|
254
|
+
unique_id=pulumi.get(__response__, 'unique_id')))
|
@@ -166,9 +166,6 @@ def get_account_access_token(delegates: Optional[Sequence[str]] = None,
|
|
166
166
|
lifetime=pulumi.get(__ret__, 'lifetime'),
|
167
167
|
scopes=pulumi.get(__ret__, 'scopes'),
|
168
168
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_account_access_token)
|
172
169
|
def get_account_access_token_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
173
170
|
lifetime: Optional[pulumi.Input[Optional[str]]] = None,
|
174
171
|
scopes: Optional[pulumi.Input[Sequence[str]]] = None,
|
@@ -223,4 +220,17 @@ def get_account_access_token_output(delegates: Optional[pulumi.Input[Optional[Se
|
|
223
220
|
:param Sequence[str] scopes: The scopes the new credential should have (e.g. `["cloud-platform"]`)
|
224
221
|
:param str target_service_account: The service account _to_ impersonate (e.g. `service_B@your-project-id.iam.gserviceaccount.com`)
|
225
222
|
"""
|
226
|
-
|
223
|
+
__args__ = dict()
|
224
|
+
__args__['delegates'] = delegates
|
225
|
+
__args__['lifetime'] = lifetime
|
226
|
+
__args__['scopes'] = scopes
|
227
|
+
__args__['targetServiceAccount'] = target_service_account
|
228
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
229
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountAccessToken:getAccountAccessToken', __args__, opts=opts, typ=GetAccountAccessTokenResult)
|
230
|
+
return __ret__.apply(lambda __response__: GetAccountAccessTokenResult(
|
231
|
+
access_token=pulumi.get(__response__, 'access_token'),
|
232
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
233
|
+
id=pulumi.get(__response__, 'id'),
|
234
|
+
lifetime=pulumi.get(__response__, 'lifetime'),
|
235
|
+
scopes=pulumi.get(__response__, 'scopes'),
|
236
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -183,9 +183,6 @@ def get_account_id_token(delegates: Optional[Sequence[str]] = None,
|
|
183
183
|
include_email=pulumi.get(__ret__, 'include_email'),
|
184
184
|
target_audience=pulumi.get(__ret__, 'target_audience'),
|
185
185
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
186
|
-
|
187
|
-
|
188
|
-
@_utilities.lift_output_func(get_account_id_token)
|
189
186
|
def get_account_id_token_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
190
187
|
include_email: Optional[pulumi.Input[Optional[bool]]] = None,
|
191
188
|
target_audience: Optional[pulumi.Input[str]] = None,
|
@@ -257,4 +254,17 @@ def get_account_id_token_output(delegates: Optional[pulumi.Input[Optional[Sequen
|
|
257
254
|
:param str target_audience: The audience claim for the `id_token`.
|
258
255
|
:param str target_service_account: The email of the service account being impersonated. Used only when using impersonation mode.
|
259
256
|
"""
|
260
|
-
|
257
|
+
__args__ = dict()
|
258
|
+
__args__['delegates'] = delegates
|
259
|
+
__args__['includeEmail'] = include_email
|
260
|
+
__args__['targetAudience'] = target_audience
|
261
|
+
__args__['targetServiceAccount'] = target_service_account
|
262
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
263
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountIdToken:getAccountIdToken', __args__, opts=opts, typ=GetAccountIdTokenResult)
|
264
|
+
return __ret__.apply(lambda __response__: GetAccountIdTokenResult(
|
265
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
266
|
+
id=pulumi.get(__response__, 'id'),
|
267
|
+
id_token=pulumi.get(__response__, 'id_token'),
|
268
|
+
include_email=pulumi.get(__response__, 'include_email'),
|
269
|
+
target_audience=pulumi.get(__response__, 'target_audience'),
|
270
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -144,9 +144,6 @@ def get_account_jwt(delegates: Optional[Sequence[str]] = None,
|
|
144
144
|
jwt=pulumi.get(__ret__, 'jwt'),
|
145
145
|
payload=pulumi.get(__ret__, 'payload'),
|
146
146
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
147
|
-
|
148
|
-
|
149
|
-
@_utilities.lift_output_func(get_account_jwt)
|
150
147
|
def get_account_jwt_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
151
148
|
expires_in: Optional[pulumi.Input[Optional[int]]] = None,
|
152
149
|
payload: Optional[pulumi.Input[str]] = None,
|
@@ -179,4 +176,17 @@ def get_account_jwt_output(delegates: Optional[pulumi.Input[Optional[Sequence[st
|
|
179
176
|
:param str payload: The JSON-encoded JWT claims set to include in the self-signed JWT.
|
180
177
|
:param str target_service_account: The email of the service account that will sign the JWT.
|
181
178
|
"""
|
182
|
-
|
179
|
+
__args__ = dict()
|
180
|
+
__args__['delegates'] = delegates
|
181
|
+
__args__['expiresIn'] = expires_in
|
182
|
+
__args__['payload'] = payload
|
183
|
+
__args__['targetServiceAccount'] = target_service_account
|
184
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
185
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountJwt:getAccountJwt', __args__, opts=opts, typ=GetAccountJwtResult)
|
186
|
+
return __ret__.apply(lambda __response__: GetAccountJwtResult(
|
187
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
188
|
+
expires_in=pulumi.get(__response__, 'expires_in'),
|
189
|
+
id=pulumi.get(__response__, 'id'),
|
190
|
+
jwt=pulumi.get(__response__, 'jwt'),
|
191
|
+
payload=pulumi.get(__response__, 'payload'),
|
192
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -138,9 +138,6 @@ def get_account_key(name: Optional[str] = None,
|
|
138
138
|
project=pulumi.get(__ret__, 'project'),
|
139
139
|
public_key=pulumi.get(__ret__, 'public_key'),
|
140
140
|
public_key_type=pulumi.get(__ret__, 'public_key_type'))
|
141
|
-
|
142
|
-
|
143
|
-
@_utilities.lift_output_func(get_account_key)
|
144
141
|
def get_account_key_output(name: Optional[pulumi.Input[str]] = None,
|
145
142
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
146
143
|
public_key_type: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -168,4 +165,16 @@ def get_account_key_output(name: Optional[pulumi.Input[str]] = None,
|
|
168
165
|
Defaults to the provider project configuration.
|
169
166
|
:param str public_key_type: The output format of the public key requested. TYPE_X509_PEM_FILE is the default output format.
|
170
167
|
"""
|
171
|
-
|
168
|
+
__args__ = dict()
|
169
|
+
__args__['name'] = name
|
170
|
+
__args__['project'] = project
|
171
|
+
__args__['publicKeyType'] = public_key_type
|
172
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
173
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountKey:getAccountKey', __args__, opts=opts, typ=GetAccountKeyResult)
|
174
|
+
return __ret__.apply(lambda __response__: GetAccountKeyResult(
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
176
|
+
key_algorithm=pulumi.get(__response__, 'key_algorithm'),
|
177
|
+
name=pulumi.get(__response__, 'name'),
|
178
|
+
project=pulumi.get(__response__, 'project'),
|
179
|
+
public_key=pulumi.get(__response__, 'public_key'),
|
180
|
+
public_key_type=pulumi.get(__response__, 'public_key_type')))
|
@@ -109,9 +109,6 @@ def get_iam_policy(service_account_id: Optional[str] = None,
|
|
109
109
|
id=pulumi.get(__ret__, 'id'),
|
110
110
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
111
111
|
service_account_id=pulumi.get(__ret__, 'service_account_id'))
|
112
|
-
|
113
|
-
|
114
|
-
@_utilities.lift_output_func(get_iam_policy)
|
115
112
|
def get_iam_policy_output(service_account_id: Optional[pulumi.Input[str]] = None,
|
116
113
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIamPolicyResult]:
|
117
114
|
"""
|
@@ -129,4 +126,12 @@ def get_iam_policy_output(service_account_id: Optional[pulumi.Input[str]] = None
|
|
129
126
|
|
130
127
|
:param str service_account_id: The fully-qualified name of the service account to apply policy to.
|
131
128
|
"""
|
132
|
-
|
129
|
+
__args__ = dict()
|
130
|
+
__args__['serviceAccountId'] = service_account_id
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
132
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getIamPolicy:getIamPolicy', __args__, opts=opts, typ=GetIamPolicyResult)
|
133
|
+
return __ret__.apply(lambda __response__: GetIamPolicyResult(
|
134
|
+
etag=pulumi.get(__response__, 'etag'),
|
135
|
+
id=pulumi.get(__response__, 'id'),
|
136
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
137
|
+
service_account_id=pulumi.get(__response__, 'service_account_id')))
|
@@ -100,9 +100,6 @@ def get_namespace_iam_policy(name: Optional[str] = None,
|
|
100
100
|
id=pulumi.get(__ret__, 'id'),
|
101
101
|
name=pulumi.get(__ret__, 'name'),
|
102
102
|
policy_data=pulumi.get(__ret__, 'policy_data'))
|
103
|
-
|
104
|
-
|
105
|
-
@_utilities.lift_output_func(get_namespace_iam_policy)
|
106
103
|
def get_namespace_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
107
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNamespaceIamPolicyResult]:
|
108
105
|
"""
|
@@ -110,4 +107,12 @@ def get_namespace_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
110
107
|
|
111
108
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
112
109
|
"""
|
113
|
-
|
110
|
+
__args__ = dict()
|
111
|
+
__args__['name'] = name
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
113
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicedirectory/getNamespaceIamPolicy:getNamespaceIamPolicy', __args__, opts=opts, typ=GetNamespaceIamPolicyResult)
|
114
|
+
return __ret__.apply(lambda __response__: GetNamespaceIamPolicyResult(
|
115
|
+
etag=pulumi.get(__response__, 'etag'),
|
116
|
+
id=pulumi.get(__response__, 'id'),
|
117
|
+
name=pulumi.get(__response__, 'name'),
|
118
|
+
policy_data=pulumi.get(__response__, 'policy_data')))
|
@@ -100,9 +100,6 @@ def get_service_iam_policy(name: Optional[str] = None,
|
|
100
100
|
id=pulumi.get(__ret__, 'id'),
|
101
101
|
name=pulumi.get(__ret__, 'name'),
|
102
102
|
policy_data=pulumi.get(__ret__, 'policy_data'))
|
103
|
-
|
104
|
-
|
105
|
-
@_utilities.lift_output_func(get_service_iam_policy)
|
106
103
|
def get_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
107
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIamPolicyResult]:
|
108
105
|
"""
|
@@ -110,4 +107,12 @@ def get_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
110
107
|
|
111
108
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
112
109
|
"""
|
113
|
-
|
110
|
+
__args__ = dict()
|
111
|
+
__args__['name'] = name
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
113
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicedirectory/getServiceIamPolicy:getServiceIamPolicy', __args__, opts=opts, typ=GetServiceIamPolicyResult)
|
114
|
+
return __ret__.apply(lambda __response__: GetServiceIamPolicyResult(
|
115
|
+
etag=pulumi.get(__response__, 'etag'),
|
116
|
+
id=pulumi.get(__response__, 'id'),
|
117
|
+
name=pulumi.get(__response__, 'name'),
|
118
|
+
policy_data=pulumi.get(__response__, 'policy_data')))
|
@@ -127,9 +127,6 @@ def get_peered_dns_domain(name: Optional[str] = None,
|
|
127
127
|
parent=pulumi.get(__ret__, 'parent'),
|
128
128
|
project=pulumi.get(__ret__, 'project'),
|
129
129
|
service=pulumi.get(__ret__, 'service'))
|
130
|
-
|
131
|
-
|
132
|
-
@_utilities.lift_output_func(get_peered_dns_domain)
|
133
130
|
def get_peered_dns_domain_output(name: Optional[pulumi.Input[str]] = None,
|
134
131
|
network: Optional[pulumi.Input[str]] = None,
|
135
132
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -138,4 +135,18 @@ def get_peered_dns_domain_output(name: Optional[pulumi.Input[str]] = None,
|
|
138
135
|
"""
|
139
136
|
Use this data source to access information about an existing resource.
|
140
137
|
"""
|
141
|
-
|
138
|
+
__args__ = dict()
|
139
|
+
__args__['name'] = name
|
140
|
+
__args__['network'] = network
|
141
|
+
__args__['project'] = project
|
142
|
+
__args__['service'] = service
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
144
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicenetworking/getPeeredDnsDomain:getPeeredDnsDomain', __args__, opts=opts, typ=GetPeeredDnsDomainResult)
|
145
|
+
return __ret__.apply(lambda __response__: GetPeeredDnsDomainResult(
|
146
|
+
dns_suffix=pulumi.get(__response__, 'dns_suffix'),
|
147
|
+
id=pulumi.get(__response__, 'id'),
|
148
|
+
name=pulumi.get(__response__, 'name'),
|
149
|
+
network=pulumi.get(__response__, 'network'),
|
150
|
+
parent=pulumi.get(__response__, 'parent'),
|
151
|
+
project=pulumi.get(__response__, 'project'),
|
152
|
+
service=pulumi.get(__response__, 'service')))
|
@@ -315,7 +315,6 @@ class ConsumerQuotaOverride(pulumi.CustomResource):
|
|
315
315
|
producer overrides, or the default limit of the service.
|
316
316
|
|
317
317
|
To get more information about ConsumerQuotaOverride, see:
|
318
|
-
|
319
318
|
* How-to Guides
|
320
319
|
* [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota)
|
321
320
|
* [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)
|
@@ -442,7 +441,6 @@ class ConsumerQuotaOverride(pulumi.CustomResource):
|
|
442
441
|
producer overrides, or the default limit of the service.
|
443
442
|
|
444
443
|
To get more information about ConsumerQuotaOverride, see:
|
445
|
-
|
446
444
|
* How-to Guides
|
447
445
|
* [Managing Service Quota](https://cloud.google.com/service-usage/docs/manage-quota)
|
448
446
|
* [REST API documentation](https://cloud.google.com/service-usage/docs/reference/rest/v1beta1/services.consumerQuotaMetrics.limits.consumerOverrides)
|
@@ -158,9 +158,6 @@ def get_token(identifier: Optional[str] = None,
|
|
158
158
|
token=pulumi.get(__ret__, 'token'),
|
159
159
|
type=pulumi.get(__ret__, 'type'),
|
160
160
|
verification_method=pulumi.get(__ret__, 'verification_method'))
|
161
|
-
|
162
|
-
|
163
|
-
@_utilities.lift_output_func(get_token)
|
164
161
|
def get_token_output(identifier: Optional[pulumi.Input[str]] = None,
|
165
162
|
type: Optional[pulumi.Input[str]] = None,
|
166
163
|
verification_method: Optional[pulumi.Input[str]] = None,
|
@@ -218,4 +215,15 @@ def get_token_output(identifier: Optional[pulumi.Input[str]] = None,
|
|
218
215
|
|
219
216
|
- - -
|
220
217
|
"""
|
221
|
-
|
218
|
+
__args__ = dict()
|
219
|
+
__args__['identifier'] = identifier
|
220
|
+
__args__['type'] = type
|
221
|
+
__args__['verificationMethod'] = verification_method
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
223
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:siteverification/getToken:getToken', __args__, opts=opts, typ=GetTokenResult)
|
224
|
+
return __ret__.apply(lambda __response__: GetTokenResult(
|
225
|
+
id=pulumi.get(__response__, 'id'),
|
226
|
+
identifier=pulumi.get(__response__, 'identifier'),
|
227
|
+
token=pulumi.get(__response__, 'token'),
|
228
|
+
type=pulumi.get(__response__, 'type'),
|
229
|
+
verification_method=pulumi.get(__response__, 'verification_method')))
|