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
@@ -42,6 +42,7 @@ class MetastoreDatabaseIamBindingArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **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"
|
45
46
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
46
47
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
47
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -90,6 +91,7 @@ class MetastoreDatabaseIamBindingArgs:
|
|
90
91
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
91
92
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
92
93
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
94
|
+
* **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"
|
93
95
|
"""
|
94
96
|
return pulumi.get(self, "members")
|
95
97
|
|
@@ -189,6 +191,7 @@ class _MetastoreDatabaseIamBindingState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **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"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
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.
|
194
197
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -275,6 +278,7 @@ class _MetastoreDatabaseIamBindingState:
|
|
275
278
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
276
279
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
277
280
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
281
|
+
* **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"
|
278
282
|
"""
|
279
283
|
return pulumi.get(self, "members")
|
280
284
|
|
@@ -522,6 +526,7 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
522
526
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
523
527
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
524
528
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
529
|
+
* **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"
|
525
530
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
526
531
|
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.
|
527
532
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -792,6 +797,7 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
792
797
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
793
798
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
794
799
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
800
|
+
* **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"
|
795
801
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
796
802
|
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.
|
797
803
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -859,6 +865,7 @@ class MetastoreDatabaseIamBinding(pulumi.CustomResource):
|
|
859
865
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
860
866
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
861
867
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
868
|
+
* **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"
|
862
869
|
"""
|
863
870
|
return pulumi.get(self, "members")
|
864
871
|
|
@@ -42,6 +42,7 @@ class MetastoreDatabaseIamMemberArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **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"
|
45
46
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
46
47
|
`dataproc.MetastoreDatabaseIamBinding` can be used per role. Note that custom roles must be of the format
|
47
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -90,6 +91,7 @@ class MetastoreDatabaseIamMemberArgs:
|
|
90
91
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
91
92
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
92
93
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
94
|
+
* **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"
|
93
95
|
"""
|
94
96
|
return pulumi.get(self, "member")
|
95
97
|
|
@@ -189,6 +191,7 @@ class _MetastoreDatabaseIamMemberState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **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"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
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.
|
194
197
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -275,6 +278,7 @@ class _MetastoreDatabaseIamMemberState:
|
|
275
278
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
276
279
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
277
280
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
281
|
+
* **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"
|
278
282
|
"""
|
279
283
|
return pulumi.get(self, "member")
|
280
284
|
|
@@ -522,6 +526,7 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
522
526
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
523
527
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
524
528
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
529
|
+
* **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"
|
525
530
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
526
531
|
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.
|
527
532
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -792,6 +797,7 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
792
797
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
793
798
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
794
799
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
800
|
+
* **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"
|
795
801
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
796
802
|
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.
|
797
803
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -859,6 +865,7 @@ class MetastoreDatabaseIamMember(pulumi.CustomResource):
|
|
859
865
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
860
866
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
861
867
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
868
|
+
* **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"
|
862
869
|
"""
|
863
870
|
return pulumi.get(self, "member")
|
864
871
|
|
@@ -41,6 +41,7 @@ class MetastoreFederationIamBindingArgs:
|
|
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
|
`dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -88,6 +89,7 @@ class MetastoreFederationIamBindingArgs:
|
|
88
89
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
89
90
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
90
91
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
92
|
+
* **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"
|
91
93
|
"""
|
92
94
|
return pulumi.get(self, "members")
|
93
95
|
|
@@ -176,6 +178,7 @@ class _MetastoreFederationIamBindingState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **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"
|
179
182
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
180
183
|
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.
|
181
184
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -260,6 +263,7 @@ class _MetastoreFederationIamBindingState:
|
|
260
263
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
261
264
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
262
265
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
266
|
+
* **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"
|
263
267
|
"""
|
264
268
|
return pulumi.get(self, "members")
|
265
269
|
|
@@ -489,6 +493,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
489
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
490
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
491
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
* **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"
|
492
497
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
493
498
|
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.
|
494
499
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -748,6 +753,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
748
753
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
749
754
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
750
755
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
756
|
+
* **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"
|
751
757
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
752
758
|
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.
|
753
759
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -814,6 +820,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
814
820
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
815
821
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
816
822
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
823
|
+
* **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"
|
817
824
|
"""
|
818
825
|
return pulumi.get(self, "members")
|
819
826
|
|
@@ -41,6 +41,7 @@ class MetastoreFederationIamMemberArgs:
|
|
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
|
`dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -88,6 +89,7 @@ class MetastoreFederationIamMemberArgs:
|
|
88
89
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
89
90
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
90
91
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
92
|
+
* **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"
|
91
93
|
"""
|
92
94
|
return pulumi.get(self, "member")
|
93
95
|
|
@@ -176,6 +178,7 @@ class _MetastoreFederationIamMemberState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **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"
|
179
182
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
180
183
|
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.
|
181
184
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -260,6 +263,7 @@ class _MetastoreFederationIamMemberState:
|
|
260
263
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
261
264
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
262
265
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
266
|
+
* **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"
|
263
267
|
"""
|
264
268
|
return pulumi.get(self, "member")
|
265
269
|
|
@@ -489,6 +493,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
489
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
490
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
491
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
* **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"
|
492
497
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
493
498
|
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.
|
494
499
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -748,6 +753,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
748
753
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
749
754
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
750
755
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
756
|
+
* **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"
|
751
757
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
752
758
|
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.
|
753
759
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -814,6 +820,7 @@ class MetastoreFederationIamMember(pulumi.CustomResource):
|
|
814
820
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
815
821
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
816
822
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
823
|
+
* **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"
|
817
824
|
"""
|
818
825
|
return pulumi.get(self, "member")
|
819
826
|
|
@@ -40,6 +40,7 @@ class MetastoreServiceIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **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"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class MetastoreServiceIamBindingArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **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"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "members")
|
82
84
|
|
@@ -178,6 +180,7 @@ class _MetastoreServiceIamBindingState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
182
185
|
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.
|
183
186
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -252,6 +255,7 @@ class _MetastoreServiceIamBindingState:
|
|
252
255
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
253
256
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
254
257
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
258
|
+
* **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"
|
255
259
|
"""
|
256
260
|
return pulumi.get(self, "members")
|
257
261
|
|
@@ -493,6 +497,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
493
497
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
494
498
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
495
499
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
500
|
+
* **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"
|
496
501
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
497
502
|
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.
|
498
503
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -753,6 +758,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
753
758
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
754
759
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
755
760
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
761
|
+
* **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"
|
756
762
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
757
763
|
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.
|
758
764
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -813,6 +819,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
813
819
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
814
820
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
815
821
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
822
|
+
* **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"
|
816
823
|
"""
|
817
824
|
return pulumi.get(self, "members")
|
818
825
|
|
@@ -40,6 +40,7 @@ class MetastoreServiceIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **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"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class MetastoreServiceIamMemberArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **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"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "member")
|
82
84
|
|
@@ -178,6 +180,7 @@ class _MetastoreServiceIamMemberState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
182
185
|
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.
|
183
186
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -252,6 +255,7 @@ class _MetastoreServiceIamMemberState:
|
|
252
255
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
253
256
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
254
257
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
258
|
+
* **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"
|
255
259
|
"""
|
256
260
|
return pulumi.get(self, "member")
|
257
261
|
|
@@ -493,6 +497,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
493
497
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
494
498
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
495
499
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
500
|
+
* **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"
|
496
501
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
497
502
|
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.
|
498
503
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -753,6 +758,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
753
758
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
754
759
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
755
760
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
761
|
+
* **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"
|
756
762
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
757
763
|
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.
|
758
764
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -813,6 +819,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
813
819
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
814
820
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
815
821
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
822
|
+
* **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"
|
816
823
|
"""
|
817
824
|
return pulumi.get(self, "member")
|
818
825
|
|
@@ -43,6 +43,7 @@ class MetastoreTableIamBindingArgs:
|
|
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
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -93,6 +94,7 @@ class MetastoreTableIamBindingArgs:
|
|
93
94
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
94
95
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
95
96
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
97
|
+
* **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"
|
96
98
|
"""
|
97
99
|
return pulumi.get(self, "members")
|
98
100
|
|
@@ -205,6 +207,7 @@ class _MetastoreTableIamBindingState:
|
|
205
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
206
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
207
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"
|
208
211
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
209
212
|
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.
|
210
213
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -294,6 +297,7 @@ class _MetastoreTableIamBindingState:
|
|
294
297
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
295
298
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
296
299
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
300
|
+
* **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"
|
297
301
|
"""
|
298
302
|
return pulumi.get(self, "members")
|
299
303
|
|
@@ -560,6 +564,7 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
564
569
|
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.
|
565
570
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -842,6 +847,7 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
842
847
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
843
848
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
844
849
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
850
|
+
* **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"
|
845
851
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
846
852
|
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.
|
847
853
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -911,6 +917,7 @@ class MetastoreTableIamBinding(pulumi.CustomResource):
|
|
911
917
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
912
918
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
913
919
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
920
|
+
* **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"
|
914
921
|
"""
|
915
922
|
return pulumi.get(self, "members")
|
916
923
|
|
@@ -43,6 +43,7 @@ class MetastoreTableIamMemberArgs:
|
|
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
|
`dataproc.MetastoreTableIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -93,6 +94,7 @@ class MetastoreTableIamMemberArgs:
|
|
93
94
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
94
95
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
95
96
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
97
|
+
* **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"
|
96
98
|
"""
|
97
99
|
return pulumi.get(self, "member")
|
98
100
|
|
@@ -205,6 +207,7 @@ class _MetastoreTableIamMemberState:
|
|
205
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
206
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
207
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"
|
208
211
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
209
212
|
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.
|
210
213
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -294,6 +297,7 @@ class _MetastoreTableIamMemberState:
|
|
294
297
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
295
298
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
296
299
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
300
|
+
* **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"
|
297
301
|
"""
|
298
302
|
return pulumi.get(self, "member")
|
299
303
|
|
@@ -560,6 +564,7 @@ class MetastoreTableIamMember(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
564
569
|
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.
|
565
570
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -842,6 +847,7 @@ class MetastoreTableIamMember(pulumi.CustomResource):
|
|
842
847
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
843
848
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
844
849
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
850
|
+
* **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"
|
845
851
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
846
852
|
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.
|
847
853
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -911,6 +917,7 @@ class MetastoreTableIamMember(pulumi.CustomResource):
|
|
911
917
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
912
918
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
913
919
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
920
|
+
* **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"
|
914
921
|
"""
|
915
922
|
return pulumi.get(self, "member")
|
916
923
|
|
pulumi_gcp/datastream/_inputs.py
CHANGED
@@ -3552,18 +3552,26 @@ if not MYPY:
|
|
3552
3552
|
Dataset template used for dynamic dataset creation.
|
3553
3553
|
Structure is documented below.
|
3554
3554
|
"""
|
3555
|
+
project_id: NotRequired[pulumi.Input[_builtins.str]]
|
3556
|
+
"""
|
3557
|
+
Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
|
3558
|
+
"""
|
3555
3559
|
elif False:
|
3556
3560
|
StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgsDict: TypeAlias = Mapping[str, Any]
|
3557
3561
|
|
3558
3562
|
@pulumi.input_type
|
3559
3563
|
class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs:
|
3560
3564
|
def __init__(__self__, *,
|
3561
|
-
dataset_template: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']
|
3565
|
+
dataset_template: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs'],
|
3566
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None):
|
3562
3567
|
"""
|
3563
3568
|
:param pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs'] dataset_template: Dataset template used for dynamic dataset creation.
|
3564
3569
|
Structure is documented below.
|
3570
|
+
:param pulumi.Input[_builtins.str] project_id: Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
|
3565
3571
|
"""
|
3566
3572
|
pulumi.set(__self__, "dataset_template", dataset_template)
|
3573
|
+
if project_id is not None:
|
3574
|
+
pulumi.set(__self__, "project_id", project_id)
|
3567
3575
|
|
3568
3576
|
@_builtins.property
|
3569
3577
|
@pulumi.getter(name="datasetTemplate")
|
@@ -3578,6 +3586,18 @@ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArg
|
|
3578
3586
|
def dataset_template(self, value: pulumi.Input['StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs']):
|
3579
3587
|
pulumi.set(self, "dataset_template", value)
|
3580
3588
|
|
3589
|
+
@_builtins.property
|
3590
|
+
@pulumi.getter(name="projectId")
|
3591
|
+
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
3592
|
+
"""
|
3593
|
+
Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
|
3594
|
+
"""
|
3595
|
+
return pulumi.get(self, "project_id")
|
3596
|
+
|
3597
|
+
@project_id.setter
|
3598
|
+
def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
3599
|
+
pulumi.set(self, "project_id", value)
|
3600
|
+
|
3581
3601
|
|
3582
3602
|
if not MYPY:
|
3583
3603
|
class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgsDict(TypedDict):
|
pulumi_gcp/datastream/outputs.py
CHANGED
@@ -2705,6 +2705,8 @@ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets(di
|
|
2705
2705
|
suggest = None
|
2706
2706
|
if key == "datasetTemplate":
|
2707
2707
|
suggest = "dataset_template"
|
2708
|
+
elif key == "projectId":
|
2709
|
+
suggest = "project_id"
|
2708
2710
|
|
2709
2711
|
if suggest:
|
2710
2712
|
pulumi.log.warn(f"Key '{key}' not found in StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets. Access the value via the '{suggest}' property getter instead.")
|
@@ -2718,12 +2720,16 @@ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets(di
|
|
2718
2720
|
return super().get(key, default)
|
2719
2721
|
|
2720
2722
|
def __init__(__self__, *,
|
2721
|
-
dataset_template: 'outputs.StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplate'
|
2723
|
+
dataset_template: 'outputs.StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplate',
|
2724
|
+
project_id: Optional[_builtins.str] = None):
|
2722
2725
|
"""
|
2723
2726
|
:param 'StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs' dataset_template: Dataset template used for dynamic dataset creation.
|
2724
2727
|
Structure is documented below.
|
2728
|
+
:param _builtins.str project_id: Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
|
2725
2729
|
"""
|
2726
2730
|
pulumi.set(__self__, "dataset_template", dataset_template)
|
2731
|
+
if project_id is not None:
|
2732
|
+
pulumi.set(__self__, "project_id", project_id)
|
2727
2733
|
|
2728
2734
|
@_builtins.property
|
2729
2735
|
@pulumi.getter(name="datasetTemplate")
|
@@ -2734,6 +2740,14 @@ class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets(di
|
|
2734
2740
|
"""
|
2735
2741
|
return pulumi.get(self, "dataset_template")
|
2736
2742
|
|
2743
|
+
@_builtins.property
|
2744
|
+
@pulumi.getter(name="projectId")
|
2745
|
+
def project_id(self) -> Optional[_builtins.str]:
|
2746
|
+
"""
|
2747
|
+
Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
|
2748
|
+
"""
|
2749
|
+
return pulumi.get(self, "project_id")
|
2750
|
+
|
2737
2751
|
|
2738
2752
|
@pulumi.output_type
|
2739
2753
|
class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplate(dict):
|