pulumi-gcp 9.1.0a1758696393__py3-none-any.whl → 9.1.0a1758939336__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 +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
pulumi_gcp/gkeonprem/_inputs.py
CHANGED
@@ -319,6 +319,8 @@ __all__ = [
|
|
319
319
|
'VmwareAdminClusterPlatformConfigStatusConditionArgsDict',
|
320
320
|
'VmwareAdminClusterPrivateRegistryConfigArgs',
|
321
321
|
'VmwareAdminClusterPrivateRegistryConfigArgsDict',
|
322
|
+
'VmwareAdminClusterProxyArgs',
|
323
|
+
'VmwareAdminClusterProxyArgsDict',
|
322
324
|
'VmwareAdminClusterStatusArgs',
|
323
325
|
'VmwareAdminClusterStatusArgsDict',
|
324
326
|
'VmwareAdminClusterStatusConditionArgs',
|
@@ -10659,6 +10661,60 @@ class VmwareAdminClusterPrivateRegistryConfigArgs:
|
|
10659
10661
|
pulumi.set(self, "ca_cert", value)
|
10660
10662
|
|
10661
10663
|
|
10664
|
+
if not MYPY:
|
10665
|
+
class VmwareAdminClusterProxyArgsDict(TypedDict):
|
10666
|
+
url: pulumi.Input[_builtins.str]
|
10667
|
+
"""
|
10668
|
+
The proxy url.
|
10669
|
+
"""
|
10670
|
+
no_proxy: NotRequired[pulumi.Input[_builtins.str]]
|
10671
|
+
"""
|
10672
|
+
A comma-separated list of IP addresses, IP address ranges,
|
10673
|
+
host names, and domain names that should not go through the proxy server.
|
10674
|
+
"""
|
10675
|
+
elif False:
|
10676
|
+
VmwareAdminClusterProxyArgsDict: TypeAlias = Mapping[str, Any]
|
10677
|
+
|
10678
|
+
@pulumi.input_type
|
10679
|
+
class VmwareAdminClusterProxyArgs:
|
10680
|
+
def __init__(__self__, *,
|
10681
|
+
url: pulumi.Input[_builtins.str],
|
10682
|
+
no_proxy: Optional[pulumi.Input[_builtins.str]] = None):
|
10683
|
+
"""
|
10684
|
+
:param pulumi.Input[_builtins.str] url: The proxy url.
|
10685
|
+
:param pulumi.Input[_builtins.str] no_proxy: A comma-separated list of IP addresses, IP address ranges,
|
10686
|
+
host names, and domain names that should not go through the proxy server.
|
10687
|
+
"""
|
10688
|
+
pulumi.set(__self__, "url", url)
|
10689
|
+
if no_proxy is not None:
|
10690
|
+
pulumi.set(__self__, "no_proxy", no_proxy)
|
10691
|
+
|
10692
|
+
@_builtins.property
|
10693
|
+
@pulumi.getter
|
10694
|
+
def url(self) -> pulumi.Input[_builtins.str]:
|
10695
|
+
"""
|
10696
|
+
The proxy url.
|
10697
|
+
"""
|
10698
|
+
return pulumi.get(self, "url")
|
10699
|
+
|
10700
|
+
@url.setter
|
10701
|
+
def url(self, value: pulumi.Input[_builtins.str]):
|
10702
|
+
pulumi.set(self, "url", value)
|
10703
|
+
|
10704
|
+
@_builtins.property
|
10705
|
+
@pulumi.getter(name="noProxy")
|
10706
|
+
def no_proxy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
10707
|
+
"""
|
10708
|
+
A comma-separated list of IP addresses, IP address ranges,
|
10709
|
+
host names, and domain names that should not go through the proxy server.
|
10710
|
+
"""
|
10711
|
+
return pulumi.get(self, "no_proxy")
|
10712
|
+
|
10713
|
+
@no_proxy.setter
|
10714
|
+
def no_proxy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
10715
|
+
pulumi.set(self, "no_proxy", value)
|
10716
|
+
|
10717
|
+
|
10662
10718
|
if not MYPY:
|
10663
10719
|
class VmwareAdminClusterStatusArgsDict(TypedDict):
|
10664
10720
|
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['VmwareAdminClusterStatusConditionArgsDict']]]]
|
pulumi_gcp/gkeonprem/outputs.py
CHANGED
@@ -168,6 +168,7 @@ __all__ = [
|
|
168
168
|
'VmwareAdminClusterPlatformConfigStatus',
|
169
169
|
'VmwareAdminClusterPlatformConfigStatusCondition',
|
170
170
|
'VmwareAdminClusterPrivateRegistryConfig',
|
171
|
+
'VmwareAdminClusterProxy',
|
171
172
|
'VmwareAdminClusterStatus',
|
172
173
|
'VmwareAdminClusterStatusCondition',
|
173
174
|
'VmwareAdminClusterVcenter',
|
@@ -8278,6 +8279,55 @@ class VmwareAdminClusterPrivateRegistryConfig(dict):
|
|
8278
8279
|
return pulumi.get(self, "ca_cert")
|
8279
8280
|
|
8280
8281
|
|
8282
|
+
@pulumi.output_type
|
8283
|
+
class VmwareAdminClusterProxy(dict):
|
8284
|
+
@staticmethod
|
8285
|
+
def __key_warning(key: str):
|
8286
|
+
suggest = None
|
8287
|
+
if key == "noProxy":
|
8288
|
+
suggest = "no_proxy"
|
8289
|
+
|
8290
|
+
if suggest:
|
8291
|
+
pulumi.log.warn(f"Key '{key}' not found in VmwareAdminClusterProxy. Access the value via the '{suggest}' property getter instead.")
|
8292
|
+
|
8293
|
+
def __getitem__(self, key: str) -> Any:
|
8294
|
+
VmwareAdminClusterProxy.__key_warning(key)
|
8295
|
+
return super().__getitem__(key)
|
8296
|
+
|
8297
|
+
def get(self, key: str, default = None) -> Any:
|
8298
|
+
VmwareAdminClusterProxy.__key_warning(key)
|
8299
|
+
return super().get(key, default)
|
8300
|
+
|
8301
|
+
def __init__(__self__, *,
|
8302
|
+
url: _builtins.str,
|
8303
|
+
no_proxy: Optional[_builtins.str] = None):
|
8304
|
+
"""
|
8305
|
+
:param _builtins.str url: The proxy url.
|
8306
|
+
:param _builtins.str no_proxy: A comma-separated list of IP addresses, IP address ranges,
|
8307
|
+
host names, and domain names that should not go through the proxy server.
|
8308
|
+
"""
|
8309
|
+
pulumi.set(__self__, "url", url)
|
8310
|
+
if no_proxy is not None:
|
8311
|
+
pulumi.set(__self__, "no_proxy", no_proxy)
|
8312
|
+
|
8313
|
+
@_builtins.property
|
8314
|
+
@pulumi.getter
|
8315
|
+
def url(self) -> _builtins.str:
|
8316
|
+
"""
|
8317
|
+
The proxy url.
|
8318
|
+
"""
|
8319
|
+
return pulumi.get(self, "url")
|
8320
|
+
|
8321
|
+
@_builtins.property
|
8322
|
+
@pulumi.getter(name="noProxy")
|
8323
|
+
def no_proxy(self) -> Optional[_builtins.str]:
|
8324
|
+
"""
|
8325
|
+
A comma-separated list of IP addresses, IP address ranges,
|
8326
|
+
host names, and domain names that should not go through the proxy server.
|
8327
|
+
"""
|
8328
|
+
return pulumi.get(self, "no_proxy")
|
8329
|
+
|
8330
|
+
|
8281
8331
|
@pulumi.output_type
|
8282
8332
|
class VmwareAdminClusterStatus(dict):
|
8283
8333
|
@staticmethod
|
@@ -39,6 +39,7 @@ class VmwareAdminClusterArgs:
|
|
39
39
|
platform_config: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']] = None,
|
40
40
|
private_registry_config: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']] = None,
|
41
41
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
42
|
+
proxy: Optional[pulumi.Input['VmwareAdminClusterProxyArgs']] = None,
|
42
43
|
vcenter: Optional[pulumi.Input['VmwareAdminClusterVcenterArgs']] = None):
|
43
44
|
"""
|
44
45
|
The set of arguments for constructing a VmwareAdminCluster resource.
|
@@ -81,6 +82,8 @@ class VmwareAdminClusterArgs:
|
|
81
82
|
Structure is documented below.
|
82
83
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
83
84
|
If it is not provided, the provider project is used.
|
85
|
+
:param pulumi.Input['VmwareAdminClusterProxyArgs'] proxy: Configuration for proxy.
|
86
|
+
Structure is documented below.
|
84
87
|
:param pulumi.Input['VmwareAdminClusterVcenterArgs'] vcenter: Specifies vCenter config for the admin cluster.
|
85
88
|
Structure is documented below.
|
86
89
|
"""
|
@@ -118,6 +121,8 @@ class VmwareAdminClusterArgs:
|
|
118
121
|
pulumi.set(__self__, "private_registry_config", private_registry_config)
|
119
122
|
if project is not None:
|
120
123
|
pulumi.set(__self__, "project", project)
|
124
|
+
if proxy is not None:
|
125
|
+
pulumi.set(__self__, "proxy", proxy)
|
121
126
|
if vcenter is not None:
|
122
127
|
pulumi.set(__self__, "vcenter", vcenter)
|
123
128
|
|
@@ -358,6 +363,19 @@ class VmwareAdminClusterArgs:
|
|
358
363
|
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
359
364
|
pulumi.set(self, "project", value)
|
360
365
|
|
366
|
+
@_builtins.property
|
367
|
+
@pulumi.getter
|
368
|
+
def proxy(self) -> Optional[pulumi.Input['VmwareAdminClusterProxyArgs']]:
|
369
|
+
"""
|
370
|
+
Configuration for proxy.
|
371
|
+
Structure is documented below.
|
372
|
+
"""
|
373
|
+
return pulumi.get(self, "proxy")
|
374
|
+
|
375
|
+
@proxy.setter
|
376
|
+
def proxy(self, value: Optional[pulumi.Input['VmwareAdminClusterProxyArgs']]):
|
377
|
+
pulumi.set(self, "proxy", value)
|
378
|
+
|
361
379
|
@_builtins.property
|
362
380
|
@pulumi.getter
|
363
381
|
def vcenter(self) -> Optional[pulumi.Input['VmwareAdminClusterVcenterArgs']]:
|
@@ -399,6 +417,7 @@ class _VmwareAdminClusterState:
|
|
399
417
|
platform_config: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']] = None,
|
400
418
|
private_registry_config: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']] = None,
|
401
419
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
420
|
+
proxy: Optional[pulumi.Input['VmwareAdminClusterProxyArgs']] = None,
|
402
421
|
reconciling: Optional[pulumi.Input[_builtins.bool]] = None,
|
403
422
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
404
423
|
statuses: Optional[pulumi.Input[Sequence[pulumi.Input['VmwareAdminClusterStatusArgs']]]] = None,
|
@@ -465,6 +484,8 @@ class _VmwareAdminClusterState:
|
|
465
484
|
Structure is documented below.
|
466
485
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
467
486
|
If it is not provided, the provider project is used.
|
487
|
+
:param pulumi.Input['VmwareAdminClusterProxyArgs'] proxy: Configuration for proxy.
|
488
|
+
Structure is documented below.
|
468
489
|
:param pulumi.Input[_builtins.bool] reconciling: If set, there are currently changes in flight to the VMware admin cluster.
|
469
490
|
:param pulumi.Input[_builtins.str] state: (Output)
|
470
491
|
The lifecycle state of the condition.
|
@@ -523,6 +544,8 @@ class _VmwareAdminClusterState:
|
|
523
544
|
pulumi.set(__self__, "private_registry_config", private_registry_config)
|
524
545
|
if project is not None:
|
525
546
|
pulumi.set(__self__, "project", project)
|
547
|
+
if proxy is not None:
|
548
|
+
pulumi.set(__self__, "proxy", proxy)
|
526
549
|
if reconciling is not None:
|
527
550
|
pulumi.set(__self__, "reconciling", reconciling)
|
528
551
|
if state is not None:
|
@@ -856,6 +879,19 @@ class _VmwareAdminClusterState:
|
|
856
879
|
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
857
880
|
pulumi.set(self, "project", value)
|
858
881
|
|
882
|
+
@_builtins.property
|
883
|
+
@pulumi.getter
|
884
|
+
def proxy(self) -> Optional[pulumi.Input['VmwareAdminClusterProxyArgs']]:
|
885
|
+
"""
|
886
|
+
Configuration for proxy.
|
887
|
+
Structure is documented below.
|
888
|
+
"""
|
889
|
+
return pulumi.get(self, "proxy")
|
890
|
+
|
891
|
+
@proxy.setter
|
892
|
+
def proxy(self, value: Optional[pulumi.Input['VmwareAdminClusterProxyArgs']]):
|
893
|
+
pulumi.set(self, "proxy", value)
|
894
|
+
|
859
895
|
@_builtins.property
|
860
896
|
@pulumi.getter
|
861
897
|
def reconciling(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -956,6 +992,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
956
992
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
957
993
|
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
958
994
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
995
|
+
proxy: Optional[pulumi.Input[Union['VmwareAdminClusterProxyArgs', 'VmwareAdminClusterProxyArgsDict']]] = None,
|
959
996
|
vcenter: Optional[pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']]] = None,
|
960
997
|
__props__=None):
|
961
998
|
"""
|
@@ -1112,6 +1149,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1112
1149
|
private_registry_config={
|
1113
1150
|
"address": "test-address",
|
1114
1151
|
"ca_cert": "test-ca-cert",
|
1152
|
+
},
|
1153
|
+
proxy={
|
1154
|
+
"url": "http://my-proxy.example.local:80",
|
1155
|
+
"no_proxy": "10.151.222.0/24,my-host.example.local,10.151.2.1",
|
1115
1156
|
})
|
1116
1157
|
```
|
1117
1158
|
### Gkeonprem Vmware Admin Cluster Metallb
|
@@ -1161,6 +1202,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1161
1202
|
private_registry_config={
|
1162
1203
|
"address": "test-address",
|
1163
1204
|
"ca_cert": "test-ca-cert",
|
1205
|
+
},
|
1206
|
+
proxy={
|
1207
|
+
"url": "http://my-proxy.example.local:80",
|
1208
|
+
"no_proxy": "10.151.222.0/24,my-host.example.local,10.151.2.1",
|
1164
1209
|
})
|
1165
1210
|
```
|
1166
1211
|
|
@@ -1229,6 +1274,8 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1229
1274
|
Structure is documented below.
|
1230
1275
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1231
1276
|
If it is not provided, the provider project is used.
|
1277
|
+
:param pulumi.Input[Union['VmwareAdminClusterProxyArgs', 'VmwareAdminClusterProxyArgsDict']] proxy: Configuration for proxy.
|
1278
|
+
Structure is documented below.
|
1232
1279
|
:param pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']] vcenter: Specifies vCenter config for the admin cluster.
|
1233
1280
|
Structure is documented below.
|
1234
1281
|
"""
|
@@ -1392,6 +1439,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1392
1439
|
private_registry_config={
|
1393
1440
|
"address": "test-address",
|
1394
1441
|
"ca_cert": "test-ca-cert",
|
1442
|
+
},
|
1443
|
+
proxy={
|
1444
|
+
"url": "http://my-proxy.example.local:80",
|
1445
|
+
"no_proxy": "10.151.222.0/24,my-host.example.local,10.151.2.1",
|
1395
1446
|
})
|
1396
1447
|
```
|
1397
1448
|
### Gkeonprem Vmware Admin Cluster Metallb
|
@@ -1441,6 +1492,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1441
1492
|
private_registry_config={
|
1442
1493
|
"address": "test-address",
|
1443
1494
|
"ca_cert": "test-ca-cert",
|
1495
|
+
},
|
1496
|
+
proxy={
|
1497
|
+
"url": "http://my-proxy.example.local:80",
|
1498
|
+
"no_proxy": "10.151.222.0/24,my-host.example.local,10.151.2.1",
|
1444
1499
|
})
|
1445
1500
|
```
|
1446
1501
|
|
@@ -1501,6 +1556,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1501
1556
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
1502
1557
|
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
1503
1558
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1559
|
+
proxy: Optional[pulumi.Input[Union['VmwareAdminClusterProxyArgs', 'VmwareAdminClusterProxyArgsDict']]] = None,
|
1504
1560
|
vcenter: Optional[pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']]] = None,
|
1505
1561
|
__props__=None):
|
1506
1562
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -1533,6 +1589,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1533
1589
|
__props__.__dict__["platform_config"] = platform_config
|
1534
1590
|
__props__.__dict__["private_registry_config"] = private_registry_config
|
1535
1591
|
__props__.__dict__["project"] = project
|
1592
|
+
__props__.__dict__["proxy"] = proxy
|
1536
1593
|
__props__.__dict__["vcenter"] = vcenter
|
1537
1594
|
__props__.__dict__["create_time"] = None
|
1538
1595
|
__props__.__dict__["effective_annotations"] = None
|
@@ -1579,6 +1636,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1579
1636
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
1580
1637
|
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
1581
1638
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1639
|
+
proxy: Optional[pulumi.Input[Union['VmwareAdminClusterProxyArgs', 'VmwareAdminClusterProxyArgsDict']]] = None,
|
1582
1640
|
reconciling: Optional[pulumi.Input[_builtins.bool]] = None,
|
1583
1641
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
1584
1642
|
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VmwareAdminClusterStatusArgs', 'VmwareAdminClusterStatusArgsDict']]]]] = None,
|
@@ -1650,6 +1708,8 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1650
1708
|
Structure is documented below.
|
1651
1709
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1652
1710
|
If it is not provided, the provider project is used.
|
1711
|
+
:param pulumi.Input[Union['VmwareAdminClusterProxyArgs', 'VmwareAdminClusterProxyArgsDict']] proxy: Configuration for proxy.
|
1712
|
+
Structure is documented below.
|
1653
1713
|
:param pulumi.Input[_builtins.bool] reconciling: If set, there are currently changes in flight to the VMware admin cluster.
|
1654
1714
|
:param pulumi.Input[_builtins.str] state: (Output)
|
1655
1715
|
The lifecycle state of the condition.
|
@@ -1688,6 +1748,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1688
1748
|
__props__.__dict__["platform_config"] = platform_config
|
1689
1749
|
__props__.__dict__["private_registry_config"] = private_registry_config
|
1690
1750
|
__props__.__dict__["project"] = project
|
1751
|
+
__props__.__dict__["proxy"] = proxy
|
1691
1752
|
__props__.__dict__["reconciling"] = reconciling
|
1692
1753
|
__props__.__dict__["state"] = state
|
1693
1754
|
__props__.__dict__["statuses"] = statuses
|
@@ -1920,6 +1981,15 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1920
1981
|
"""
|
1921
1982
|
return pulumi.get(self, "project")
|
1922
1983
|
|
1984
|
+
@_builtins.property
|
1985
|
+
@pulumi.getter
|
1986
|
+
def proxy(self) -> pulumi.Output[Optional['outputs.VmwareAdminClusterProxy']]:
|
1987
|
+
"""
|
1988
|
+
Configuration for proxy.
|
1989
|
+
Structure is documented below.
|
1990
|
+
"""
|
1991
|
+
return pulumi.get(self, "proxy")
|
1992
|
+
|
1923
1993
|
@_builtins.property
|
1924
1994
|
@pulumi.getter
|
1925
1995
|
def reconciling(self) -> pulumi.Output[_builtins.bool]:
|
pulumi_gcp/healthcare/_inputs.py
CHANGED
@@ -55,6 +55,8 @@ __all__ = [
|
|
55
55
|
'FhirStoreStreamConfigBigqueryDestinationSchemaConfigArgsDict',
|
56
56
|
'FhirStoreStreamConfigBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigArgs',
|
57
57
|
'FhirStoreStreamConfigBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigArgsDict',
|
58
|
+
'FhirStoreValidationConfigArgs',
|
59
|
+
'FhirStoreValidationConfigArgsDict',
|
58
60
|
'Hl7StoreIamBindingConditionArgs',
|
59
61
|
'Hl7StoreIamBindingConditionArgsDict',
|
60
62
|
'Hl7StoreIamMemberConditionArgs',
|
@@ -1224,6 +1226,148 @@ class FhirStoreStreamConfigBigqueryDestinationSchemaConfigLastUpdatedPartitionCo
|
|
1224
1226
|
pulumi.set(self, "expiration_ms", value)
|
1225
1227
|
|
1226
1228
|
|
1229
|
+
if not MYPY:
|
1230
|
+
class FhirStoreValidationConfigArgsDict(TypedDict):
|
1231
|
+
disable_fhirpath_validation: NotRequired[pulumi.Input[_builtins.bool]]
|
1232
|
+
"""
|
1233
|
+
Whether to disable FHIRPath validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1234
|
+
"""
|
1235
|
+
disable_profile_validation: NotRequired[pulumi.Input[_builtins.bool]]
|
1236
|
+
"""
|
1237
|
+
Whether to disable profile validation for this FHIR store. The default value is false. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
|
1238
|
+
"""
|
1239
|
+
disable_reference_type_validation: NotRequired[pulumi.Input[_builtins.bool]]
|
1240
|
+
"""
|
1241
|
+
Whether to disable reference type validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1242
|
+
"""
|
1243
|
+
disable_required_field_validation: NotRequired[pulumi.Input[_builtins.bool]]
|
1244
|
+
"""
|
1245
|
+
Whether to disable required fields validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1246
|
+
"""
|
1247
|
+
enabled_implementation_guides: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
1248
|
+
"""
|
1249
|
+
A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation.
|
1250
|
+
When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
|
1251
|
+
For example, to use the US Core profiles for validation, set enabledImplementationGuides to ["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]. If enabledImplementationGuides is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the global property of one of the enabled ImplementationGuides.
|
1252
|
+
The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported:
|
1253
|
+
- min/max
|
1254
|
+
- minValue/maxValue
|
1255
|
+
- maxLength
|
1256
|
+
- type
|
1257
|
+
- fixed[x]
|
1258
|
+
- pattern[x] on simple types
|
1259
|
+
- slicing, when using "value" as the discriminator type
|
1260
|
+
"""
|
1261
|
+
elif False:
|
1262
|
+
FhirStoreValidationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1263
|
+
|
1264
|
+
@pulumi.input_type
|
1265
|
+
class FhirStoreValidationConfigArgs:
|
1266
|
+
def __init__(__self__, *,
|
1267
|
+
disable_fhirpath_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
1268
|
+
disable_profile_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
1269
|
+
disable_reference_type_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
1270
|
+
disable_required_field_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
1271
|
+
enabled_implementation_guides: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
1272
|
+
"""
|
1273
|
+
:param pulumi.Input[_builtins.bool] disable_fhirpath_validation: Whether to disable FHIRPath validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1274
|
+
:param pulumi.Input[_builtins.bool] disable_profile_validation: Whether to disable profile validation for this FHIR store. The default value is false. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
|
1275
|
+
:param pulumi.Input[_builtins.bool] disable_reference_type_validation: Whether to disable reference type validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1276
|
+
:param pulumi.Input[_builtins.bool] disable_required_field_validation: Whether to disable required fields validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1277
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_implementation_guides: A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation.
|
1278
|
+
When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
|
1279
|
+
For example, to use the US Core profiles for validation, set enabledImplementationGuides to ["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]. If enabledImplementationGuides is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the global property of one of the enabled ImplementationGuides.
|
1280
|
+
The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported:
|
1281
|
+
- min/max
|
1282
|
+
- minValue/maxValue
|
1283
|
+
- maxLength
|
1284
|
+
- type
|
1285
|
+
- fixed[x]
|
1286
|
+
- pattern[x] on simple types
|
1287
|
+
- slicing, when using "value" as the discriminator type
|
1288
|
+
"""
|
1289
|
+
if disable_fhirpath_validation is not None:
|
1290
|
+
pulumi.set(__self__, "disable_fhirpath_validation", disable_fhirpath_validation)
|
1291
|
+
if disable_profile_validation is not None:
|
1292
|
+
pulumi.set(__self__, "disable_profile_validation", disable_profile_validation)
|
1293
|
+
if disable_reference_type_validation is not None:
|
1294
|
+
pulumi.set(__self__, "disable_reference_type_validation", disable_reference_type_validation)
|
1295
|
+
if disable_required_field_validation is not None:
|
1296
|
+
pulumi.set(__self__, "disable_required_field_validation", disable_required_field_validation)
|
1297
|
+
if enabled_implementation_guides is not None:
|
1298
|
+
pulumi.set(__self__, "enabled_implementation_guides", enabled_implementation_guides)
|
1299
|
+
|
1300
|
+
@_builtins.property
|
1301
|
+
@pulumi.getter(name="disableFhirpathValidation")
|
1302
|
+
def disable_fhirpath_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1303
|
+
"""
|
1304
|
+
Whether to disable FHIRPath validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1305
|
+
"""
|
1306
|
+
return pulumi.get(self, "disable_fhirpath_validation")
|
1307
|
+
|
1308
|
+
@disable_fhirpath_validation.setter
|
1309
|
+
def disable_fhirpath_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1310
|
+
pulumi.set(self, "disable_fhirpath_validation", value)
|
1311
|
+
|
1312
|
+
@_builtins.property
|
1313
|
+
@pulumi.getter(name="disableProfileValidation")
|
1314
|
+
def disable_profile_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1315
|
+
"""
|
1316
|
+
Whether to disable profile validation for this FHIR store. The default value is false. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
|
1317
|
+
"""
|
1318
|
+
return pulumi.get(self, "disable_profile_validation")
|
1319
|
+
|
1320
|
+
@disable_profile_validation.setter
|
1321
|
+
def disable_profile_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1322
|
+
pulumi.set(self, "disable_profile_validation", value)
|
1323
|
+
|
1324
|
+
@_builtins.property
|
1325
|
+
@pulumi.getter(name="disableReferenceTypeValidation")
|
1326
|
+
def disable_reference_type_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1327
|
+
"""
|
1328
|
+
Whether to disable reference type validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1329
|
+
"""
|
1330
|
+
return pulumi.get(self, "disable_reference_type_validation")
|
1331
|
+
|
1332
|
+
@disable_reference_type_validation.setter
|
1333
|
+
def disable_reference_type_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1334
|
+
pulumi.set(self, "disable_reference_type_validation", value)
|
1335
|
+
|
1336
|
+
@_builtins.property
|
1337
|
+
@pulumi.getter(name="disableRequiredFieldValidation")
|
1338
|
+
def disable_required_field_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1339
|
+
"""
|
1340
|
+
Whether to disable required fields validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
|
1341
|
+
"""
|
1342
|
+
return pulumi.get(self, "disable_required_field_validation")
|
1343
|
+
|
1344
|
+
@disable_required_field_validation.setter
|
1345
|
+
def disable_required_field_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1346
|
+
pulumi.set(self, "disable_required_field_validation", value)
|
1347
|
+
|
1348
|
+
@_builtins.property
|
1349
|
+
@pulumi.getter(name="enabledImplementationGuides")
|
1350
|
+
def enabled_implementation_guides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1351
|
+
"""
|
1352
|
+
A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation.
|
1353
|
+
When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
|
1354
|
+
For example, to use the US Core profiles for validation, set enabledImplementationGuides to ["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]. If enabledImplementationGuides is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the global property of one of the enabled ImplementationGuides.
|
1355
|
+
The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported:
|
1356
|
+
- min/max
|
1357
|
+
- minValue/maxValue
|
1358
|
+
- maxLength
|
1359
|
+
- type
|
1360
|
+
- fixed[x]
|
1361
|
+
- pattern[x] on simple types
|
1362
|
+
- slicing, when using "value" as the discriminator type
|
1363
|
+
"""
|
1364
|
+
return pulumi.get(self, "enabled_implementation_guides")
|
1365
|
+
|
1366
|
+
@enabled_implementation_guides.setter
|
1367
|
+
def enabled_implementation_guides(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
1368
|
+
pulumi.set(self, "enabled_implementation_guides", value)
|
1369
|
+
|
1370
|
+
|
1227
1371
|
if not MYPY:
|
1228
1372
|
class Hl7StoreIamBindingConditionArgsDict(TypedDict):
|
1229
1373
|
expression: pulumi.Input[_builtins.str]
|
@@ -43,6 +43,7 @@ class ConsentStoreIamBindingArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -95,6 +96,7 @@ class ConsentStoreIamBindingArgs:
|
|
95
96
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
96
97
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
97
98
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
99
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
98
100
|
"""
|
99
101
|
return pulumi.get(self, "members")
|
100
102
|
|
@@ -153,6 +155,7 @@ class _ConsentStoreIamBindingState:
|
|
153
155
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
154
156
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
155
157
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
158
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
156
159
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
157
160
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
158
161
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -232,6 +235,7 @@ class _ConsentStoreIamBindingState:
|
|
232
235
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
233
236
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
234
237
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
238
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
235
239
|
"""
|
236
240
|
return pulumi.get(self, "members")
|
237
241
|
|
@@ -437,6 +441,7 @@ class ConsentStoreIamBinding(pulumi.CustomResource):
|
|
437
441
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
438
442
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
439
443
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
444
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
440
445
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
441
446
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
442
447
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -683,6 +688,7 @@ class ConsentStoreIamBinding(pulumi.CustomResource):
|
|
683
688
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
684
689
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
685
690
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
691
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
686
692
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
687
693
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
688
694
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -745,6 +751,7 @@ class ConsentStoreIamBinding(pulumi.CustomResource):
|
|
745
751
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
746
752
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
747
753
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
748
755
|
"""
|
749
756
|
return pulumi.get(self, "members")
|
750
757
|
|
@@ -43,6 +43,7 @@ class ConsentStoreIamMemberArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -95,6 +96,7 @@ class ConsentStoreIamMemberArgs:
|
|
95
96
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
96
97
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
97
98
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
99
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
98
100
|
"""
|
99
101
|
return pulumi.get(self, "member")
|
100
102
|
|
@@ -153,6 +155,7 @@ class _ConsentStoreIamMemberState:
|
|
153
155
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
154
156
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
155
157
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
158
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
156
159
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
157
160
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
158
161
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -232,6 +235,7 @@ class _ConsentStoreIamMemberState:
|
|
232
235
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
233
236
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
234
237
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
238
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
235
239
|
"""
|
236
240
|
return pulumi.get(self, "member")
|
237
241
|
|
@@ -437,6 +441,7 @@ class ConsentStoreIamMember(pulumi.CustomResource):
|
|
437
441
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
438
442
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
439
443
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
444
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
440
445
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
441
446
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
442
447
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -683,6 +688,7 @@ class ConsentStoreIamMember(pulumi.CustomResource):
|
|
683
688
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
684
689
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
685
690
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
691
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
686
692
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
687
693
|
`healthcare.ConsentStoreIamBinding` can be used per role. Note that custom roles must be of the format
|
688
694
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -745,6 +751,7 @@ class ConsentStoreIamMember(pulumi.CustomResource):
|
|
745
751
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
746
752
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
747
753
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
748
755
|
"""
|
749
756
|
return pulumi.get(self, "member")
|
750
757
|
|