pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 +78 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +108 -0
- pulumi_gcp/apigee/app_group.py +811 -0
- pulumi_gcp/apigee/developer.py +757 -0
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/apigee/outputs.py +64 -0
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +14 -14
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +94 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +396 -166
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service.py +76 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_instance.py +29 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/get_instance_template.py +29 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
- pulumi_gcp/compute/get_region_instance_template.py +29 -1
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance.py +89 -0
- pulumi_gcp/compute/instance_from_machine_image.py +82 -0
- pulumi_gcp/compute/instance_from_template.py +82 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_template.py +75 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
- pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
- pulumi_gcp/compute/outputs.py +367 -110
- pulumi_gcp/compute/region_backend_service.py +94 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_instance_template.py +75 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/attached_cluster.py +9 -6
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +472 -2
- pulumi_gcp/diagflow/cx_agent.py +64 -4
- pulumi_gcp/diagflow/cx_flow.py +34 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/diagflow/outputs.py +378 -2
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature.py +2 -4
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/looker/instance.py +104 -2
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/monitoring/_inputs.py +23 -0
- pulumi_gcp/monitoring/get_secret_version.py +22 -3
- pulumi_gcp/monitoring/outputs.py +16 -0
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +148 -0
- pulumi_gcp/networkconnectivity/group.py +764 -0
- pulumi_gcp/networkconnectivity/outputs.py +125 -0
- pulumi_gcp/networkconnectivity/spoke.py +144 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/oracledatabase/__init__.py +20 -0
- pulumi_gcp/oracledatabase/_inputs.py +4745 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
- pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
- pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
- pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
- pulumi_gcp/oracledatabase/outputs.py +9304 -0
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
- pulumi_gcp/secretmanager/get_secret_version.py +22 -3
- pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/siteverification/get_token.py +0 -16
- pulumi_gcp/siteverification/owner.py +0 -16
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +237 -17
- pulumi_gcp/spanner/outputs.py +307 -12
- pulumi_gcp/sql/_inputs.py +12 -9
- pulumi_gcp/sql/outputs.py +8 -6
- pulumi_gcp/sql/user.py +28 -21
- pulumi_gcp/storage/_inputs.py +33 -0
- pulumi_gcp/storage/bucket.py +47 -0
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/get_bucket.py +12 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +38 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/transcoder/__init__.py +11 -0
- pulumi_gcp/transcoder/_inputs.py +3991 -0
- pulumi_gcp/transcoder/job.py +2134 -0
- pulumi_gcp/transcoder/job_template.py +1524 -0
- pulumi_gcp/transcoder/outputs.py +2918 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +912 -6
- pulumi_gcp/vmwareengine/cluster.py +100 -2
- pulumi_gcp/vmwareengine/get_cluster.py +12 -1
- pulumi_gcp/vmwareengine/outputs.py +1310 -49
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/_inputs.py +54 -0
- pulumi_gcp/workstations/outputs.py +32 -0
- pulumi_gcp/workstations/workstation_config.py +211 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -26,10 +26,13 @@ class GetSecretVersionAccessResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getSecretVersionAccess.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, id=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
29
|
+
def __init__(__self__, id=None, is_secret_data_base64=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
30
30
|
if id and not isinstance(id, str):
|
31
31
|
raise TypeError("Expected argument 'id' to be a str")
|
32
32
|
pulumi.set(__self__, "id", id)
|
33
|
+
if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
|
34
|
+
raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
|
35
|
+
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
33
36
|
if name and not isinstance(name, str):
|
34
37
|
raise TypeError("Expected argument 'name' to be a str")
|
35
38
|
pulumi.set(__self__, "name", name)
|
@@ -54,6 +57,11 @@ class GetSecretVersionAccessResult:
|
|
54
57
|
"""
|
55
58
|
return pulumi.get(self, "id")
|
56
59
|
|
60
|
+
@property
|
61
|
+
@pulumi.getter(name="isSecretDataBase64")
|
62
|
+
def is_secret_data_base64(self) -> Optional[bool]:
|
63
|
+
return pulumi.get(self, "is_secret_data_base64")
|
64
|
+
|
57
65
|
@property
|
58
66
|
@pulumi.getter
|
59
67
|
def name(self) -> str:
|
@@ -94,6 +102,7 @@ class AwaitableGetSecretVersionAccessResult(GetSecretVersionAccessResult):
|
|
94
102
|
yield self
|
95
103
|
return GetSecretVersionAccessResult(
|
96
104
|
id=self.id,
|
105
|
+
is_secret_data_base64=self.is_secret_data_base64,
|
97
106
|
name=self.name,
|
98
107
|
project=self.project,
|
99
108
|
secret=self.secret,
|
@@ -101,7 +110,8 @@ class AwaitableGetSecretVersionAccessResult(GetSecretVersionAccessResult):
|
|
101
110
|
version=self.version)
|
102
111
|
|
103
112
|
|
104
|
-
def get_secret_version_access(
|
113
|
+
def get_secret_version_access(is_secret_data_base64: Optional[bool] = None,
|
114
|
+
project: Optional[str] = None,
|
105
115
|
secret: Optional[str] = None,
|
106
116
|
version: Optional[str] = None,
|
107
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretVersionAccessResult:
|
@@ -118,6 +128,8 @@ def get_secret_version_access(project: Optional[str] = None,
|
|
118
128
|
```
|
119
129
|
|
120
130
|
|
131
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
132
|
+
expected to be base64-encoded string.
|
121
133
|
:param str project: The project to get the secret version for. If it
|
122
134
|
is not provided, the provider project is used.
|
123
135
|
:param str secret: The secret to get the secret version for.
|
@@ -125,6 +137,7 @@ def get_secret_version_access(project: Optional[str] = None,
|
|
125
137
|
is not provided, the latest version is retrieved.
|
126
138
|
"""
|
127
139
|
__args__ = dict()
|
140
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
128
141
|
__args__['project'] = project
|
129
142
|
__args__['secret'] = secret
|
130
143
|
__args__['version'] = version
|
@@ -133,12 +146,14 @@ def get_secret_version_access(project: Optional[str] = None,
|
|
133
146
|
|
134
147
|
return AwaitableGetSecretVersionAccessResult(
|
135
148
|
id=pulumi.get(__ret__, 'id'),
|
149
|
+
is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
|
136
150
|
name=pulumi.get(__ret__, 'name'),
|
137
151
|
project=pulumi.get(__ret__, 'project'),
|
138
152
|
secret=pulumi.get(__ret__, 'secret'),
|
139
153
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
140
154
|
version=pulumi.get(__ret__, 'version'))
|
141
|
-
def get_secret_version_access_output(
|
155
|
+
def get_secret_version_access_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
|
156
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
142
157
|
secret: Optional[pulumi.Input[str]] = None,
|
143
158
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
144
159
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecretVersionAccessResult]:
|
@@ -155,6 +170,8 @@ def get_secret_version_access_output(project: Optional[pulumi.Input[Optional[str
|
|
155
170
|
```
|
156
171
|
|
157
172
|
|
173
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
174
|
+
expected to be base64-encoded string.
|
158
175
|
:param str project: The project to get the secret version for. If it
|
159
176
|
is not provided, the provider project is used.
|
160
177
|
:param str secret: The secret to get the secret version for.
|
@@ -162,6 +179,7 @@ def get_secret_version_access_output(project: Optional[pulumi.Input[Optional[str
|
|
162
179
|
is not provided, the latest version is retrieved.
|
163
180
|
"""
|
164
181
|
__args__ = dict()
|
182
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
165
183
|
__args__['project'] = project
|
166
184
|
__args__['secret'] = secret
|
167
185
|
__args__['version'] = version
|
@@ -169,6 +187,7 @@ def get_secret_version_access_output(project: Optional[pulumi.Input[Optional[str
|
|
169
187
|
__ret__ = pulumi.runtime.invoke_output('gcp:secretmanager/getSecretVersionAccess:getSecretVersionAccess', __args__, opts=opts, typ=GetSecretVersionAccessResult)
|
170
188
|
return __ret__.apply(lambda __response__: GetSecretVersionAccessResult(
|
171
189
|
id=pulumi.get(__response__, 'id'),
|
190
|
+
is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
|
172
191
|
name=pulumi.get(__response__, 'name'),
|
173
192
|
project=pulumi.get(__response__, 'project'),
|
174
193
|
secret=pulumi.get(__response__, 'secret'),
|
@@ -703,7 +703,7 @@ class RegionalSecret(pulumi.CustomResource):
|
|
703
703
|
|
704
704
|
To get more information about RegionalSecret, see:
|
705
705
|
|
706
|
-
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets)
|
706
|
+
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets)
|
707
707
|
|
708
708
|
## Example Usage
|
709
709
|
|
@@ -922,7 +922,7 @@ class RegionalSecret(pulumi.CustomResource):
|
|
922
922
|
|
923
923
|
To get more information about RegionalSecret, see:
|
924
924
|
|
925
|
-
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets)
|
925
|
+
* [API documentation](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets)
|
926
926
|
|
927
927
|
## Example Usage
|
928
928
|
|
@@ -589,7 +589,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
|
|
589
589
|
$ pulumi import gcp:secretmanager/regionalSecretIamBinding:RegionalSecretIamBinding editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
590
590
|
```
|
591
591
|
|
592
|
-
-> **Custom Roles
|
592
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
593
593
|
|
594
594
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
595
595
|
|
@@ -902,7 +902,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
|
|
902
902
|
$ pulumi import gcp:secretmanager/regionalSecretIamBinding:RegionalSecretIamBinding editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
903
903
|
```
|
904
904
|
|
905
|
-
-> **Custom Roles
|
905
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
906
906
|
|
907
907
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
908
908
|
|
@@ -589,7 +589,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
|
|
589
589
|
$ pulumi import gcp:secretmanager/regionalSecretIamMember:RegionalSecretIamMember editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
590
590
|
```
|
591
591
|
|
592
|
-
-> **Custom Roles
|
592
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
593
593
|
|
594
594
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
595
595
|
|
@@ -902,7 +902,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
|
|
902
902
|
$ pulumi import gcp:secretmanager/regionalSecretIamMember:RegionalSecretIamMember editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
903
903
|
```
|
904
904
|
|
905
|
-
-> **Custom Roles
|
905
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
906
906
|
|
907
907
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
908
908
|
|
@@ -474,7 +474,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
|
|
474
474
|
$ pulumi import gcp:secretmanager/regionalSecretIamPolicy:RegionalSecretIamPolicy editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
475
475
|
```
|
476
476
|
|
477
|
-
-> **Custom Roles
|
477
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
478
478
|
|
479
479
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
480
480
|
|
@@ -773,7 +773,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
|
|
773
773
|
$ pulumi import gcp:secretmanager/regionalSecretIamPolicy:RegionalSecretIamPolicy editor projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
|
774
774
|
```
|
775
775
|
|
776
|
-
-> **Custom Roles
|
776
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
777
777
|
|
778
778
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
779
779
|
|
@@ -530,7 +530,7 @@ class SecretIamBinding(pulumi.CustomResource):
|
|
530
530
|
$ pulumi import gcp:secretmanager/secretIamBinding:SecretIamBinding editor projects/{{project}}/secrets/{{secret_id}}
|
531
531
|
```
|
532
532
|
|
533
|
-
-> **Custom Roles
|
533
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
534
534
|
|
535
535
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
536
536
|
|
@@ -825,7 +825,7 @@ class SecretIamBinding(pulumi.CustomResource):
|
|
825
825
|
$ pulumi import gcp:secretmanager/secretIamBinding:SecretIamBinding editor projects/{{project}}/secrets/{{secret_id}}
|
826
826
|
```
|
827
827
|
|
828
|
-
-> **Custom Roles
|
828
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
829
829
|
|
830
830
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
831
831
|
|
@@ -530,7 +530,7 @@ class SecretIamMember(pulumi.CustomResource):
|
|
530
530
|
$ pulumi import gcp:secretmanager/secretIamMember:SecretIamMember editor projects/{{project}}/secrets/{{secret_id}}
|
531
531
|
```
|
532
532
|
|
533
|
-
-> **Custom Roles
|
533
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
534
534
|
|
535
535
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
536
536
|
|
@@ -825,7 +825,7 @@ class SecretIamMember(pulumi.CustomResource):
|
|
825
825
|
$ pulumi import gcp:secretmanager/secretIamMember:SecretIamMember editor projects/{{project}}/secrets/{{secret_id}}
|
826
826
|
```
|
827
827
|
|
828
|
-
-> **Custom Roles
|
828
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
829
829
|
|
830
830
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
831
831
|
|
@@ -415,7 +415,7 @@ class SecretIamPolicy(pulumi.CustomResource):
|
|
415
415
|
$ pulumi import gcp:secretmanager/secretIamPolicy:SecretIamPolicy editor projects/{{project}}/secrets/{{secret_id}}
|
416
416
|
```
|
417
417
|
|
418
|
-
-> **Custom Roles
|
418
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
419
419
|
|
420
420
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
421
421
|
|
@@ -696,7 +696,7 @@ class SecretIamPolicy(pulumi.CustomResource):
|
|
696
696
|
$ pulumi import gcp:secretmanager/secretIamPolicy:SecretIamPolicy editor projects/{{project}}/secrets/{{secret_id}}
|
697
697
|
```
|
698
698
|
|
699
|
-
-> **Custom Roles
|
699
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
700
700
|
|
701
701
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
702
702
|
|
@@ -469,7 +469,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
469
469
|
$ pulumi import gcp:securesourcemanager/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
470
470
|
```
|
471
471
|
|
472
|
-
-> **Custom Roles
|
472
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
473
473
|
|
474
474
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
475
475
|
|
@@ -662,7 +662,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
662
662
|
$ pulumi import gcp:securesourcemanager/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
663
663
|
```
|
664
664
|
|
665
|
-
-> **Custom Roles
|
665
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
666
666
|
|
667
667
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
668
668
|
|
@@ -469,7 +469,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
469
469
|
$ pulumi import gcp:securesourcemanager/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
470
470
|
```
|
471
471
|
|
472
|
-
-> **Custom Roles
|
472
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
473
473
|
|
474
474
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
475
475
|
|
@@ -662,7 +662,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
662
662
|
$ pulumi import gcp:securesourcemanager/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
663
663
|
```
|
664
664
|
|
665
|
-
-> **Custom Roles
|
665
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
666
666
|
|
667
667
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
668
668
|
|
@@ -366,7 +366,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
366
366
|
$ pulumi import gcp:securesourcemanager/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
367
367
|
```
|
368
368
|
|
369
|
-
-> **Custom Roles
|
369
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
370
370
|
|
371
371
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
372
372
|
|
@@ -547,7 +547,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
547
547
|
$ pulumi import gcp:securesourcemanager/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}
|
548
548
|
```
|
549
549
|
|
550
|
-
-> **Custom Roles
|
550
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
551
551
|
|
552
552
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
553
553
|
|
@@ -303,7 +303,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
303
303
|
member="user:jane@example.com")
|
304
304
|
```
|
305
305
|
|
306
|
-
## > **Custom Roles
|
306
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
307
307
|
|
308
308
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
309
309
|
---
|
@@ -394,7 +394,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
394
394
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamBinding:V2OrganizationSourceIamBinding editor organizations/{{organization}}/sources/{{source}}
|
395
395
|
```
|
396
396
|
|
397
|
-
-> **Custom Roles
|
397
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
398
398
|
|
399
399
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
400
400
|
|
@@ -476,7 +476,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
476
476
|
member="user:jane@example.com")
|
477
477
|
```
|
478
478
|
|
479
|
-
## > **Custom Roles
|
479
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
480
480
|
|
481
481
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
482
482
|
---
|
@@ -567,7 +567,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
567
567
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamBinding:V2OrganizationSourceIamBinding editor organizations/{{organization}}/sources/{{source}}
|
568
568
|
```
|
569
569
|
|
570
|
-
-> **Custom Roles
|
570
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
571
571
|
|
572
572
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
573
573
|
|
@@ -303,7 +303,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
303
303
|
member="user:jane@example.com")
|
304
304
|
```
|
305
305
|
|
306
|
-
## > **Custom Roles
|
306
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
307
307
|
|
308
308
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
309
309
|
---
|
@@ -394,7 +394,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
394
394
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamMember:V2OrganizationSourceIamMember editor organizations/{{organization}}/sources/{{source}}
|
395
395
|
```
|
396
396
|
|
397
|
-
-> **Custom Roles
|
397
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
398
398
|
|
399
399
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
400
400
|
|
@@ -476,7 +476,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
476
476
|
member="user:jane@example.com")
|
477
477
|
```
|
478
478
|
|
479
|
-
## > **Custom Roles
|
479
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
480
480
|
|
481
481
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
482
482
|
---
|
@@ -567,7 +567,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
567
567
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamMember:V2OrganizationSourceIamMember editor organizations/{{organization}}/sources/{{source}}
|
568
568
|
```
|
569
569
|
|
570
|
-
-> **Custom Roles
|
570
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
571
571
|
|
572
572
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
573
573
|
|
@@ -200,7 +200,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
200
200
|
member="user:jane@example.com")
|
201
201
|
```
|
202
202
|
|
203
|
-
## > **Custom Roles
|
203
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
204
204
|
|
205
205
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
206
206
|
---
|
@@ -291,7 +291,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
291
291
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamPolicy:V2OrganizationSourceIamPolicy editor organizations/{{organization}}/sources/{{source}}
|
292
292
|
```
|
293
293
|
|
294
|
-
-> **Custom Roles
|
294
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
295
295
|
|
296
296
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
297
297
|
|
@@ -361,7 +361,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
361
361
|
member="user:jane@example.com")
|
362
362
|
```
|
363
363
|
|
364
|
-
## > **Custom Roles
|
364
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
365
365
|
|
366
366
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
367
367
|
---
|
@@ -452,7 +452,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
452
452
|
$ pulumi import gcp:securitycenter/v2OrganizationSourceIamPolicy:V2OrganizationSourceIamPolicy editor organizations/{{organization}}/sources/{{source}}
|
453
453
|
```
|
454
454
|
|
455
|
-
-> **Custom Roles
|
455
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
456
456
|
|
457
457
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
458
458
|
|
@@ -26,10 +26,13 @@ class GetAccountResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getAccount.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, account_id=None, display_name=None, email=None, id=None, member=None, name=None, project=None, unique_id=None):
|
29
|
+
def __init__(__self__, account_id=None, disabled=None, display_name=None, email=None, id=None, member=None, name=None, project=None, unique_id=None):
|
30
30
|
if account_id and not isinstance(account_id, str):
|
31
31
|
raise TypeError("Expected argument 'account_id' to be a str")
|
32
32
|
pulumi.set(__self__, "account_id", account_id)
|
33
|
+
if disabled and not isinstance(disabled, bool):
|
34
|
+
raise TypeError("Expected argument 'disabled' to be a bool")
|
35
|
+
pulumi.set(__self__, "disabled", disabled)
|
33
36
|
if display_name and not isinstance(display_name, str):
|
34
37
|
raise TypeError("Expected argument 'display_name' to be a str")
|
35
38
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -57,6 +60,14 @@ class GetAccountResult:
|
|
57
60
|
def account_id(self) -> str:
|
58
61
|
return pulumi.get(self, "account_id")
|
59
62
|
|
63
|
+
@property
|
64
|
+
@pulumi.getter
|
65
|
+
def disabled(self) -> bool:
|
66
|
+
"""
|
67
|
+
Whether a service account is disabled or not.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "disabled")
|
70
|
+
|
60
71
|
@property
|
61
72
|
@pulumi.getter(name="displayName")
|
62
73
|
def display_name(self) -> str:
|
@@ -120,6 +131,7 @@ class AwaitableGetAccountResult(GetAccountResult):
|
|
120
131
|
yield self
|
121
132
|
return GetAccountResult(
|
122
133
|
account_id=self.account_id,
|
134
|
+
disabled=self.disabled,
|
123
135
|
display_name=self.display_name,
|
124
136
|
email=self.email,
|
125
137
|
id=self.id,
|
@@ -184,6 +196,7 @@ def get_account(account_id: Optional[str] = None,
|
|
184
196
|
|
185
197
|
return AwaitableGetAccountResult(
|
186
198
|
account_id=pulumi.get(__ret__, 'account_id'),
|
199
|
+
disabled=pulumi.get(__ret__, 'disabled'),
|
187
200
|
display_name=pulumi.get(__ret__, 'display_name'),
|
188
201
|
email=pulumi.get(__ret__, 'email'),
|
189
202
|
id=pulumi.get(__ret__, 'id'),
|
@@ -245,6 +258,7 @@ def get_account_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
245
258
|
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccount:getAccount', __args__, opts=opts, typ=GetAccountResult)
|
246
259
|
return __ret__.apply(lambda __response__: GetAccountResult(
|
247
260
|
account_id=pulumi.get(__response__, 'account_id'),
|
261
|
+
disabled=pulumi.get(__response__, 'disabled'),
|
248
262
|
display_name=pulumi.get(__response__, 'display_name'),
|
249
263
|
email=pulumi.get(__response__, 'email'),
|
250
264
|
id=pulumi.get(__response__, 'id'),
|
@@ -0,0 +1,132 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetSResult',
|
20
|
+
'AwaitableGetSResult',
|
21
|
+
'get_s',
|
22
|
+
'get_s_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetSResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getS.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, accounts=None, id=None, project=None):
|
31
|
+
if accounts and not isinstance(accounts, list):
|
32
|
+
raise TypeError("Expected argument 'accounts' to be a list")
|
33
|
+
pulumi.set(__self__, "accounts", accounts)
|
34
|
+
if id and not isinstance(id, str):
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
36
|
+
pulumi.set(__self__, "id", id)
|
37
|
+
if project and not isinstance(project, str):
|
38
|
+
raise TypeError("Expected argument 'project' to be a str")
|
39
|
+
pulumi.set(__self__, "project", project)
|
40
|
+
|
41
|
+
@property
|
42
|
+
@pulumi.getter
|
43
|
+
def accounts(self) -> Sequence['outputs.GetSAccountResult']:
|
44
|
+
"""
|
45
|
+
A list of all retrieved service accounts. Structure is defined below.
|
46
|
+
"""
|
47
|
+
return pulumi.get(self, "accounts")
|
48
|
+
|
49
|
+
@property
|
50
|
+
@pulumi.getter
|
51
|
+
def id(self) -> str:
|
52
|
+
"""
|
53
|
+
The provider-assigned unique ID for this managed resource.
|
54
|
+
"""
|
55
|
+
return pulumi.get(self, "id")
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter
|
59
|
+
def project(self) -> Optional[str]:
|
60
|
+
return pulumi.get(self, "project")
|
61
|
+
|
62
|
+
|
63
|
+
class AwaitableGetSResult(GetSResult):
|
64
|
+
# pylint: disable=using-constant-test
|
65
|
+
def __await__(self):
|
66
|
+
if False:
|
67
|
+
yield self
|
68
|
+
return GetSResult(
|
69
|
+
accounts=self.accounts,
|
70
|
+
id=self.id,
|
71
|
+
project=self.project)
|
72
|
+
|
73
|
+
|
74
|
+
def get_s(project: Optional[str] = None,
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSResult:
|
76
|
+
"""
|
77
|
+
Gets a list of all service accounts from a project.
|
78
|
+
See [the official documentation](https://cloud.google.com/iam/docs/service-account-overview)
|
79
|
+
and [API](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
80
|
+
|
81
|
+
## Example Usage
|
82
|
+
|
83
|
+
Example service accounts.
|
84
|
+
|
85
|
+
```python
|
86
|
+
import pulumi
|
87
|
+
import pulumi_gcp as gcp
|
88
|
+
|
89
|
+
example = gcp.serviceaccount.get_s(project="example-project")
|
90
|
+
```
|
91
|
+
|
92
|
+
|
93
|
+
:param str project: The ID of the project. If it is not provided, the provider project is used.
|
94
|
+
"""
|
95
|
+
__args__ = dict()
|
96
|
+
__args__['project'] = project
|
97
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
98
|
+
__ret__ = pulumi.runtime.invoke('gcp:serviceaccount/getS:getS', __args__, opts=opts, typ=GetSResult).value
|
99
|
+
|
100
|
+
return AwaitableGetSResult(
|
101
|
+
accounts=pulumi.get(__ret__, 'accounts'),
|
102
|
+
id=pulumi.get(__ret__, 'id'),
|
103
|
+
project=pulumi.get(__ret__, 'project'))
|
104
|
+
def get_s_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
105
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSResult]:
|
106
|
+
"""
|
107
|
+
Gets a list of all service accounts from a project.
|
108
|
+
See [the official documentation](https://cloud.google.com/iam/docs/service-account-overview)
|
109
|
+
and [API](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).
|
110
|
+
|
111
|
+
## Example Usage
|
112
|
+
|
113
|
+
Example service accounts.
|
114
|
+
|
115
|
+
```python
|
116
|
+
import pulumi
|
117
|
+
import pulumi_gcp as gcp
|
118
|
+
|
119
|
+
example = gcp.serviceaccount.get_s(project="example-project")
|
120
|
+
```
|
121
|
+
|
122
|
+
|
123
|
+
:param str project: The ID of the project. If it is not provided, the provider project is used.
|
124
|
+
"""
|
125
|
+
__args__ = dict()
|
126
|
+
__args__['project'] = project
|
127
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
128
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getS:getS', __args__, opts=opts, typ=GetSResult)
|
129
|
+
return __ret__.apply(lambda __response__: GetSResult(
|
130
|
+
accounts=pulumi.get(__response__, 'accounts'),
|
131
|
+
id=pulumi.get(__response__, 'id'),
|
132
|
+
project=pulumi.get(__response__, 'project')))
|