pulumi-gcp 9.1.0a1758264354__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.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,7 @@ class RepositoryIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **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"
|
42
43
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`sourcerepo.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -69,6 +70,7 @@ class RepositoryIamBindingArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **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"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "members")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _RepositoryIamBindingState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **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"
|
151
154
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
152
155
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
153
156
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -204,6 +207,7 @@ class _RepositoryIamBindingState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **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"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "members")
|
209
213
|
|
@@ -429,6 +433,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
429
433
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
430
434
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
431
435
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
436
|
+
* **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"
|
432
437
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
433
438
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
434
439
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -671,6 +676,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
671
676
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
672
677
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
673
678
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
679
|
+
* **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"
|
674
680
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
675
681
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
676
682
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -718,6 +724,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
718
724
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
719
725
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
720
726
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
727
|
+
* **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"
|
721
728
|
"""
|
722
729
|
return pulumi.get(self, "members")
|
723
730
|
|
@@ -39,6 +39,7 @@ class RepositoryIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **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"
|
42
43
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`sourcerepo.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -69,6 +70,7 @@ class RepositoryIamMemberArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **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"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "member")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _RepositoryIamMemberState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **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"
|
151
154
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
152
155
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
153
156
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -204,6 +207,7 @@ class _RepositoryIamMemberState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **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"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "member")
|
209
213
|
|
@@ -429,6 +433,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
429
433
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
430
434
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
431
435
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
436
|
+
* **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"
|
432
437
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
433
438
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
434
439
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -671,6 +676,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
671
676
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
672
677
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
673
678
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
679
|
+
* **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"
|
674
680
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
675
681
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
676
682
|
:param pulumi.Input[_builtins.str] repository: Used to find the parent resource to bind the IAM policy to
|
@@ -718,6 +724,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
718
724
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
719
725
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
720
726
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
727
|
+
* **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"
|
721
728
|
"""
|
722
729
|
return pulumi.get(self, "member")
|
723
730
|
|
@@ -1066,6 +1066,28 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1066
1066
|
})
|
1067
1067
|
```
|
1068
1068
|
|
1069
|
+
### Cloud SQL Instance with Managed Connection Pooling
|
1070
|
+
```python
|
1071
|
+
import pulumi
|
1072
|
+
import pulumi_gcp as gcp
|
1073
|
+
|
1074
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
1075
|
+
name="mcp-enabled-main-instance",
|
1076
|
+
region="us-central1",
|
1077
|
+
database_version="POSTGRES_16",
|
1078
|
+
settings={
|
1079
|
+
"tier": "db-perf-optimized-N-2",
|
1080
|
+
"edition": "ENTERPRISE_PLUS",
|
1081
|
+
"connection_pool_configs": [{
|
1082
|
+
"connection_pooling_enabled": True,
|
1083
|
+
"flags": [{
|
1084
|
+
"name": "max_client_connections",
|
1085
|
+
"value": "1980",
|
1086
|
+
}],
|
1087
|
+
}],
|
1088
|
+
})
|
1089
|
+
```
|
1090
|
+
|
1069
1091
|
### Cloud SQL Instance with PSC connectivity
|
1070
1092
|
|
1071
1093
|
```python
|
@@ -1359,6 +1381,28 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1359
1381
|
})
|
1360
1382
|
```
|
1361
1383
|
|
1384
|
+
### Cloud SQL Instance with Managed Connection Pooling
|
1385
|
+
```python
|
1386
|
+
import pulumi
|
1387
|
+
import pulumi_gcp as gcp
|
1388
|
+
|
1389
|
+
instance = gcp.sql.DatabaseInstance("instance",
|
1390
|
+
name="mcp-enabled-main-instance",
|
1391
|
+
region="us-central1",
|
1392
|
+
database_version="POSTGRES_16",
|
1393
|
+
settings={
|
1394
|
+
"tier": "db-perf-optimized-N-2",
|
1395
|
+
"edition": "ENTERPRISE_PLUS",
|
1396
|
+
"connection_pool_configs": [{
|
1397
|
+
"connection_pooling_enabled": True,
|
1398
|
+
"flags": [{
|
1399
|
+
"name": "max_client_connections",
|
1400
|
+
"value": "1980",
|
1401
|
+
}],
|
1402
|
+
}],
|
1403
|
+
})
|
1404
|
+
```
|
1405
|
+
|
1362
1406
|
### Cloud SQL Instance with PSC connectivity
|
1363
1407
|
|
1364
1408
|
```python
|
pulumi_gcp/tags/tag_key.py
CHANGED
@@ -32,7 +32,7 @@ class TagKeyArgs:
|
|
32
32
|
:param pulumi.Input[_builtins.str] description: User-assigned description of the TagKey. Must not exceed 256 characters.
|
33
33
|
:param pulumi.Input[_builtins.str] purpose: Optional. A purpose cannot be changed once set.
|
34
34
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
35
|
-
Possible values are: `GCE_FIREWALL`.
|
35
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
36
36
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
37
37
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
38
38
|
"""
|
@@ -88,7 +88,7 @@ class TagKeyArgs:
|
|
88
88
|
"""
|
89
89
|
Optional. A purpose cannot be changed once set.
|
90
90
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
91
|
-
Possible values are: `GCE_FIREWALL`.
|
91
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
92
92
|
"""
|
93
93
|
return pulumi.get(self, "purpose")
|
94
94
|
|
@@ -132,7 +132,7 @@ class _TagKeyState:
|
|
132
132
|
:param pulumi.Input[_builtins.str] parent: Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.
|
133
133
|
:param pulumi.Input[_builtins.str] purpose: Optional. A purpose cannot be changed once set.
|
134
134
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
135
|
-
Possible values are: `GCE_FIREWALL`.
|
135
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
136
136
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
137
137
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
138
138
|
:param pulumi.Input[_builtins.str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
@@ -226,7 +226,7 @@ class _TagKeyState:
|
|
226
226
|
"""
|
227
227
|
Optional. A purpose cannot be changed once set.
|
228
228
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
229
|
-
Possible values are: `GCE_FIREWALL`.
|
229
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
230
230
|
"""
|
231
231
|
return pulumi.get(self, "purpose")
|
232
232
|
|
@@ -333,7 +333,7 @@ class TagKey(pulumi.CustomResource):
|
|
333
333
|
:param pulumi.Input[_builtins.str] parent: Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.
|
334
334
|
:param pulumi.Input[_builtins.str] purpose: Optional. A purpose cannot be changed once set.
|
335
335
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
336
|
-
Possible values are: `GCE_FIREWALL`.
|
336
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
337
337
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
338
338
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
339
339
|
:param pulumi.Input[_builtins.str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
@@ -462,7 +462,7 @@ class TagKey(pulumi.CustomResource):
|
|
462
462
|
:param pulumi.Input[_builtins.str] parent: Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.
|
463
463
|
:param pulumi.Input[_builtins.str] purpose: Optional. A purpose cannot be changed once set.
|
464
464
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
465
|
-
Possible values are: `GCE_FIREWALL`.
|
465
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
466
466
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
467
467
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
468
468
|
:param pulumi.Input[_builtins.str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
@@ -532,7 +532,7 @@ class TagKey(pulumi.CustomResource):
|
|
532
532
|
"""
|
533
533
|
Optional. A purpose cannot be changed once set.
|
534
534
|
A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag.
|
535
|
-
Possible values are: `GCE_FIREWALL`.
|
535
|
+
Possible values are: `GCE_FIREWALL`, `DATA_GOVERNANCE`.
|
536
536
|
"""
|
537
537
|
return pulumi.get(self, "purpose")
|
538
538
|
|
@@ -38,6 +38,7 @@ class TagKeyIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **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"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class TagKeyIamBindingArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **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"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "members")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _TagKeyIamBindingState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **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"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _TagKeyIamBindingState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **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"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "members")
|
186
190
|
|
@@ -387,6 +391,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **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"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **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"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **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"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "members")
|
668
675
|
|
@@ -38,6 +38,7 @@ class TagKeyIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **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"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class TagKeyIamMemberArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **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"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "member")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _TagKeyIamMemberState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **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"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _TagKeyIamMemberState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **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"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "member")
|
186
190
|
|
@@ -387,6 +391,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **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"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **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"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`tags.TagKeyIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **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"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "member")
|
668
675
|
|
@@ -38,6 +38,7 @@ class TagValueIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **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"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class TagValueIamBindingArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **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"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "members")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _TagValueIamBindingState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **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"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _TagValueIamBindingState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **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"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "members")
|
186
190
|
|
@@ -387,6 +391,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **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"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **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"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **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"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "members")
|
668
675
|
|
@@ -38,6 +38,7 @@ class TagValueIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **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"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class TagValueIamMemberArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **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"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "member")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _TagValueIamMemberState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **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"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _TagValueIamMemberState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **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"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "member")
|
186
190
|
|
@@ -387,6 +391,7 @@ class TagValueIamMember(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **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"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class TagValueIamMember(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **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"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`tags.TagValueIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class TagValueIamMember(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **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"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "member")
|
668
675
|
|
pulumi_gcp/vertex/ai_endpoint.py
CHANGED
@@ -719,7 +719,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
719
719
|
|
720
720
|
project = gcp.organizations.get_project()
|
721
721
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
722
|
-
name="endpoint-
|
722
|
+
name="endpoint-name_92130",
|
723
723
|
display_name="sample-endpoint",
|
724
724
|
description="A sample vertex endpoint",
|
725
725
|
location="us-central1",
|
@@ -739,7 +739,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
739
739
|
import pulumi_gcp as gcp
|
740
740
|
|
741
741
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
742
|
-
name="endpoint-
|
742
|
+
name="endpoint-name_16199",
|
743
743
|
display_name="sample-endpoint",
|
744
744
|
description="A sample vertex endpoint",
|
745
745
|
location="us-central1",
|
@@ -881,7 +881,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
881
881
|
|
882
882
|
project = gcp.organizations.get_project()
|
883
883
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
884
|
-
name="endpoint-
|
884
|
+
name="endpoint-name_92130",
|
885
885
|
display_name="sample-endpoint",
|
886
886
|
description="A sample vertex endpoint",
|
887
887
|
location="us-central1",
|
@@ -901,7 +901,7 @@ class AiEndpoint(pulumi.CustomResource):
|
|
901
901
|
import pulumi_gcp as gcp
|
902
902
|
|
903
903
|
endpoint = gcp.vertex.AiEndpoint("endpoint",
|
904
|
-
name="endpoint-
|
904
|
+
name="endpoint-name_16199",
|
905
905
|
display_name="sample-endpoint",
|
906
906
|
description="A sample vertex endpoint",
|
907
907
|
location="us-central1",
|
@@ -41,6 +41,7 @@ class AiFeatureGroupIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **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"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`vertex.AiFeatureGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -87,6 +88,7 @@ class AiFeatureGroupIamBindingArgs:
|
|
87
88
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
88
89
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
89
90
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
91
|
+
* **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"
|
90
92
|
"""
|
91
93
|
return pulumi.get(self, "members")
|
92
94
|
|
@@ -170,6 +172,7 @@ class _AiFeatureGroupIamBindingState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureGroupIamBindingState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "members")
|
247
251
|
|
@@ -475,6 +479,7 @@ class AiFeatureGroupIamBinding(pulumi.CustomResource):
|
|
475
479
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
476
480
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
477
481
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
482
|
+
* **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"
|
478
483
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
479
484
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
480
485
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -727,6 +732,7 @@ class AiFeatureGroupIamBinding(pulumi.CustomResource):
|
|
727
732
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
728
733
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
729
734
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
735
|
+
* **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"
|
730
736
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
731
737
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
732
738
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -785,6 +791,7 @@ class AiFeatureGroupIamBinding(pulumi.CustomResource):
|
|
785
791
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
786
792
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
787
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
794
|
+
* **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"
|
788
795
|
"""
|
789
796
|
return pulumi.get(self, "members")
|
790
797
|
|