pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.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 +11 -0
- pulumi_gcp/_utilities.py +5 -4
- 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 -46
- 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/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- 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 +104 -0
- 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/_inputs.py +14 -0
- 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_address.py +16 -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/outputs.py +8 -0
- 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 +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- 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/__init__.py +1 -0
- 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/get_membership_binding.py +222 -0
- 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/outputs.py +19 -0
- 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/iap/client.py +7 -7
- 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/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- 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/address_group.py +1 -1
- 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 +24 -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/provider.py +20 -0
- 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/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- 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/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- 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.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -716,7 +716,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
716
716
|
"google.subject": "assertion.sub",
|
717
717
|
},
|
718
718
|
saml={
|
719
|
-
"
|
719
|
+
"idp_metadata_xml": "<?xml version=\\"1.0\\"?><md:EntityDescriptor xmlns:md=\\"urn:oasis:names:tc:SAML:2.0:metadata\\" entityID=\\"https://test.com\\"><md:IDPSSODescriptor protocolSupportEnumeration=\\"urn:oasis:names:tc:SAML:2.0:protocol\\"> <md:KeyDescriptor use=\\"signing\\"><ds:KeyInfo xmlns:ds=\\"http://www.w3.org/2000/09/xmldsig#\\"><ds:X509Data><ds:X509Certificate>MIIDpDCCAoygAwIBAgIGAX7/5qPhMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsGA1UECgwET2t0YTEUMBIGA1UECwwLU1NPUHJvdmlkZXIxEzARBgNVBAMMCmRldi00NTg0MjExHDAaBgkqhkiG9w0BCQEWDWluZm9Ab2t0YS5jb20wHhcNMjIwMjE2MDAxOTEyWhcNMzIwMjE2MDAyMDEyWjCBkjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFjAUBgNVBAcMDVNhbiBGcmFuY2lzY28xDTALBgNVBAoMBE9rdGExFDASBgNVBAsMC1NTT1Byb3ZpZGVyMRMwEQYDVQQDDApkZXYtNDU4NDIxMRwwGgYJKoZIhvcNAQkBFg1pbmZvQG9rdGEuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrBl7GKz52cRpxF9xCsirnRuMxnhFBaUrsHqAQrLqWmdlpNYZTVg+T9iQ+aq/iE68L+BRZcZniKIvW58wqqS0ltXVvIkXuDSvnvnkkI5yMIVErR20K8jSOKQm1FmK+fgAJ4koshFiu9oLiqu0Ejc0DuL3/XRsb4RuxjktKTb1khgBBtb+7idEk0sFR0RPefAweXImJkDHDm7SxjDwGJUubbqpdTxasPr0W+AHI1VUzsUsTiHAoyb0XDkYqHfDzhj/ZdIEl4zHQ3bEZvlD984ztAnmX2SuFLLKfXeAAGHei8MMixJvwxYkkPeYZ/5h8WgBZPP4heS2CPjwYExt29L8QIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQARjJFz++a9Z5IQGFzsZMrX2EDR5ML4xxUiQkbhld1S1PljOLcYFARDmUC2YYHOueU4ee8Jid9nPGEUebV/4Jok+b+oQh+dWMgiWjSLI7h5q4OYZ3VJtdlVwgMFt2iz+/4yBKMUZ50g3Qgg36vE34us+eKitg759JgCNsibxn0qtJgSPm0sgP2L6yTaLnoEUbXBRxCwynTSkp9ZijZqEzbhN0e2dWv7Rx/nfpohpDP6vEiFImKFHpDSv3M/5de1ytQzPFrZBYt9WlzlYwE1aD9FHCxdd+rWgYMVVoRaRmndpV/Rq3QUuDuFJtaoX11bC7ExkOpg9KstZzA63i3VcfYv</ds:X509Certificate></ds:X509Data></ds:KeyInfo></md:KeyDescriptor><md:SingleSignOnService Binding=\\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\\" Location=\\"https://test.com/sso\\"/></md:IDPSSODescriptor></md:EntityDescriptor>",
|
720
720
|
})
|
721
721
|
```
|
722
722
|
### Iam Workforce Pool Provider Saml Full
|
@@ -737,7 +737,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
737
737
|
"google.subject": "assertion.sub",
|
738
738
|
},
|
739
739
|
saml={
|
740
|
-
"
|
740
|
+
"idp_metadata_xml": "<?xml version=\\"1.0\\"?><md:EntityDescriptor xmlns:md=\\"urn:oasis:names:tc:SAML:2.0:metadata\\" entityID=\\"https://test.com\\"><md:IDPSSODescriptor protocolSupportEnumeration=\\"urn:oasis:names:tc:SAML:2.0:protocol\\"> <md:KeyDescriptor use=\\"signing\\"><ds:KeyInfo xmlns:ds=\\"http://www.w3.org/2000/09/xmldsig#\\"><ds:X509Data><ds:X509Certificate>MIIDpDCCAoygAwIBAgIGAX7/5qPhMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsGA1UECgwET2t0YTEUMBIGA1UECwwLU1NPUHJvdmlkZXIxEzARBgNVBAMMCmRldi00NTg0MjExHDAaBgkqhkiG9w0BCQEWDWluZm9Ab2t0YS5jb20wHhcNMjIwMjE2MDAxOTEyWhcNMzIwMjE2MDAyMDEyWjCBkjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFjAUBgNVBAcMDVNhbiBGcmFuY2lzY28xDTALBgNVBAoMBE9rdGExFDASBgNVBAsMC1NTT1Byb3ZpZGVyMRMwEQYDVQQDDApkZXYtNDU4NDIxMRwwGgYJKoZIhvcNAQkBFg1pbmZvQG9rdGEuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrBl7GKz52cRpxF9xCsirnRuMxnhFBaUrsHqAQrLqWmdlpNYZTVg+T9iQ+aq/iE68L+BRZcZniKIvW58wqqS0ltXVvIkXuDSvnvnkkI5yMIVErR20K8jSOKQm1FmK+fgAJ4koshFiu9oLiqu0Ejc0DuL3/XRsb4RuxjktKTb1khgBBtb+7idEk0sFR0RPefAweXImJkDHDm7SxjDwGJUubbqpdTxasPr0W+AHI1VUzsUsTiHAoyb0XDkYqHfDzhj/ZdIEl4zHQ3bEZvlD984ztAnmX2SuFLLKfXeAAGHei8MMixJvwxYkkPeYZ/5h8WgBZPP4heS2CPjwYExt29L8QIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQARjJFz++a9Z5IQGFzsZMrX2EDR5ML4xxUiQkbhld1S1PljOLcYFARDmUC2YYHOueU4ee8Jid9nPGEUebV/4Jok+b+oQh+dWMgiWjSLI7h5q4OYZ3VJtdlVwgMFt2iz+/4yBKMUZ50g3Qgg36vE34us+eKitg759JgCNsibxn0qtJgSPm0sgP2L6yTaLnoEUbXBRxCwynTSkp9ZijZqEzbhN0e2dWv7Rx/nfpohpDP6vEiFImKFHpDSv3M/5de1ytQzPFrZBYt9WlzlYwE1aD9FHCxdd+rWgYMVVoRaRmndpV/Rq3QUuDuFJtaoX11bC7ExkOpg9KstZzA63i3VcfYv</ds:X509Certificate></ds:X509Data></ds:KeyInfo></md:KeyDescriptor><md:SingleSignOnService Binding=\\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\\" Location=\\"https://test.com/sso\\"/></md:IDPSSODescriptor></md:EntityDescriptor>",
|
741
741
|
},
|
742
742
|
display_name="Display name",
|
743
743
|
description="A sample SAML workforce pool provider.",
|
@@ -762,16 +762,16 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
762
762
|
"google.subject": "assertion.sub",
|
763
763
|
},
|
764
764
|
oidc={
|
765
|
-
"
|
766
|
-
"
|
767
|
-
"
|
765
|
+
"issuer_uri": "https://accounts.thirdparty.com",
|
766
|
+
"client_id": "client-id",
|
767
|
+
"client_secret": {
|
768
768
|
"value": {
|
769
|
-
"
|
769
|
+
"plain_text": "client-secret",
|
770
770
|
},
|
771
771
|
},
|
772
|
-
"
|
773
|
-
"
|
774
|
-
"
|
772
|
+
"web_sso_config": {
|
773
|
+
"response_type": "CODE",
|
774
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
775
775
|
},
|
776
776
|
})
|
777
777
|
```
|
@@ -793,17 +793,17 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
793
793
|
"google.subject": "assertion.sub",
|
794
794
|
},
|
795
795
|
oidc={
|
796
|
-
"
|
797
|
-
"
|
798
|
-
"
|
796
|
+
"issuer_uri": "https://accounts.thirdparty.com",
|
797
|
+
"client_id": "client-id",
|
798
|
+
"client_secret": {
|
799
799
|
"value": {
|
800
|
-
"
|
800
|
+
"plain_text": "client-secret",
|
801
801
|
},
|
802
802
|
},
|
803
|
-
"
|
804
|
-
"
|
805
|
-
"
|
806
|
-
"
|
803
|
+
"web_sso_config": {
|
804
|
+
"response_type": "CODE",
|
805
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
806
|
+
"additional_scopes": [
|
807
807
|
"groups",
|
808
808
|
"roles",
|
809
809
|
],
|
@@ -832,27 +832,27 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
832
832
|
"google.subject": "assertion.sub",
|
833
833
|
},
|
834
834
|
oidc={
|
835
|
-
"
|
836
|
-
"
|
837
|
-
"
|
838
|
-
"
|
839
|
-
"
|
835
|
+
"issuer_uri": "https://sts.windows.net/826602fe-2101-470c-9d71-ee1343668989/",
|
836
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
837
|
+
"web_sso_config": {
|
838
|
+
"response_type": "CODE",
|
839
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
840
840
|
},
|
841
|
-
"
|
841
|
+
"client_secret": {
|
842
842
|
"value": {
|
843
|
-
"
|
843
|
+
"plain_text": "client-secret",
|
844
844
|
},
|
845
845
|
},
|
846
846
|
},
|
847
847
|
extra_attributes_oauth2_client={
|
848
|
-
"
|
849
|
-
"
|
850
|
-
"
|
848
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
849
|
+
"client_id": "client-id",
|
850
|
+
"client_secret": {
|
851
851
|
"value": {
|
852
|
-
"
|
852
|
+
"plain_text": "client-secret",
|
853
853
|
},
|
854
854
|
},
|
855
|
-
"
|
855
|
+
"attributes_type": "AZURE_AD_GROUPS_MAIL",
|
856
856
|
})
|
857
857
|
```
|
858
858
|
### Iam Workforce Pool Provider Extra Attributes Oauth2 Config Client Full
|
@@ -873,28 +873,28 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
873
873
|
"google.subject": "assertion.sub",
|
874
874
|
},
|
875
875
|
oidc={
|
876
|
-
"
|
877
|
-
"
|
878
|
-
"
|
876
|
+
"issuer_uri": "https://sts.windows.net/826602fe-2101-470c-9d71-ee1343668989/",
|
877
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
878
|
+
"client_secret": {
|
879
879
|
"value": {
|
880
|
-
"
|
880
|
+
"plain_text": "client-secret",
|
881
881
|
},
|
882
882
|
},
|
883
|
-
"
|
884
|
-
"
|
885
|
-
"
|
883
|
+
"web_sso_config": {
|
884
|
+
"response_type": "CODE",
|
885
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
886
886
|
},
|
887
887
|
},
|
888
888
|
extra_attributes_oauth2_client={
|
889
|
-
"
|
890
|
-
"
|
891
|
-
"
|
889
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
890
|
+
"client_id": "client-id",
|
891
|
+
"client_secret": {
|
892
892
|
"value": {
|
893
|
-
"
|
893
|
+
"plain_text": "client-secret",
|
894
894
|
},
|
895
895
|
},
|
896
|
-
"
|
897
|
-
"
|
896
|
+
"attributes_type": "AZURE_AD_GROUPS_MAIL",
|
897
|
+
"query_parameters": {
|
898
898
|
"filter": "mail:gcp",
|
899
899
|
},
|
900
900
|
})
|
@@ -1030,7 +1030,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1030
1030
|
"google.subject": "assertion.sub",
|
1031
1031
|
},
|
1032
1032
|
saml={
|
1033
|
-
"
|
1033
|
+
"idp_metadata_xml": "<?xml version=\\"1.0\\"?><md:EntityDescriptor xmlns:md=\\"urn:oasis:names:tc:SAML:2.0:metadata\\" entityID=\\"https://test.com\\"><md:IDPSSODescriptor protocolSupportEnumeration=\\"urn:oasis:names:tc:SAML:2.0:protocol\\"> <md:KeyDescriptor use=\\"signing\\"><ds:KeyInfo xmlns:ds=\\"http://www.w3.org/2000/09/xmldsig#\\"><ds:X509Data><ds:X509Certificate>MIIDpDCCAoygAwIBAgIGAX7/5qPhMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsGA1UECgwET2t0YTEUMBIGA1UECwwLU1NPUHJvdmlkZXIxEzARBgNVBAMMCmRldi00NTg0MjExHDAaBgkqhkiG9w0BCQEWDWluZm9Ab2t0YS5jb20wHhcNMjIwMjE2MDAxOTEyWhcNMzIwMjE2MDAyMDEyWjCBkjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFjAUBgNVBAcMDVNhbiBGcmFuY2lzY28xDTALBgNVBAoMBE9rdGExFDASBgNVBAsMC1NTT1Byb3ZpZGVyMRMwEQYDVQQDDApkZXYtNDU4NDIxMRwwGgYJKoZIhvcNAQkBFg1pbmZvQG9rdGEuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrBl7GKz52cRpxF9xCsirnRuMxnhFBaUrsHqAQrLqWmdlpNYZTVg+T9iQ+aq/iE68L+BRZcZniKIvW58wqqS0ltXVvIkXuDSvnvnkkI5yMIVErR20K8jSOKQm1FmK+fgAJ4koshFiu9oLiqu0Ejc0DuL3/XRsb4RuxjktKTb1khgBBtb+7idEk0sFR0RPefAweXImJkDHDm7SxjDwGJUubbqpdTxasPr0W+AHI1VUzsUsTiHAoyb0XDkYqHfDzhj/ZdIEl4zHQ3bEZvlD984ztAnmX2SuFLLKfXeAAGHei8MMixJvwxYkkPeYZ/5h8WgBZPP4heS2CPjwYExt29L8QIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQARjJFz++a9Z5IQGFzsZMrX2EDR5ML4xxUiQkbhld1S1PljOLcYFARDmUC2YYHOueU4ee8Jid9nPGEUebV/4Jok+b+oQh+dWMgiWjSLI7h5q4OYZ3VJtdlVwgMFt2iz+/4yBKMUZ50g3Qgg36vE34us+eKitg759JgCNsibxn0qtJgSPm0sgP2L6yTaLnoEUbXBRxCwynTSkp9ZijZqEzbhN0e2dWv7Rx/nfpohpDP6vEiFImKFHpDSv3M/5de1ytQzPFrZBYt9WlzlYwE1aD9FHCxdd+rWgYMVVoRaRmndpV/Rq3QUuDuFJtaoX11bC7ExkOpg9KstZzA63i3VcfYv</ds:X509Certificate></ds:X509Data></ds:KeyInfo></md:KeyDescriptor><md:SingleSignOnService Binding=\\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\\" Location=\\"https://test.com/sso\\"/></md:IDPSSODescriptor></md:EntityDescriptor>",
|
1034
1034
|
})
|
1035
1035
|
```
|
1036
1036
|
### Iam Workforce Pool Provider Saml Full
|
@@ -1051,7 +1051,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1051
1051
|
"google.subject": "assertion.sub",
|
1052
1052
|
},
|
1053
1053
|
saml={
|
1054
|
-
"
|
1054
|
+
"idp_metadata_xml": "<?xml version=\\"1.0\\"?><md:EntityDescriptor xmlns:md=\\"urn:oasis:names:tc:SAML:2.0:metadata\\" entityID=\\"https://test.com\\"><md:IDPSSODescriptor protocolSupportEnumeration=\\"urn:oasis:names:tc:SAML:2.0:protocol\\"> <md:KeyDescriptor use=\\"signing\\"><ds:KeyInfo xmlns:ds=\\"http://www.w3.org/2000/09/xmldsig#\\"><ds:X509Data><ds:X509Certificate>MIIDpDCCAoygAwIBAgIGAX7/5qPhMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsGA1UECgwET2t0YTEUMBIGA1UECwwLU1NPUHJvdmlkZXIxEzARBgNVBAMMCmRldi00NTg0MjExHDAaBgkqhkiG9w0BCQEWDWluZm9Ab2t0YS5jb20wHhcNMjIwMjE2MDAxOTEyWhcNMzIwMjE2MDAyMDEyWjCBkjELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFjAUBgNVBAcMDVNhbiBGcmFuY2lzY28xDTALBgNVBAoMBE9rdGExFDASBgNVBAsMC1NTT1Byb3ZpZGVyMRMwEQYDVQQDDApkZXYtNDU4NDIxMRwwGgYJKoZIhvcNAQkBFg1pbmZvQG9rdGEuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrBl7GKz52cRpxF9xCsirnRuMxnhFBaUrsHqAQrLqWmdlpNYZTVg+T9iQ+aq/iE68L+BRZcZniKIvW58wqqS0ltXVvIkXuDSvnvnkkI5yMIVErR20K8jSOKQm1FmK+fgAJ4koshFiu9oLiqu0Ejc0DuL3/XRsb4RuxjktKTb1khgBBtb+7idEk0sFR0RPefAweXImJkDHDm7SxjDwGJUubbqpdTxasPr0W+AHI1VUzsUsTiHAoyb0XDkYqHfDzhj/ZdIEl4zHQ3bEZvlD984ztAnmX2SuFLLKfXeAAGHei8MMixJvwxYkkPeYZ/5h8WgBZPP4heS2CPjwYExt29L8QIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQARjJFz++a9Z5IQGFzsZMrX2EDR5ML4xxUiQkbhld1S1PljOLcYFARDmUC2YYHOueU4ee8Jid9nPGEUebV/4Jok+b+oQh+dWMgiWjSLI7h5q4OYZ3VJtdlVwgMFt2iz+/4yBKMUZ50g3Qgg36vE34us+eKitg759JgCNsibxn0qtJgSPm0sgP2L6yTaLnoEUbXBRxCwynTSkp9ZijZqEzbhN0e2dWv7Rx/nfpohpDP6vEiFImKFHpDSv3M/5de1ytQzPFrZBYt9WlzlYwE1aD9FHCxdd+rWgYMVVoRaRmndpV/Rq3QUuDuFJtaoX11bC7ExkOpg9KstZzA63i3VcfYv</ds:X509Certificate></ds:X509Data></ds:KeyInfo></md:KeyDescriptor><md:SingleSignOnService Binding=\\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\\" Location=\\"https://test.com/sso\\"/></md:IDPSSODescriptor></md:EntityDescriptor>",
|
1055
1055
|
},
|
1056
1056
|
display_name="Display name",
|
1057
1057
|
description="A sample SAML workforce pool provider.",
|
@@ -1076,16 +1076,16 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1076
1076
|
"google.subject": "assertion.sub",
|
1077
1077
|
},
|
1078
1078
|
oidc={
|
1079
|
-
"
|
1080
|
-
"
|
1081
|
-
"
|
1079
|
+
"issuer_uri": "https://accounts.thirdparty.com",
|
1080
|
+
"client_id": "client-id",
|
1081
|
+
"client_secret": {
|
1082
1082
|
"value": {
|
1083
|
-
"
|
1083
|
+
"plain_text": "client-secret",
|
1084
1084
|
},
|
1085
1085
|
},
|
1086
|
-
"
|
1087
|
-
"
|
1088
|
-
"
|
1086
|
+
"web_sso_config": {
|
1087
|
+
"response_type": "CODE",
|
1088
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1089
1089
|
},
|
1090
1090
|
})
|
1091
1091
|
```
|
@@ -1107,17 +1107,17 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1107
1107
|
"google.subject": "assertion.sub",
|
1108
1108
|
},
|
1109
1109
|
oidc={
|
1110
|
-
"
|
1111
|
-
"
|
1112
|
-
"
|
1110
|
+
"issuer_uri": "https://accounts.thirdparty.com",
|
1111
|
+
"client_id": "client-id",
|
1112
|
+
"client_secret": {
|
1113
1113
|
"value": {
|
1114
|
-
"
|
1114
|
+
"plain_text": "client-secret",
|
1115
1115
|
},
|
1116
1116
|
},
|
1117
|
-
"
|
1118
|
-
"
|
1119
|
-
"
|
1120
|
-
"
|
1117
|
+
"web_sso_config": {
|
1118
|
+
"response_type": "CODE",
|
1119
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1120
|
+
"additional_scopes": [
|
1121
1121
|
"groups",
|
1122
1122
|
"roles",
|
1123
1123
|
],
|
@@ -1146,27 +1146,27 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1146
1146
|
"google.subject": "assertion.sub",
|
1147
1147
|
},
|
1148
1148
|
oidc={
|
1149
|
-
"
|
1150
|
-
"
|
1151
|
-
"
|
1152
|
-
"
|
1153
|
-
"
|
1149
|
+
"issuer_uri": "https://sts.windows.net/826602fe-2101-470c-9d71-ee1343668989/",
|
1150
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1151
|
+
"web_sso_config": {
|
1152
|
+
"response_type": "CODE",
|
1153
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1154
1154
|
},
|
1155
|
-
"
|
1155
|
+
"client_secret": {
|
1156
1156
|
"value": {
|
1157
|
-
"
|
1157
|
+
"plain_text": "client-secret",
|
1158
1158
|
},
|
1159
1159
|
},
|
1160
1160
|
},
|
1161
1161
|
extra_attributes_oauth2_client={
|
1162
|
-
"
|
1163
|
-
"
|
1164
|
-
"
|
1162
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1163
|
+
"client_id": "client-id",
|
1164
|
+
"client_secret": {
|
1165
1165
|
"value": {
|
1166
|
-
"
|
1166
|
+
"plain_text": "client-secret",
|
1167
1167
|
},
|
1168
1168
|
},
|
1169
|
-
"
|
1169
|
+
"attributes_type": "AZURE_AD_GROUPS_MAIL",
|
1170
1170
|
})
|
1171
1171
|
```
|
1172
1172
|
### Iam Workforce Pool Provider Extra Attributes Oauth2 Config Client Full
|
@@ -1187,28 +1187,28 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1187
1187
|
"google.subject": "assertion.sub",
|
1188
1188
|
},
|
1189
1189
|
oidc={
|
1190
|
-
"
|
1191
|
-
"
|
1192
|
-
"
|
1190
|
+
"issuer_uri": "https://sts.windows.net/826602fe-2101-470c-9d71-ee1343668989/",
|
1191
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1192
|
+
"client_secret": {
|
1193
1193
|
"value": {
|
1194
|
-
"
|
1194
|
+
"plain_text": "client-secret",
|
1195
1195
|
},
|
1196
1196
|
},
|
1197
|
-
"
|
1198
|
-
"
|
1199
|
-
"
|
1197
|
+
"web_sso_config": {
|
1198
|
+
"response_type": "CODE",
|
1199
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1200
1200
|
},
|
1201
1201
|
},
|
1202
1202
|
extra_attributes_oauth2_client={
|
1203
|
-
"
|
1204
|
-
"
|
1205
|
-
"
|
1203
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1204
|
+
"client_id": "client-id",
|
1205
|
+
"client_secret": {
|
1206
1206
|
"value": {
|
1207
|
-
"
|
1207
|
+
"plain_text": "client-secret",
|
1208
1208
|
},
|
1209
1209
|
},
|
1210
|
-
"
|
1211
|
-
"
|
1210
|
+
"attributes_type": "AZURE_AD_GROUPS_MAIL",
|
1211
|
+
"query_parameters": {
|
1212
1212
|
"filter": "mail:gcp",
|
1213
1213
|
},
|
1214
1214
|
})
|
@@ -733,7 +733,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
733
733
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
734
734
|
workload_identity_pool_provider_id="example-prvdr",
|
735
735
|
aws={
|
736
|
-
"
|
736
|
+
"account_id": "999999999999",
|
737
737
|
})
|
738
738
|
```
|
739
739
|
### Iam Workload Identity Pool Provider Aws Full
|
@@ -756,7 +756,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
756
756
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
757
757
|
},
|
758
758
|
aws={
|
759
|
-
"
|
759
|
+
"account_id": "999999999999",
|
760
760
|
})
|
761
761
|
```
|
762
762
|
### Iam Workload Identity Pool Provider Oidc Basic
|
@@ -773,7 +773,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
773
773
|
"google.subject": "assertion.sub",
|
774
774
|
},
|
775
775
|
oidc={
|
776
|
-
"
|
776
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
777
777
|
})
|
778
778
|
```
|
779
779
|
### Iam Workload Identity Pool Provider Oidc Full
|
@@ -800,11 +800,11 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
800
800
|
\"\"\",
|
801
801
|
},
|
802
802
|
oidc={
|
803
|
-
"
|
803
|
+
"allowed_audiences": [
|
804
804
|
"https://example.com/gcp-oidc-federation",
|
805
805
|
"example.com/gcp-oidc-federation",
|
806
806
|
],
|
807
|
-
"
|
807
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
808
808
|
})
|
809
809
|
```
|
810
810
|
### Iam Workload Identity Pool Provider Saml Basic
|
@@ -824,7 +824,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
824
824
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
825
825
|
},
|
826
826
|
saml={
|
827
|
-
"
|
827
|
+
"idp_metadata_xml": std.file(input="test-fixtures/metadata.xml").result,
|
828
828
|
})
|
829
829
|
```
|
830
830
|
### Iam Workload Identity Pool Provider Saml Full
|
@@ -847,7 +847,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
847
847
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
848
848
|
},
|
849
849
|
saml={
|
850
|
-
"
|
850
|
+
"idp_metadata_xml": std.file(input="test-fixtures/metadata.xml").result,
|
851
851
|
})
|
852
852
|
```
|
853
853
|
### Iam Workload Identity Pool Provider Oidc Upload Key
|
@@ -874,12 +874,12 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
874
874
|
\"\"\",
|
875
875
|
},
|
876
876
|
oidc={
|
877
|
-
"
|
877
|
+
"allowed_audiences": [
|
878
878
|
"https://example.com/gcp-oidc-federation",
|
879
879
|
"example.com/gcp-oidc-federation",
|
880
880
|
],
|
881
|
-
"
|
882
|
-
"
|
881
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
882
|
+
"jwks_json": "{\\"keys\\":[{\\"kty\\":\\"RSA\\",\\"alg\\":\\"RS256\\",\\"kid\\":\\"sif0AR-F6MuvksAyAOv-Pds08Bcf2eUMlxE30NofddA\\",\\"use\\":\\"sig\\",\\"e\\":\\"AQAB\\",\\"n\\":\\"ylH1Chl1tpfti3lh51E1g5dPogzXDaQseqjsefGLknaNl5W6Wd4frBhHyE2t41Q5zgz_Ll0-NvWm0FlaG6brhrN9QZu6sJP1bM8WPfJVPgXOanxi7d7TXCkeNubGeiLTf5R3UXtS9Lm_guemU7MxDjDTelxnlgGCihOVTcL526suNJUdfXtpwUsvdU6_ZnAp9IpsuYjCtwPm9hPumlcZGMbxstdh07O4y4O90cVQClJOKSGQjAUCKJWXIQ0cqffGS_HuS_725CPzQ85SzYZzaNpgfhAER7kx_9P16ARM3BJz0PI5fe2hECE61J4GYU_BY43sxDfs7HyJpEXKLU9eWw\\"}]}",
|
883
883
|
})
|
884
884
|
```
|
885
885
|
|
@@ -1015,7 +1015,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1015
1015
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
1016
1016
|
workload_identity_pool_provider_id="example-prvdr",
|
1017
1017
|
aws={
|
1018
|
-
"
|
1018
|
+
"account_id": "999999999999",
|
1019
1019
|
})
|
1020
1020
|
```
|
1021
1021
|
### Iam Workload Identity Pool Provider Aws Full
|
@@ -1038,7 +1038,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1038
1038
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
1039
1039
|
},
|
1040
1040
|
aws={
|
1041
|
-
"
|
1041
|
+
"account_id": "999999999999",
|
1042
1042
|
})
|
1043
1043
|
```
|
1044
1044
|
### Iam Workload Identity Pool Provider Oidc Basic
|
@@ -1055,7 +1055,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1055
1055
|
"google.subject": "assertion.sub",
|
1056
1056
|
},
|
1057
1057
|
oidc={
|
1058
|
-
"
|
1058
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
1059
1059
|
})
|
1060
1060
|
```
|
1061
1061
|
### Iam Workload Identity Pool Provider Oidc Full
|
@@ -1082,11 +1082,11 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1082
1082
|
\"\"\",
|
1083
1083
|
},
|
1084
1084
|
oidc={
|
1085
|
-
"
|
1085
|
+
"allowed_audiences": [
|
1086
1086
|
"https://example.com/gcp-oidc-federation",
|
1087
1087
|
"example.com/gcp-oidc-federation",
|
1088
1088
|
],
|
1089
|
-
"
|
1089
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
1090
1090
|
})
|
1091
1091
|
```
|
1092
1092
|
### Iam Workload Identity Pool Provider Saml Basic
|
@@ -1106,7 +1106,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1106
1106
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
1107
1107
|
},
|
1108
1108
|
saml={
|
1109
|
-
"
|
1109
|
+
"idp_metadata_xml": std.file(input="test-fixtures/metadata.xml").result,
|
1110
1110
|
})
|
1111
1111
|
```
|
1112
1112
|
### Iam Workload Identity Pool Provider Saml Full
|
@@ -1129,7 +1129,7 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1129
1129
|
"attribute.environment": "assertion.arn.contains(\\":instance-profile/Production\\") ? \\"prod\\" : \\"test\\"",
|
1130
1130
|
},
|
1131
1131
|
saml={
|
1132
|
-
"
|
1132
|
+
"idp_metadata_xml": std.file(input="test-fixtures/metadata.xml").result,
|
1133
1133
|
})
|
1134
1134
|
```
|
1135
1135
|
### Iam Workload Identity Pool Provider Oidc Upload Key
|
@@ -1156,12 +1156,12 @@ class WorkloadIdentityPoolProvider(pulumi.CustomResource):
|
|
1156
1156
|
\"\"\",
|
1157
1157
|
},
|
1158
1158
|
oidc={
|
1159
|
-
"
|
1159
|
+
"allowed_audiences": [
|
1160
1160
|
"https://example.com/gcp-oidc-federation",
|
1161
1161
|
"example.com/gcp-oidc-federation",
|
1162
1162
|
],
|
1163
|
-
"
|
1164
|
-
"
|
1163
|
+
"issuer_uri": "https://sts.windows.net/azure-tenant-id",
|
1164
|
+
"jwks_json": "{\\"keys\\":[{\\"kty\\":\\"RSA\\",\\"alg\\":\\"RS256\\",\\"kid\\":\\"sif0AR-F6MuvksAyAOv-Pds08Bcf2eUMlxE30NofddA\\",\\"use\\":\\"sig\\",\\"e\\":\\"AQAB\\",\\"n\\":\\"ylH1Chl1tpfti3lh51E1g5dPogzXDaQseqjsefGLknaNl5W6Wd4frBhHyE2t41Q5zgz_Ll0-NvWm0FlaG6brhrN9QZu6sJP1bM8WPfJVPgXOanxi7d7TXCkeNubGeiLTf5R3UXtS9Lm_guemU7MxDjDTelxnlgGCihOVTcL526suNJUdfXtpwUsvdU6_ZnAp9IpsuYjCtwPm9hPumlcZGMbxstdh07O4y4O90cVQClJOKSGQjAUCKJWXIQ0cqffGS_HuS_725CPzQ85SzYZzaNpgfhAER7kx_9P16ARM3BJz0PI5fe2hECE61J4GYU_BY43sxDfs7HyJpEXKLU9eWw\\"}]}",
|
1165
1165
|
})
|
1166
1166
|
```
|
1167
1167
|
|
pulumi_gcp/iap/client.py
CHANGED
@@ -25,7 +25,7 @@ class ClientArgs:
|
|
25
25
|
The set of arguments for constructing a Client resource.
|
26
26
|
:param pulumi.Input[str] brand: Identifier of the brand to which this client
|
27
27
|
is attached to. The format is
|
28
|
-
`projects/{project_number}/brands/{brand_id}
|
28
|
+
`projects/{project_number}/brands/{brand_id}`.
|
29
29
|
|
30
30
|
|
31
31
|
- - -
|
@@ -40,7 +40,7 @@ class ClientArgs:
|
|
40
40
|
"""
|
41
41
|
Identifier of the brand to which this client
|
42
42
|
is attached to. The format is
|
43
|
-
`projects/{project_number}/brands/{brand_id}
|
43
|
+
`projects/{project_number}/brands/{brand_id}`.
|
44
44
|
|
45
45
|
|
46
46
|
- - -
|
@@ -75,7 +75,7 @@ class _ClientState:
|
|
75
75
|
Input properties used for looking up and filtering Client resources.
|
76
76
|
:param pulumi.Input[str] brand: Identifier of the brand to which this client
|
77
77
|
is attached to. The format is
|
78
|
-
`projects/{project_number}/brands/{brand_id}
|
78
|
+
`projects/{project_number}/brands/{brand_id}`.
|
79
79
|
|
80
80
|
|
81
81
|
- - -
|
@@ -99,7 +99,7 @@ class _ClientState:
|
|
99
99
|
"""
|
100
100
|
Identifier of the brand to which this client
|
101
101
|
is attached to. The format is
|
102
|
-
`projects/{project_number}/brands/{brand_id}
|
102
|
+
`projects/{project_number}/brands/{brand_id}`.
|
103
103
|
|
104
104
|
|
105
105
|
- - -
|
@@ -215,7 +215,7 @@ class Client(pulumi.CustomResource):
|
|
215
215
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
216
216
|
:param pulumi.Input[str] brand: Identifier of the brand to which this client
|
217
217
|
is attached to. The format is
|
218
|
-
`projects/{project_number}/brands/{brand_id}
|
218
|
+
`projects/{project_number}/brands/{brand_id}`.
|
219
219
|
|
220
220
|
|
221
221
|
- - -
|
@@ -341,7 +341,7 @@ class Client(pulumi.CustomResource):
|
|
341
341
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
342
342
|
:param pulumi.Input[str] brand: Identifier of the brand to which this client
|
343
343
|
is attached to. The format is
|
344
|
-
`projects/{project_number}/brands/{brand_id}
|
344
|
+
`projects/{project_number}/brands/{brand_id}`.
|
345
345
|
|
346
346
|
|
347
347
|
- - -
|
@@ -366,7 +366,7 @@ class Client(pulumi.CustomResource):
|
|
366
366
|
"""
|
367
367
|
Identifier of the brand to which this client
|
368
368
|
is attached to. The format is
|
369
|
-
`projects/{project_number}/brands/{brand_id}
|
369
|
+
`projects/{project_number}/brands/{brand_id}`.
|
370
370
|
|
371
371
|
|
372
372
|
- - -
|