pulumi-gcp 7.33.0a1721715313__py3-none-any.whl → 7.33.0a1721954725__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/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -437,13 +437,13 @@ class Repository(pulumi.CustomResource):
|
|
437
437
|
},
|
438
438
|
git_remote_settings={
|
439
439
|
"url": "https://github.com/OWNER/REPOSITORY.git",
|
440
|
-
"
|
441
|
-
"
|
440
|
+
"default_branch": "main",
|
441
|
+
"authentication_token_secret_version": secret_version.id,
|
442
442
|
},
|
443
443
|
workspace_compilation_overrides={
|
444
|
-
"
|
445
|
-
"
|
446
|
-
"
|
444
|
+
"default_database": "database",
|
445
|
+
"schema_suffix": "_suffix",
|
446
|
+
"table_prefix": "prefix_",
|
447
447
|
})
|
448
448
|
```
|
449
449
|
|
@@ -531,13 +531,13 @@ class Repository(pulumi.CustomResource):
|
|
531
531
|
},
|
532
532
|
git_remote_settings={
|
533
533
|
"url": "https://github.com/OWNER/REPOSITORY.git",
|
534
|
-
"
|
535
|
-
"
|
534
|
+
"default_branch": "main",
|
535
|
+
"authentication_token_secret_version": secret_version.id,
|
536
536
|
},
|
537
537
|
workspace_compilation_overrides={
|
538
|
-
"
|
539
|
-
"
|
540
|
-
"
|
538
|
+
"default_database": "database",
|
539
|
+
"schema_suffix": "_suffix",
|
540
|
+
"table_prefix": "prefix_",
|
541
541
|
})
|
542
542
|
```
|
543
543
|
|
@@ -364,13 +364,13 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
|
|
364
364
|
region="us-central1",
|
365
365
|
git_remote_settings={
|
366
366
|
"url": git_repository.url,
|
367
|
-
"
|
368
|
-
"
|
367
|
+
"default_branch": "main",
|
368
|
+
"authentication_token_secret_version": secret_version.id,
|
369
369
|
},
|
370
370
|
workspace_compilation_overrides={
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"
|
371
|
+
"default_database": "database",
|
372
|
+
"schema_suffix": "_suffix",
|
373
|
+
"table_prefix": "prefix_",
|
374
374
|
})
|
375
375
|
release = gcp.dataform.RepositoryReleaseConfig("release",
|
376
376
|
project=repository.project,
|
@@ -381,13 +381,13 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
|
|
381
381
|
cron_schedule="0 7 * * *",
|
382
382
|
time_zone="America/New_York",
|
383
383
|
code_compilation_config={
|
384
|
-
"
|
385
|
-
"
|
386
|
-
"
|
387
|
-
"
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"
|
384
|
+
"default_database": "gcp-example-project",
|
385
|
+
"default_schema": "example-dataset",
|
386
|
+
"default_location": "us-central1",
|
387
|
+
"assertion_schema": "example-assertion-dataset",
|
388
|
+
"database_suffix": "",
|
389
|
+
"schema_suffix": "",
|
390
|
+
"table_prefix": "",
|
391
391
|
"vars": {
|
392
392
|
"var1": "value",
|
393
393
|
},
|
@@ -469,13 +469,13 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
|
|
469
469
|
region="us-central1",
|
470
470
|
git_remote_settings={
|
471
471
|
"url": git_repository.url,
|
472
|
-
"
|
473
|
-
"
|
472
|
+
"default_branch": "main",
|
473
|
+
"authentication_token_secret_version": secret_version.id,
|
474
474
|
},
|
475
475
|
workspace_compilation_overrides={
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
476
|
+
"default_database": "database",
|
477
|
+
"schema_suffix": "_suffix",
|
478
|
+
"table_prefix": "prefix_",
|
479
479
|
})
|
480
480
|
release = gcp.dataform.RepositoryReleaseConfig("release",
|
481
481
|
project=repository.project,
|
@@ -486,13 +486,13 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
|
|
486
486
|
cron_schedule="0 7 * * *",
|
487
487
|
time_zone="America/New_York",
|
488
488
|
code_compilation_config={
|
489
|
-
"
|
490
|
-
"
|
491
|
-
"
|
492
|
-
"
|
493
|
-
"
|
494
|
-
"
|
495
|
-
"
|
489
|
+
"default_database": "gcp-example-project",
|
490
|
+
"default_schema": "example-dataset",
|
491
|
+
"default_location": "us-central1",
|
492
|
+
"assertion_schema": "example-assertion-dataset",
|
493
|
+
"database_suffix": "",
|
494
|
+
"schema_suffix": "",
|
495
|
+
"table_prefix": "",
|
496
496
|
"vars": {
|
497
497
|
"var1": "value",
|
498
498
|
},
|
@@ -364,13 +364,13 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
364
364
|
region="us-central1",
|
365
365
|
git_remote_settings={
|
366
366
|
"url": git_repository.url,
|
367
|
-
"
|
368
|
-
"
|
367
|
+
"default_branch": "main",
|
368
|
+
"authentication_token_secret_version": secret_version.id,
|
369
369
|
},
|
370
370
|
workspace_compilation_overrides={
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"
|
371
|
+
"default_database": "database",
|
372
|
+
"schema_suffix": "_suffix",
|
373
|
+
"table_prefix": "prefix_",
|
374
374
|
})
|
375
375
|
release_config = gcp.dataform.RepositoryReleaseConfig("release_config",
|
376
376
|
project=repository.project,
|
@@ -381,13 +381,13 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
381
381
|
cron_schedule="0 7 * * *",
|
382
382
|
time_zone="America/New_York",
|
383
383
|
code_compilation_config={
|
384
|
-
"
|
385
|
-
"
|
386
|
-
"
|
387
|
-
"
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"
|
384
|
+
"default_database": "gcp-example-project",
|
385
|
+
"default_schema": "example-dataset",
|
386
|
+
"default_location": "us-central1",
|
387
|
+
"assertion_schema": "example-assertion-dataset",
|
388
|
+
"database_suffix": "",
|
389
|
+
"schema_suffix": "",
|
390
|
+
"table_prefix": "",
|
391
391
|
"vars": {
|
392
392
|
"var1": "value",
|
393
393
|
},
|
@@ -402,7 +402,7 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
402
402
|
name="my_workflow",
|
403
403
|
release_config=release_config.id,
|
404
404
|
invocation_config={
|
405
|
-
"
|
405
|
+
"included_targets": [
|
406
406
|
{
|
407
407
|
"database": "gcp-example-project",
|
408
408
|
"schema": "example-dataset",
|
@@ -414,11 +414,11 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
414
414
|
"name": "target_2",
|
415
415
|
},
|
416
416
|
],
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
420
|
-
"
|
421
|
-
"
|
417
|
+
"included_tags": ["tag_1"],
|
418
|
+
"transitive_dependencies_included": True,
|
419
|
+
"transitive_dependents_included": True,
|
420
|
+
"fully_refresh_incremental_tables_enabled": False,
|
421
|
+
"service_account": dataform_sa.email,
|
422
422
|
},
|
423
423
|
cron_schedule="0 7 * * *",
|
424
424
|
time_zone="America/New_York")
|
@@ -499,13 +499,13 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
499
499
|
region="us-central1",
|
500
500
|
git_remote_settings={
|
501
501
|
"url": git_repository.url,
|
502
|
-
"
|
503
|
-
"
|
502
|
+
"default_branch": "main",
|
503
|
+
"authentication_token_secret_version": secret_version.id,
|
504
504
|
},
|
505
505
|
workspace_compilation_overrides={
|
506
|
-
"
|
507
|
-
"
|
508
|
-
"
|
506
|
+
"default_database": "database",
|
507
|
+
"schema_suffix": "_suffix",
|
508
|
+
"table_prefix": "prefix_",
|
509
509
|
})
|
510
510
|
release_config = gcp.dataform.RepositoryReleaseConfig("release_config",
|
511
511
|
project=repository.project,
|
@@ -516,13 +516,13 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
516
516
|
cron_schedule="0 7 * * *",
|
517
517
|
time_zone="America/New_York",
|
518
518
|
code_compilation_config={
|
519
|
-
"
|
520
|
-
"
|
521
|
-
"
|
522
|
-
"
|
523
|
-
"
|
524
|
-
"
|
525
|
-
"
|
519
|
+
"default_database": "gcp-example-project",
|
520
|
+
"default_schema": "example-dataset",
|
521
|
+
"default_location": "us-central1",
|
522
|
+
"assertion_schema": "example-assertion-dataset",
|
523
|
+
"database_suffix": "",
|
524
|
+
"schema_suffix": "",
|
525
|
+
"table_prefix": "",
|
526
526
|
"vars": {
|
527
527
|
"var1": "value",
|
528
528
|
},
|
@@ -537,7 +537,7 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
537
537
|
name="my_workflow",
|
538
538
|
release_config=release_config.id,
|
539
539
|
invocation_config={
|
540
|
-
"
|
540
|
+
"included_targets": [
|
541
541
|
{
|
542
542
|
"database": "gcp-example-project",
|
543
543
|
"schema": "example-dataset",
|
@@ -549,11 +549,11 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
|
|
549
549
|
"name": "target_2",
|
550
550
|
},
|
551
551
|
],
|
552
|
-
"
|
553
|
-
"
|
554
|
-
"
|
555
|
-
"
|
556
|
-
"
|
552
|
+
"included_tags": ["tag_1"],
|
553
|
+
"transitive_dependencies_included": True,
|
554
|
+
"transitive_dependents_included": True,
|
555
|
+
"fully_refresh_incremental_tables_enabled": False,
|
556
|
+
"service_account": dataform_sa.email,
|
557
557
|
},
|
558
558
|
cron_schedule="0 7 * * *",
|
559
559
|
time_zone="America/New_York")
|
@@ -1031,10 +1031,10 @@ class Instance(pulumi.CustomResource):
|
|
1031
1031
|
},
|
1032
1032
|
network_config={
|
1033
1033
|
"network": "default",
|
1034
|
-
"
|
1034
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
1035
1035
|
},
|
1036
1036
|
accelerators=[{
|
1037
|
-
"
|
1037
|
+
"accelerator_type": "CDC",
|
1038
1038
|
"state": "ENABLED",
|
1039
1039
|
}])
|
1040
1040
|
```
|
@@ -1063,10 +1063,10 @@ class Instance(pulumi.CustomResource):
|
|
1063
1063
|
type="BASIC",
|
1064
1064
|
private_instance=True,
|
1065
1065
|
network_config={
|
1066
|
-
"
|
1067
|
-
"
|
1068
|
-
"
|
1069
|
-
"
|
1066
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
1067
|
+
"private_service_connect_config": {
|
1068
|
+
"network_attachment": psc_network_attachment.id,
|
1069
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
1070
1070
|
},
|
1071
1071
|
})
|
1072
1072
|
```
|
@@ -1092,7 +1092,7 @@ class Instance(pulumi.CustomResource):
|
|
1092
1092
|
region="us-central1",
|
1093
1093
|
type="BASIC",
|
1094
1094
|
crypto_key_config={
|
1095
|
-
"
|
1095
|
+
"key_reference": crypto_key.id,
|
1096
1096
|
},
|
1097
1097
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
1098
1098
|
```
|
@@ -1272,10 +1272,10 @@ class Instance(pulumi.CustomResource):
|
|
1272
1272
|
},
|
1273
1273
|
network_config={
|
1274
1274
|
"network": "default",
|
1275
|
-
"
|
1275
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
1276
1276
|
},
|
1277
1277
|
accelerators=[{
|
1278
|
-
"
|
1278
|
+
"accelerator_type": "CDC",
|
1279
1279
|
"state": "ENABLED",
|
1280
1280
|
}])
|
1281
1281
|
```
|
@@ -1304,10 +1304,10 @@ class Instance(pulumi.CustomResource):
|
|
1304
1304
|
type="BASIC",
|
1305
1305
|
private_instance=True,
|
1306
1306
|
network_config={
|
1307
|
-
"
|
1308
|
-
"
|
1309
|
-
"
|
1310
|
-
"
|
1307
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
1308
|
+
"private_service_connect_config": {
|
1309
|
+
"network_attachment": psc_network_attachment.id,
|
1310
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
1311
1311
|
},
|
1312
1312
|
})
|
1313
1313
|
```
|
@@ -1333,7 +1333,7 @@ class Instance(pulumi.CustomResource):
|
|
1333
1333
|
region="us-central1",
|
1334
1334
|
type="BASIC",
|
1335
1335
|
crypto_key_config={
|
1336
|
-
"
|
1336
|
+
"key_reference": crypto_key.id,
|
1337
1337
|
},
|
1338
1338
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
1339
1339
|
```
|
@@ -297,18 +297,18 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
297
297
|
description="Description",
|
298
298
|
display_name="Displayname",
|
299
299
|
deidentify_config={
|
300
|
-
"
|
300
|
+
"info_type_transformations": {
|
301
301
|
"transformations": [
|
302
302
|
{
|
303
|
-
"
|
303
|
+
"info_types": [{
|
304
304
|
"name": "FIRST_NAME",
|
305
305
|
}],
|
306
|
-
"
|
307
|
-
"
|
306
|
+
"primitive_transformation": {
|
307
|
+
"replace_with_info_type_config": True,
|
308
308
|
},
|
309
309
|
},
|
310
310
|
{
|
311
|
-
"
|
311
|
+
"info_types": [
|
312
312
|
{
|
313
313
|
"name": "PHONE_NUMBER",
|
314
314
|
},
|
@@ -316,16 +316,16 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
316
316
|
"name": "AGE",
|
317
317
|
},
|
318
318
|
],
|
319
|
-
"
|
320
|
-
"
|
321
|
-
"
|
322
|
-
"
|
319
|
+
"primitive_transformation": {
|
320
|
+
"replace_config": {
|
321
|
+
"new_value": {
|
322
|
+
"integer_value": 9,
|
323
323
|
},
|
324
324
|
},
|
325
325
|
},
|
326
326
|
},
|
327
327
|
{
|
328
|
-
"
|
328
|
+
"info_types": [
|
329
329
|
{
|
330
330
|
"name": "EMAIL_ADDRESS",
|
331
331
|
},
|
@@ -333,25 +333,25 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
333
333
|
"name": "LAST_NAME",
|
334
334
|
},
|
335
335
|
],
|
336
|
-
"
|
337
|
-
"
|
338
|
-
"
|
339
|
-
"
|
340
|
-
"
|
341
|
-
"
|
342
|
-
"
|
336
|
+
"primitive_transformation": {
|
337
|
+
"character_mask_config": {
|
338
|
+
"masking_character": "X",
|
339
|
+
"number_to_mask": 4,
|
340
|
+
"reverse_order": True,
|
341
|
+
"characters_to_ignores": [{
|
342
|
+
"common_characters_to_ignore": "PUNCTUATION",
|
343
343
|
}],
|
344
344
|
},
|
345
345
|
},
|
346
346
|
},
|
347
347
|
{
|
348
|
-
"
|
348
|
+
"info_types": [{
|
349
349
|
"name": "DATE_OF_BIRTH",
|
350
350
|
}],
|
351
|
-
"
|
352
|
-
"
|
353
|
-
"
|
354
|
-
"
|
351
|
+
"primitive_transformation": {
|
352
|
+
"replace_config": {
|
353
|
+
"new_value": {
|
354
|
+
"date_value": {
|
355
355
|
"year": 2020,
|
356
356
|
"month": 1,
|
357
357
|
"day": 1,
|
@@ -361,20 +361,20 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
361
361
|
},
|
362
362
|
},
|
363
363
|
{
|
364
|
-
"
|
364
|
+
"info_types": [{
|
365
365
|
"name": "CREDIT_CARD_NUMBER",
|
366
366
|
}],
|
367
|
-
"
|
368
|
-
"
|
367
|
+
"primitive_transformation": {
|
368
|
+
"crypto_deterministic_config": {
|
369
369
|
"context": {
|
370
370
|
"name": "sometweak",
|
371
371
|
},
|
372
|
-
"
|
372
|
+
"crypto_key": {
|
373
373
|
"transient": {
|
374
374
|
"name": "beep",
|
375
375
|
},
|
376
376
|
},
|
377
|
-
"
|
377
|
+
"surrogate_info_type": {
|
378
378
|
"name": "abc",
|
379
379
|
},
|
380
380
|
},
|
@@ -395,26 +395,26 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
395
395
|
description="Description",
|
396
396
|
display_name="Displayname",
|
397
397
|
deidentify_config={
|
398
|
-
"
|
398
|
+
"image_transformations": {
|
399
399
|
"transforms": [
|
400
400
|
{
|
401
|
-
"
|
401
|
+
"redaction_color": {
|
402
402
|
"red": 0.5,
|
403
403
|
"blue": 1,
|
404
404
|
"green": 0.2,
|
405
405
|
},
|
406
|
-
"
|
407
|
-
"
|
406
|
+
"selected_info_types": {
|
407
|
+
"info_types": [{
|
408
408
|
"name": "COLOR_INFO",
|
409
409
|
"version": "latest",
|
410
410
|
}],
|
411
411
|
},
|
412
412
|
},
|
413
413
|
{
|
414
|
-
"
|
414
|
+
"all_info_types": {},
|
415
415
|
},
|
416
416
|
{
|
417
|
-
"
|
417
|
+
"all_text": {},
|
418
418
|
},
|
419
419
|
],
|
420
420
|
},
|
@@ -481,18 +481,18 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
481
481
|
description="Description",
|
482
482
|
display_name="Displayname",
|
483
483
|
deidentify_config={
|
484
|
-
"
|
484
|
+
"info_type_transformations": {
|
485
485
|
"transformations": [
|
486
486
|
{
|
487
|
-
"
|
487
|
+
"info_types": [{
|
488
488
|
"name": "FIRST_NAME",
|
489
489
|
}],
|
490
|
-
"
|
491
|
-
"
|
490
|
+
"primitive_transformation": {
|
491
|
+
"replace_with_info_type_config": True,
|
492
492
|
},
|
493
493
|
},
|
494
494
|
{
|
495
|
-
"
|
495
|
+
"info_types": [
|
496
496
|
{
|
497
497
|
"name": "PHONE_NUMBER",
|
498
498
|
},
|
@@ -500,16 +500,16 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
500
500
|
"name": "AGE",
|
501
501
|
},
|
502
502
|
],
|
503
|
-
"
|
504
|
-
"
|
505
|
-
"
|
506
|
-
"
|
503
|
+
"primitive_transformation": {
|
504
|
+
"replace_config": {
|
505
|
+
"new_value": {
|
506
|
+
"integer_value": 9,
|
507
507
|
},
|
508
508
|
},
|
509
509
|
},
|
510
510
|
},
|
511
511
|
{
|
512
|
-
"
|
512
|
+
"info_types": [
|
513
513
|
{
|
514
514
|
"name": "EMAIL_ADDRESS",
|
515
515
|
},
|
@@ -517,25 +517,25 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
517
517
|
"name": "LAST_NAME",
|
518
518
|
},
|
519
519
|
],
|
520
|
-
"
|
521
|
-
"
|
522
|
-
"
|
523
|
-
"
|
524
|
-
"
|
525
|
-
"
|
526
|
-
"
|
520
|
+
"primitive_transformation": {
|
521
|
+
"character_mask_config": {
|
522
|
+
"masking_character": "X",
|
523
|
+
"number_to_mask": 4,
|
524
|
+
"reverse_order": True,
|
525
|
+
"characters_to_ignores": [{
|
526
|
+
"common_characters_to_ignore": "PUNCTUATION",
|
527
527
|
}],
|
528
528
|
},
|
529
529
|
},
|
530
530
|
},
|
531
531
|
{
|
532
|
-
"
|
532
|
+
"info_types": [{
|
533
533
|
"name": "DATE_OF_BIRTH",
|
534
534
|
}],
|
535
|
-
"
|
536
|
-
"
|
537
|
-
"
|
538
|
-
"
|
535
|
+
"primitive_transformation": {
|
536
|
+
"replace_config": {
|
537
|
+
"new_value": {
|
538
|
+
"date_value": {
|
539
539
|
"year": 2020,
|
540
540
|
"month": 1,
|
541
541
|
"day": 1,
|
@@ -545,20 +545,20 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
545
545
|
},
|
546
546
|
},
|
547
547
|
{
|
548
|
-
"
|
548
|
+
"info_types": [{
|
549
549
|
"name": "CREDIT_CARD_NUMBER",
|
550
550
|
}],
|
551
|
-
"
|
552
|
-
"
|
551
|
+
"primitive_transformation": {
|
552
|
+
"crypto_deterministic_config": {
|
553
553
|
"context": {
|
554
554
|
"name": "sometweak",
|
555
555
|
},
|
556
|
-
"
|
556
|
+
"crypto_key": {
|
557
557
|
"transient": {
|
558
558
|
"name": "beep",
|
559
559
|
},
|
560
560
|
},
|
561
|
-
"
|
561
|
+
"surrogate_info_type": {
|
562
562
|
"name": "abc",
|
563
563
|
},
|
564
564
|
},
|
@@ -579,26 +579,26 @@ class PreventionDeidentifyTemplate(pulumi.CustomResource):
|
|
579
579
|
description="Description",
|
580
580
|
display_name="Displayname",
|
581
581
|
deidentify_config={
|
582
|
-
"
|
582
|
+
"image_transformations": {
|
583
583
|
"transforms": [
|
584
584
|
{
|
585
|
-
"
|
585
|
+
"redaction_color": {
|
586
586
|
"red": 0.5,
|
587
587
|
"blue": 1,
|
588
588
|
"green": 0.2,
|
589
589
|
},
|
590
|
-
"
|
591
|
-
"
|
590
|
+
"selected_info_types": {
|
591
|
+
"info_types": [{
|
592
592
|
"name": "COLOR_INFO",
|
593
593
|
"version": "latest",
|
594
594
|
}],
|
595
595
|
},
|
596
596
|
},
|
597
597
|
{
|
598
|
-
"
|
598
|
+
"all_info_types": {},
|
599
599
|
},
|
600
600
|
{
|
601
|
-
"
|
601
|
+
"all_text": {},
|
602
602
|
},
|
603
603
|
],
|
604
604
|
},
|