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
@@ -909,7 +909,7 @@ class Subscription(pulumi.CustomResource):
|
|
909
909
|
push_config={
|
910
910
|
"push_endpoint": "https://example.com/push",
|
911
911
|
"attributes": {
|
912
|
-
"
|
912
|
+
"x-goog-version": "v1",
|
913
913
|
},
|
914
914
|
})
|
915
915
|
```
|
@@ -978,18 +978,8 @@ class Subscription(pulumi.CustomResource):
|
|
978
978
|
import pulumi_gcp as gcp
|
979
979
|
|
980
980
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
981
|
-
project = gcp.organizations.get_project()
|
982
|
-
viewer = gcp.projects.IAMMember("viewer",
|
983
|
-
project=project.project_id,
|
984
|
-
role="roles/bigquery.metadataViewer",
|
985
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
986
|
-
editor = gcp.projects.IAMMember("editor",
|
987
|
-
project=project.project_id,
|
988
|
-
role="roles/bigquery.dataEditor",
|
989
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
990
981
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
991
982
|
test_table = gcp.bigquery.Table("test",
|
992
|
-
deletion_protection=False,
|
993
983
|
table_id="example_table",
|
994
984
|
dataset_id=test.dataset_id,
|
995
985
|
schema=\"\"\"[
|
@@ -1000,7 +990,8 @@ class Subscription(pulumi.CustomResource):
|
|
1000
990
|
"description": "The data"
|
1001
991
|
}
|
1002
992
|
]
|
1003
|
-
\"\"\"
|
993
|
+
\"\"\",
|
994
|
+
deletion_protection=False)
|
1004
995
|
example_subscription = gcp.pubsub.Subscription("example",
|
1005
996
|
name="example-subscription",
|
1006
997
|
topic=example.id,
|
@@ -1011,11 +1002,8 @@ class Subscription(pulumi.CustomResource):
|
|
1011
1002
|
table_id=test_table.table_id
|
1012
1003
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1013
1004
|
,
|
1014
|
-
}
|
1015
|
-
|
1016
|
-
viewer,
|
1017
|
-
editor,
|
1018
|
-
]))
|
1005
|
+
})
|
1006
|
+
project = gcp.organizations.get_project()
|
1019
1007
|
```
|
1020
1008
|
### Pubsub Subscription Push Bq Table Schema
|
1021
1009
|
|
@@ -1024,18 +1012,8 @@ class Subscription(pulumi.CustomResource):
|
|
1024
1012
|
import pulumi_gcp as gcp
|
1025
1013
|
|
1026
1014
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1027
|
-
project = gcp.organizations.get_project()
|
1028
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1029
|
-
project=project.project_id,
|
1030
|
-
role="roles/bigquery.metadataViewer",
|
1031
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1032
|
-
editor = gcp.projects.IAMMember("editor",
|
1033
|
-
project=project.project_id,
|
1034
|
-
role="roles/bigquery.dataEditor",
|
1035
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1036
1015
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1037
1016
|
test_table = gcp.bigquery.Table("test",
|
1038
|
-
deletion_protection=False,
|
1039
1017
|
table_id="example_table",
|
1040
1018
|
dataset_id=test.dataset_id,
|
1041
1019
|
schema=\"\"\"[
|
@@ -1046,7 +1024,8 @@ class Subscription(pulumi.CustomResource):
|
|
1046
1024
|
"description": "The data"
|
1047
1025
|
}
|
1048
1026
|
]
|
1049
|
-
\"\"\"
|
1027
|
+
\"\"\",
|
1028
|
+
deletion_protection=False)
|
1050
1029
|
example_subscription = gcp.pubsub.Subscription("example",
|
1051
1030
|
name="example-subscription",
|
1052
1031
|
topic=example.id,
|
@@ -1058,11 +1037,8 @@ class Subscription(pulumi.CustomResource):
|
|
1058
1037
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1059
1038
|
,
|
1060
1039
|
"use_table_schema": True,
|
1061
|
-
}
|
1062
|
-
|
1063
|
-
viewer,
|
1064
|
-
editor,
|
1065
|
-
]))
|
1040
|
+
})
|
1041
|
+
project = gcp.organizations.get_project()
|
1066
1042
|
```
|
1067
1043
|
### Pubsub Subscription Push Bq Service Account
|
1068
1044
|
|
@@ -1373,7 +1349,7 @@ class Subscription(pulumi.CustomResource):
|
|
1373
1349
|
push_config={
|
1374
1350
|
"push_endpoint": "https://example.com/push",
|
1375
1351
|
"attributes": {
|
1376
|
-
"
|
1352
|
+
"x-goog-version": "v1",
|
1377
1353
|
},
|
1378
1354
|
})
|
1379
1355
|
```
|
@@ -1442,18 +1418,8 @@ class Subscription(pulumi.CustomResource):
|
|
1442
1418
|
import pulumi_gcp as gcp
|
1443
1419
|
|
1444
1420
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1445
|
-
project = gcp.organizations.get_project()
|
1446
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1447
|
-
project=project.project_id,
|
1448
|
-
role="roles/bigquery.metadataViewer",
|
1449
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1450
|
-
editor = gcp.projects.IAMMember("editor",
|
1451
|
-
project=project.project_id,
|
1452
|
-
role="roles/bigquery.dataEditor",
|
1453
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1454
1421
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1455
1422
|
test_table = gcp.bigquery.Table("test",
|
1456
|
-
deletion_protection=False,
|
1457
1423
|
table_id="example_table",
|
1458
1424
|
dataset_id=test.dataset_id,
|
1459
1425
|
schema=\"\"\"[
|
@@ -1464,7 +1430,8 @@ class Subscription(pulumi.CustomResource):
|
|
1464
1430
|
"description": "The data"
|
1465
1431
|
}
|
1466
1432
|
]
|
1467
|
-
\"\"\"
|
1433
|
+
\"\"\",
|
1434
|
+
deletion_protection=False)
|
1468
1435
|
example_subscription = gcp.pubsub.Subscription("example",
|
1469
1436
|
name="example-subscription",
|
1470
1437
|
topic=example.id,
|
@@ -1475,11 +1442,8 @@ class Subscription(pulumi.CustomResource):
|
|
1475
1442
|
table_id=test_table.table_id
|
1476
1443
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1477
1444
|
,
|
1478
|
-
}
|
1479
|
-
|
1480
|
-
viewer,
|
1481
|
-
editor,
|
1482
|
-
]))
|
1445
|
+
})
|
1446
|
+
project = gcp.organizations.get_project()
|
1483
1447
|
```
|
1484
1448
|
### Pubsub Subscription Push Bq Table Schema
|
1485
1449
|
|
@@ -1488,18 +1452,8 @@ class Subscription(pulumi.CustomResource):
|
|
1488
1452
|
import pulumi_gcp as gcp
|
1489
1453
|
|
1490
1454
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1491
|
-
project = gcp.organizations.get_project()
|
1492
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1493
|
-
project=project.project_id,
|
1494
|
-
role="roles/bigquery.metadataViewer",
|
1495
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1496
|
-
editor = gcp.projects.IAMMember("editor",
|
1497
|
-
project=project.project_id,
|
1498
|
-
role="roles/bigquery.dataEditor",
|
1499
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1500
1455
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1501
1456
|
test_table = gcp.bigquery.Table("test",
|
1502
|
-
deletion_protection=False,
|
1503
1457
|
table_id="example_table",
|
1504
1458
|
dataset_id=test.dataset_id,
|
1505
1459
|
schema=\"\"\"[
|
@@ -1510,7 +1464,8 @@ class Subscription(pulumi.CustomResource):
|
|
1510
1464
|
"description": "The data"
|
1511
1465
|
}
|
1512
1466
|
]
|
1513
|
-
\"\"\"
|
1467
|
+
\"\"\",
|
1468
|
+
deletion_protection=False)
|
1514
1469
|
example_subscription = gcp.pubsub.Subscription("example",
|
1515
1470
|
name="example-subscription",
|
1516
1471
|
topic=example.id,
|
@@ -1522,11 +1477,8 @@ class Subscription(pulumi.CustomResource):
|
|
1522
1477
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1523
1478
|
,
|
1524
1479
|
"use_table_schema": True,
|
1525
|
-
}
|
1526
|
-
|
1527
|
-
viewer,
|
1528
|
-
editor,
|
1529
|
-
]))
|
1480
|
+
})
|
1481
|
+
project = gcp.organizations.get_project()
|
1530
1482
|
```
|
1531
1483
|
### Pubsub Subscription Push Bq Service Account
|
1532
1484
|
|
@@ -412,7 +412,7 @@ class TopicIAMBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/topicIAMBinding:TopicIAMBinding editor projects/{{project}}/topics/{{topic}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class TopicIAMBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/topicIAMBinding:TopicIAMBinding editor projects/{{project}}/topics/{{topic}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -412,7 +412,7 @@ class TopicIAMMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/topicIAMMember:TopicIAMMember editor projects/{{project}}/topics/{{topic}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class TopicIAMMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/topicIAMMember:TopicIAMMember editor projects/{{project}}/topics/{{topic}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -309,7 +309,7 @@ class TopicIAMPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:pubsub/topicIAMPolicy:TopicIAMPolicy editor projects/{{project}}/topics/{{topic}}
|
310
310
|
```
|
311
311
|
|
312
|
-
-> **Custom Roles
|
312
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
313
313
|
|
314
314
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
315
315
|
|
@@ -477,7 +477,7 @@ class TopicIAMPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:pubsub/topicIAMPolicy:TopicIAMPolicy editor projects/{{project}}/topics/{{topic}}
|
478
478
|
```
|
479
479
|
|
480
|
-
-> **Custom Roles
|
480
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
481
481
|
|
482
482
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
483
483
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -295,7 +295,7 @@ class ConfigIamBinding(pulumi.CustomResource):
|
|
295
295
|
$ pulumi import gcp:runtimeconfig/configIamBinding:ConfigIamBinding editor projects/{{project}}/configs/{{config}}
|
296
296
|
```
|
297
297
|
|
298
|
-
-> **Custom Roles
|
298
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
299
299
|
|
300
300
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
301
301
|
|
@@ -358,7 +358,7 @@ class ConfigIamBinding(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:runtimeconfig/configIamBinding:ConfigIamBinding editor projects/{{project}}/configs/{{config}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -295,7 +295,7 @@ class ConfigIamMember(pulumi.CustomResource):
|
|
295
295
|
$ pulumi import gcp:runtimeconfig/configIamMember:ConfigIamMember editor projects/{{project}}/configs/{{config}}
|
296
296
|
```
|
297
297
|
|
298
|
-
-> **Custom Roles
|
298
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
299
299
|
|
300
300
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
301
301
|
|
@@ -358,7 +358,7 @@ class ConfigIamMember(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:runtimeconfig/configIamMember:ConfigIamMember editor projects/{{project}}/configs/{{config}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -192,7 +192,7 @@ class ConfigIamPolicy(pulumi.CustomResource):
|
|
192
192
|
$ pulumi import gcp:runtimeconfig/configIamPolicy:ConfigIamPolicy editor projects/{{project}}/configs/{{config}}
|
193
193
|
```
|
194
194
|
|
195
|
-
-> **Custom Roles
|
195
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
196
196
|
|
197
197
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
198
198
|
|
@@ -243,7 +243,7 @@ class ConfigIamPolicy(pulumi.CustomResource):
|
|
243
243
|
$ pulumi import gcp:runtimeconfig/configIamPolicy:ConfigIamPolicy editor projects/{{project}}/configs/{{config}}
|
244
244
|
```
|
245
245
|
|
246
|
-
-> **Custom Roles
|
246
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
247
247
|
|
248
248
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
249
249
|
|
@@ -27,7 +27,7 @@ class GetRegionalSecretVersionResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRegionalSecretVersion.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, create_time=None, customer_managed_encryptions=None, destroy_time=None, enabled=None, id=None, location=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
30
|
+
def __init__(__self__, create_time=None, customer_managed_encryptions=None, destroy_time=None, enabled=None, id=None, is_secret_data_base64=None, location=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
31
31
|
if create_time and not isinstance(create_time, str):
|
32
32
|
raise TypeError("Expected argument 'create_time' to be a str")
|
33
33
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -43,6 +43,9 @@ class GetRegionalSecretVersionResult:
|
|
43
43
|
if id and not isinstance(id, str):
|
44
44
|
raise TypeError("Expected argument 'id' to be a str")
|
45
45
|
pulumi.set(__self__, "id", id)
|
46
|
+
if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
|
47
|
+
raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
|
48
|
+
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
46
49
|
if location and not isinstance(location, str):
|
47
50
|
raise TypeError("Expected argument 'location' to be a str")
|
48
51
|
pulumi.set(__self__, "location", location)
|
@@ -102,6 +105,11 @@ class GetRegionalSecretVersionResult:
|
|
102
105
|
"""
|
103
106
|
return pulumi.get(self, "id")
|
104
107
|
|
108
|
+
@property
|
109
|
+
@pulumi.getter(name="isSecretDataBase64")
|
110
|
+
def is_secret_data_base64(self) -> Optional[bool]:
|
111
|
+
return pulumi.get(self, "is_secret_data_base64")
|
112
|
+
|
105
113
|
@property
|
106
114
|
@pulumi.getter
|
107
115
|
def location(self) -> str:
|
@@ -151,6 +159,7 @@ class AwaitableGetRegionalSecretVersionResult(GetRegionalSecretVersionResult):
|
|
151
159
|
destroy_time=self.destroy_time,
|
152
160
|
enabled=self.enabled,
|
153
161
|
id=self.id,
|
162
|
+
is_secret_data_base64=self.is_secret_data_base64,
|
154
163
|
location=self.location,
|
155
164
|
name=self.name,
|
156
165
|
project=self.project,
|
@@ -159,13 +168,14 @@ class AwaitableGetRegionalSecretVersionResult(GetRegionalSecretVersionResult):
|
|
159
168
|
version=self.version)
|
160
169
|
|
161
170
|
|
162
|
-
def get_regional_secret_version(
|
171
|
+
def get_regional_secret_version(is_secret_data_base64: Optional[bool] = None,
|
172
|
+
location: Optional[str] = None,
|
163
173
|
project: Optional[str] = None,
|
164
174
|
secret: Optional[str] = None,
|
165
175
|
version: Optional[str] = None,
|
166
176
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalSecretVersionResult:
|
167
177
|
"""
|
168
|
-
Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
|
178
|
+
Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
|
169
179
|
|
170
180
|
## Example Usage
|
171
181
|
|
@@ -178,6 +188,8 @@ def get_regional_secret_version(location: Optional[str] = None,
|
|
178
188
|
```
|
179
189
|
|
180
190
|
|
191
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
192
|
+
expected to be base64-encoded string.
|
181
193
|
:param str location: Location of Secret Manager regional secret resource.
|
182
194
|
It must be provided when the `secret` field provided consists of only the name of the regional secret.
|
183
195
|
:param str project: The project to get the secret version for. If it
|
@@ -188,6 +200,7 @@ def get_regional_secret_version(location: Optional[str] = None,
|
|
188
200
|
is not provided, the latest version is retrieved.
|
189
201
|
"""
|
190
202
|
__args__ = dict()
|
203
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
191
204
|
__args__['location'] = location
|
192
205
|
__args__['project'] = project
|
193
206
|
__args__['secret'] = secret
|
@@ -201,19 +214,21 @@ def get_regional_secret_version(location: Optional[str] = None,
|
|
201
214
|
destroy_time=pulumi.get(__ret__, 'destroy_time'),
|
202
215
|
enabled=pulumi.get(__ret__, 'enabled'),
|
203
216
|
id=pulumi.get(__ret__, 'id'),
|
217
|
+
is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
|
204
218
|
location=pulumi.get(__ret__, 'location'),
|
205
219
|
name=pulumi.get(__ret__, 'name'),
|
206
220
|
project=pulumi.get(__ret__, 'project'),
|
207
221
|
secret=pulumi.get(__ret__, 'secret'),
|
208
222
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
209
223
|
version=pulumi.get(__ret__, 'version'))
|
210
|
-
def get_regional_secret_version_output(
|
224
|
+
def get_regional_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
|
225
|
+
location: Optional[pulumi.Input[Optional[str]]] = None,
|
211
226
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
212
227
|
secret: Optional[pulumi.Input[str]] = None,
|
213
228
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
214
229
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegionalSecretVersionResult]:
|
215
230
|
"""
|
216
|
-
Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
|
231
|
+
Get the value and metadata from a Secret Manager regional secret version. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions). If you don't need the metadata (i.e., if you want to use a more limited role to access the regional secret version only), see also the secretmanager_get_regional_secret_version_access datasource.
|
217
232
|
|
218
233
|
## Example Usage
|
219
234
|
|
@@ -226,6 +241,8 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
|
|
226
241
|
```
|
227
242
|
|
228
243
|
|
244
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
245
|
+
expected to be base64-encoded string.
|
229
246
|
:param str location: Location of Secret Manager regional secret resource.
|
230
247
|
It must be provided when the `secret` field provided consists of only the name of the regional secret.
|
231
248
|
:param str project: The project to get the secret version for. If it
|
@@ -236,6 +253,7 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
|
|
236
253
|
is not provided, the latest version is retrieved.
|
237
254
|
"""
|
238
255
|
__args__ = dict()
|
256
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
239
257
|
__args__['location'] = location
|
240
258
|
__args__['project'] = project
|
241
259
|
__args__['secret'] = secret
|
@@ -248,6 +266,7 @@ def get_regional_secret_version_output(location: Optional[pulumi.Input[Optional[
|
|
248
266
|
destroy_time=pulumi.get(__response__, 'destroy_time'),
|
249
267
|
enabled=pulumi.get(__response__, 'enabled'),
|
250
268
|
id=pulumi.get(__response__, 'id'),
|
269
|
+
is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
|
251
270
|
location=pulumi.get(__response__, 'location'),
|
252
271
|
name=pulumi.get(__response__, 'name'),
|
253
272
|
project=pulumi.get(__response__, 'project'),
|
@@ -26,10 +26,13 @@ class GetRegionalSecretVersionAccessResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getRegionalSecretVersionAccess.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, id=None, location=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
29
|
+
def __init__(__self__, id=None, is_secret_data_base64=None, location=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 location and not isinstance(location, str):
|
34
37
|
raise TypeError("Expected argument 'location' to be a str")
|
35
38
|
pulumi.set(__self__, "location", location)
|
@@ -57,6 +60,11 @@ class GetRegionalSecretVersionAccessResult:
|
|
57
60
|
"""
|
58
61
|
return pulumi.get(self, "id")
|
59
62
|
|
63
|
+
@property
|
64
|
+
@pulumi.getter(name="isSecretDataBase64")
|
65
|
+
def is_secret_data_base64(self) -> Optional[bool]:
|
66
|
+
return pulumi.get(self, "is_secret_data_base64")
|
67
|
+
|
60
68
|
@property
|
61
69
|
@pulumi.getter
|
62
70
|
def location(self) -> str:
|
@@ -102,6 +110,7 @@ class AwaitableGetRegionalSecretVersionAccessResult(GetRegionalSecretVersionAcce
|
|
102
110
|
yield self
|
103
111
|
return GetRegionalSecretVersionAccessResult(
|
104
112
|
id=self.id,
|
113
|
+
is_secret_data_base64=self.is_secret_data_base64,
|
105
114
|
location=self.location,
|
106
115
|
name=self.name,
|
107
116
|
project=self.project,
|
@@ -110,13 +119,14 @@ class AwaitableGetRegionalSecretVersionAccessResult(GetRegionalSecretVersionAcce
|
|
110
119
|
version=self.version)
|
111
120
|
|
112
121
|
|
113
|
-
def get_regional_secret_version_access(
|
122
|
+
def get_regional_secret_version_access(is_secret_data_base64: Optional[bool] = None,
|
123
|
+
location: Optional[str] = None,
|
114
124
|
project: Optional[str] = None,
|
115
125
|
secret: Optional[str] = None,
|
116
126
|
version: Optional[str] = None,
|
117
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalSecretVersionAccessResult:
|
118
128
|
"""
|
119
|
-
Get the value from a Secret Manager regional secret version. This is similar to the secretmanager.RegionalSecretVersion datasource, but it only requires the [Secret Manager Secret Accessor](https://cloud.google.com/secret-manager/docs/access-control#secretmanager.secretAccessor) role. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions/access).
|
129
|
+
Get the value from a Secret Manager regional secret version. This is similar to the secretmanager.RegionalSecretVersion datasource, but it only requires the [Secret Manager Secret Accessor](https://cloud.google.com/secret-manager/docs/access-control#secretmanager.secretAccessor) role. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions/access).
|
120
130
|
|
121
131
|
## Example Usage
|
122
132
|
|
@@ -129,6 +139,8 @@ def get_regional_secret_version_access(location: Optional[str] = None,
|
|
129
139
|
```
|
130
140
|
|
131
141
|
|
142
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
143
|
+
expected to be base64-encoded string.
|
132
144
|
:param str location: Location of Secret Manager regional secret resource.
|
133
145
|
It must be provided when the `secret` field provided consists of only the name of the regional secret.
|
134
146
|
:param str project: The project to get the secret version for. If it
|
@@ -139,6 +151,7 @@ def get_regional_secret_version_access(location: Optional[str] = None,
|
|
139
151
|
is not provided, the latest version is retrieved.
|
140
152
|
"""
|
141
153
|
__args__ = dict()
|
154
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
142
155
|
__args__['location'] = location
|
143
156
|
__args__['project'] = project
|
144
157
|
__args__['secret'] = secret
|
@@ -148,19 +161,21 @@ def get_regional_secret_version_access(location: Optional[str] = None,
|
|
148
161
|
|
149
162
|
return AwaitableGetRegionalSecretVersionAccessResult(
|
150
163
|
id=pulumi.get(__ret__, 'id'),
|
164
|
+
is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
|
151
165
|
location=pulumi.get(__ret__, 'location'),
|
152
166
|
name=pulumi.get(__ret__, 'name'),
|
153
167
|
project=pulumi.get(__ret__, 'project'),
|
154
168
|
secret=pulumi.get(__ret__, 'secret'),
|
155
169
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
156
170
|
version=pulumi.get(__ret__, 'version'))
|
157
|
-
def get_regional_secret_version_access_output(
|
171
|
+
def get_regional_secret_version_access_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
|
172
|
+
location: Optional[pulumi.Input[Optional[str]]] = None,
|
158
173
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
159
174
|
secret: Optional[pulumi.Input[str]] = None,
|
160
175
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
161
176
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegionalSecretVersionAccessResult]:
|
162
177
|
"""
|
163
|
-
Get the value from a Secret Manager regional secret version. This is similar to the secretmanager.RegionalSecretVersion datasource, but it only requires the [Secret Manager Secret Accessor](https://cloud.google.com/secret-manager/docs/access-control#secretmanager.secretAccessor) role. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions/access).
|
178
|
+
Get the value from a Secret Manager regional secret version. This is similar to the secretmanager.RegionalSecretVersion datasource, but it only requires the [Secret Manager Secret Accessor](https://cloud.google.com/secret-manager/docs/access-control#secretmanager.secretAccessor) role. For more information see the [official documentation](https://cloud.google.com/secret-manager/docs/regional-secrets-overview) and [API](https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.locations.secrets.versions/access).
|
164
179
|
|
165
180
|
## Example Usage
|
166
181
|
|
@@ -173,6 +188,8 @@ def get_regional_secret_version_access_output(location: Optional[pulumi.Input[Op
|
|
173
188
|
```
|
174
189
|
|
175
190
|
|
191
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
192
|
+
expected to be base64-encoded string.
|
176
193
|
:param str location: Location of Secret Manager regional secret resource.
|
177
194
|
It must be provided when the `secret` field provided consists of only the name of the regional secret.
|
178
195
|
:param str project: The project to get the secret version for. If it
|
@@ -183,6 +200,7 @@ def get_regional_secret_version_access_output(location: Optional[pulumi.Input[Op
|
|
183
200
|
is not provided, the latest version is retrieved.
|
184
201
|
"""
|
185
202
|
__args__ = dict()
|
203
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
186
204
|
__args__['location'] = location
|
187
205
|
__args__['project'] = project
|
188
206
|
__args__['secret'] = secret
|
@@ -191,6 +209,7 @@ def get_regional_secret_version_access_output(location: Optional[pulumi.Input[Op
|
|
191
209
|
__ret__ = pulumi.runtime.invoke_output('gcp:secretmanager/getRegionalSecretVersionAccess:getRegionalSecretVersionAccess', __args__, opts=opts, typ=GetRegionalSecretVersionAccessResult)
|
192
210
|
return __ret__.apply(lambda __response__: GetRegionalSecretVersionAccessResult(
|
193
211
|
id=pulumi.get(__response__, 'id'),
|
212
|
+
is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
|
194
213
|
location=pulumi.get(__response__, 'location'),
|
195
214
|
name=pulumi.get(__response__, 'name'),
|
196
215
|
project=pulumi.get(__response__, 'project'),
|
@@ -26,7 +26,7 @@ class GetSecretVersionResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getSecretVersion.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
29
|
+
def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, is_secret_data_base64=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
30
30
|
if create_time and not isinstance(create_time, str):
|
31
31
|
raise TypeError("Expected argument 'create_time' to be a str")
|
32
32
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -39,6 +39,9 @@ class GetSecretVersionResult:
|
|
39
39
|
if id and not isinstance(id, str):
|
40
40
|
raise TypeError("Expected argument 'id' to be a str")
|
41
41
|
pulumi.set(__self__, "id", id)
|
42
|
+
if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
|
43
|
+
raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
|
44
|
+
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
42
45
|
if name and not isinstance(name, str):
|
43
46
|
raise TypeError("Expected argument 'name' to be a str")
|
44
47
|
pulumi.set(__self__, "name", name)
|
@@ -87,6 +90,11 @@ class GetSecretVersionResult:
|
|
87
90
|
"""
|
88
91
|
return pulumi.get(self, "id")
|
89
92
|
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="isSecretDataBase64")
|
95
|
+
def is_secret_data_base64(self) -> Optional[bool]:
|
96
|
+
return pulumi.get(self, "is_secret_data_base64")
|
97
|
+
|
90
98
|
@property
|
91
99
|
@pulumi.getter
|
92
100
|
def name(self) -> str:
|
@@ -130,6 +138,7 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
|
|
130
138
|
destroy_time=self.destroy_time,
|
131
139
|
enabled=self.enabled,
|
132
140
|
id=self.id,
|
141
|
+
is_secret_data_base64=self.is_secret_data_base64,
|
133
142
|
name=self.name,
|
134
143
|
project=self.project,
|
135
144
|
secret=self.secret,
|
@@ -137,7 +146,8 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
|
|
137
146
|
version=self.version)
|
138
147
|
|
139
148
|
|
140
|
-
def get_secret_version(
|
149
|
+
def get_secret_version(is_secret_data_base64: Optional[bool] = None,
|
150
|
+
project: Optional[str] = None,
|
141
151
|
secret: Optional[str] = None,
|
142
152
|
version: Optional[str] = None,
|
143
153
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretVersionResult:
|
@@ -154,6 +164,8 @@ def get_secret_version(project: Optional[str] = None,
|
|
154
164
|
```
|
155
165
|
|
156
166
|
|
167
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
168
|
+
expected to be base64-encoded string.
|
157
169
|
:param str project: The project to get the secret version for. If it
|
158
170
|
is not provided, the provider project is used.
|
159
171
|
:param str secret: The secret to get the secret version for.
|
@@ -161,6 +173,7 @@ def get_secret_version(project: Optional[str] = None,
|
|
161
173
|
is not provided, the latest version is retrieved.
|
162
174
|
"""
|
163
175
|
__args__ = dict()
|
176
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
164
177
|
__args__['project'] = project
|
165
178
|
__args__['secret'] = secret
|
166
179
|
__args__['version'] = version
|
@@ -172,12 +185,14 @@ def get_secret_version(project: Optional[str] = None,
|
|
172
185
|
destroy_time=pulumi.get(__ret__, 'destroy_time'),
|
173
186
|
enabled=pulumi.get(__ret__, 'enabled'),
|
174
187
|
id=pulumi.get(__ret__, 'id'),
|
188
|
+
is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
|
175
189
|
name=pulumi.get(__ret__, 'name'),
|
176
190
|
project=pulumi.get(__ret__, 'project'),
|
177
191
|
secret=pulumi.get(__ret__, 'secret'),
|
178
192
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
179
193
|
version=pulumi.get(__ret__, 'version'))
|
180
|
-
def get_secret_version_output(
|
194
|
+
def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
|
195
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
181
196
|
secret: Optional[pulumi.Input[str]] = None,
|
182
197
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
183
198
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecretVersionResult]:
|
@@ -194,6 +209,8 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
194
209
|
```
|
195
210
|
|
196
211
|
|
212
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
213
|
+
expected to be base64-encoded string.
|
197
214
|
:param str project: The project to get the secret version for. If it
|
198
215
|
is not provided, the provider project is used.
|
199
216
|
:param str secret: The secret to get the secret version for.
|
@@ -201,6 +218,7 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
201
218
|
is not provided, the latest version is retrieved.
|
202
219
|
"""
|
203
220
|
__args__ = dict()
|
221
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
204
222
|
__args__['project'] = project
|
205
223
|
__args__['secret'] = secret
|
206
224
|
__args__['version'] = version
|
@@ -211,6 +229,7 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
211
229
|
destroy_time=pulumi.get(__response__, 'destroy_time'),
|
212
230
|
enabled=pulumi.get(__response__, 'enabled'),
|
213
231
|
id=pulumi.get(__response__, 'id'),
|
232
|
+
is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
|
214
233
|
name=pulumi.get(__response__, 'name'),
|
215
234
|
project=pulumi.get(__response__, 'project'),
|
216
235
|
secret=pulumi.get(__response__, 'secret'),
|