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
@@ -40,6 +40,7 @@ class JobIamMemberArgs:
|
|
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
|
`cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class JobIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **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"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _JobIamMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **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"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
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.
|
@@ -245,6 +248,7 @@ class _JobIamMemberState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **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"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "member")
|
250
254
|
|
@@ -484,6 +488,7 @@ class JobIamMember(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **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"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
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.
|
@@ -740,6 +745,7 @@ class JobIamMember(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **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"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
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.
|
@@ -798,6 +804,7 @@ class JobIamMember(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **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"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "member")
|
803
810
|
|
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -1466,6 +1466,8 @@ class JobTemplateTemplateContainerVolumeMount(dict):
|
|
1466
1466
|
suggest = None
|
1467
1467
|
if key == "mountPath":
|
1468
1468
|
suggest = "mount_path"
|
1469
|
+
elif key == "subPath":
|
1470
|
+
suggest = "sub_path"
|
1469
1471
|
|
1470
1472
|
if suggest:
|
1471
1473
|
pulumi.log.warn(f"Key '{key}' not found in JobTemplateTemplateContainerVolumeMount. Access the value via the '{suggest}' property getter instead.")
|
@@ -1480,13 +1482,17 @@ class JobTemplateTemplateContainerVolumeMount(dict):
|
|
1480
1482
|
|
1481
1483
|
def __init__(__self__, *,
|
1482
1484
|
mount_path: _builtins.str,
|
1483
|
-
name: _builtins.str
|
1485
|
+
name: _builtins.str,
|
1486
|
+
sub_path: Optional[_builtins.str] = None):
|
1484
1487
|
"""
|
1485
1488
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
1486
1489
|
:param _builtins.str name: This must match the Name of a Volume.
|
1490
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
1487
1491
|
"""
|
1488
1492
|
pulumi.set(__self__, "mount_path", mount_path)
|
1489
1493
|
pulumi.set(__self__, "name", name)
|
1494
|
+
if sub_path is not None:
|
1495
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
1490
1496
|
|
1491
1497
|
@_builtins.property
|
1492
1498
|
@pulumi.getter(name="mountPath")
|
@@ -1504,6 +1510,14 @@ class JobTemplateTemplateContainerVolumeMount(dict):
|
|
1504
1510
|
"""
|
1505
1511
|
return pulumi.get(self, "name")
|
1506
1512
|
|
1513
|
+
@_builtins.property
|
1514
|
+
@pulumi.getter(name="subPath")
|
1515
|
+
def sub_path(self) -> Optional[_builtins.str]:
|
1516
|
+
"""
|
1517
|
+
Path within the volume from which the container's volume should be mounted.
|
1518
|
+
"""
|
1519
|
+
return pulumi.get(self, "sub_path")
|
1520
|
+
|
1507
1521
|
|
1508
1522
|
@pulumi.output_type
|
1509
1523
|
class JobTemplateTemplateNodeSelector(dict):
|
@@ -4058,6 +4072,8 @@ class ServiceTemplateContainerVolumeMount(dict):
|
|
4058
4072
|
suggest = None
|
4059
4073
|
if key == "mountPath":
|
4060
4074
|
suggest = "mount_path"
|
4075
|
+
elif key == "subPath":
|
4076
|
+
suggest = "sub_path"
|
4061
4077
|
|
4062
4078
|
if suggest:
|
4063
4079
|
pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateContainerVolumeMount. Access the value via the '{suggest}' property getter instead.")
|
@@ -4072,13 +4088,17 @@ class ServiceTemplateContainerVolumeMount(dict):
|
|
4072
4088
|
|
4073
4089
|
def __init__(__self__, *,
|
4074
4090
|
mount_path: _builtins.str,
|
4075
|
-
name: _builtins.str
|
4091
|
+
name: _builtins.str,
|
4092
|
+
sub_path: Optional[_builtins.str] = None):
|
4076
4093
|
"""
|
4077
4094
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
4078
4095
|
:param _builtins.str name: This must match the Name of a Volume.
|
4096
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
4079
4097
|
"""
|
4080
4098
|
pulumi.set(__self__, "mount_path", mount_path)
|
4081
4099
|
pulumi.set(__self__, "name", name)
|
4100
|
+
if sub_path is not None:
|
4101
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
4082
4102
|
|
4083
4103
|
@_builtins.property
|
4084
4104
|
@pulumi.getter(name="mountPath")
|
@@ -4096,6 +4116,14 @@ class ServiceTemplateContainerVolumeMount(dict):
|
|
4096
4116
|
"""
|
4097
4117
|
return pulumi.get(self, "name")
|
4098
4118
|
|
4119
|
+
@_builtins.property
|
4120
|
+
@pulumi.getter(name="subPath")
|
4121
|
+
def sub_path(self) -> Optional[_builtins.str]:
|
4122
|
+
"""
|
4123
|
+
Path within the volume from which the container's volume should be mounted.
|
4124
|
+
"""
|
4125
|
+
return pulumi.get(self, "sub_path")
|
4126
|
+
|
4099
4127
|
|
4100
4128
|
@pulumi.output_type
|
4101
4129
|
class ServiceTemplateNodeSelector(dict):
|
@@ -5895,6 +5923,8 @@ class WorkerPoolTemplateContainerVolumeMount(dict):
|
|
5895
5923
|
suggest = None
|
5896
5924
|
if key == "mountPath":
|
5897
5925
|
suggest = "mount_path"
|
5926
|
+
elif key == "subPath":
|
5927
|
+
suggest = "sub_path"
|
5898
5928
|
|
5899
5929
|
if suggest:
|
5900
5930
|
pulumi.log.warn(f"Key '{key}' not found in WorkerPoolTemplateContainerVolumeMount. Access the value via the '{suggest}' property getter instead.")
|
@@ -5909,13 +5939,17 @@ class WorkerPoolTemplateContainerVolumeMount(dict):
|
|
5909
5939
|
|
5910
5940
|
def __init__(__self__, *,
|
5911
5941
|
mount_path: _builtins.str,
|
5912
|
-
name: _builtins.str
|
5942
|
+
name: _builtins.str,
|
5943
|
+
sub_path: Optional[_builtins.str] = None):
|
5913
5944
|
"""
|
5914
5945
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
5915
5946
|
:param _builtins.str name: This must match the Name of a Volume.
|
5947
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
5916
5948
|
"""
|
5917
5949
|
pulumi.set(__self__, "mount_path", mount_path)
|
5918
5950
|
pulumi.set(__self__, "name", name)
|
5951
|
+
if sub_path is not None:
|
5952
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
5919
5953
|
|
5920
5954
|
@_builtins.property
|
5921
5955
|
@pulumi.getter(name="mountPath")
|
@@ -5933,6 +5967,14 @@ class WorkerPoolTemplateContainerVolumeMount(dict):
|
|
5933
5967
|
"""
|
5934
5968
|
return pulumi.get(self, "name")
|
5935
5969
|
|
5970
|
+
@_builtins.property
|
5971
|
+
@pulumi.getter(name="subPath")
|
5972
|
+
def sub_path(self) -> Optional[_builtins.str]:
|
5973
|
+
"""
|
5974
|
+
Path within the volume from which the container's volume should be mounted.
|
5975
|
+
"""
|
5976
|
+
return pulumi.get(self, "sub_path")
|
5977
|
+
|
5936
5978
|
|
5937
5979
|
@pulumi.output_type
|
5938
5980
|
class WorkerPoolTemplateNodeSelector(dict):
|
@@ -6374,19 +6416,31 @@ class WorkerPoolTemplateVpcAccess(dict):
|
|
6374
6416
|
return super().get(key, default)
|
6375
6417
|
|
6376
6418
|
def __init__(__self__, *,
|
6419
|
+
connector: Optional[_builtins.str] = None,
|
6377
6420
|
egress: Optional[_builtins.str] = None,
|
6378
6421
|
network_interfaces: Optional[Sequence['outputs.WorkerPoolTemplateVpcAccessNetworkInterface']] = None):
|
6379
6422
|
"""
|
6423
|
+
:param _builtins.str connector: VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
6380
6424
|
:param _builtins.str egress: Traffic VPC egress settings.
|
6381
6425
|
Possible values are: `ALL_TRAFFIC`, `PRIVATE_RANGES_ONLY`.
|
6382
6426
|
:param Sequence['WorkerPoolTemplateVpcAccessNetworkInterfaceArgs'] network_interfaces: Direct VPC egress settings. Currently only single network interface is supported.
|
6383
6427
|
Structure is documented below.
|
6384
6428
|
"""
|
6429
|
+
if connector is not None:
|
6430
|
+
pulumi.set(__self__, "connector", connector)
|
6385
6431
|
if egress is not None:
|
6386
6432
|
pulumi.set(__self__, "egress", egress)
|
6387
6433
|
if network_interfaces is not None:
|
6388
6434
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
6389
6435
|
|
6436
|
+
@_builtins.property
|
6437
|
+
@pulumi.getter
|
6438
|
+
def connector(self) -> Optional[_builtins.str]:
|
6439
|
+
"""
|
6440
|
+
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
6441
|
+
"""
|
6442
|
+
return pulumi.get(self, "connector")
|
6443
|
+
|
6390
6444
|
@_builtins.property
|
6391
6445
|
@pulumi.getter
|
6392
6446
|
def egress(self) -> Optional[_builtins.str]:
|
@@ -7485,13 +7539,16 @@ class GetJobTemplateTemplateContainerStartupProbeTcpSocketResult(dict):
|
|
7485
7539
|
class GetJobTemplateTemplateContainerVolumeMountResult(dict):
|
7486
7540
|
def __init__(__self__, *,
|
7487
7541
|
mount_path: _builtins.str,
|
7488
|
-
name: _builtins.str
|
7542
|
+
name: _builtins.str,
|
7543
|
+
sub_path: _builtins.str):
|
7489
7544
|
"""
|
7490
7545
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
7491
7546
|
:param _builtins.str name: The name of the Cloud Run v2 Job.
|
7547
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
7492
7548
|
"""
|
7493
7549
|
pulumi.set(__self__, "mount_path", mount_path)
|
7494
7550
|
pulumi.set(__self__, "name", name)
|
7551
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
7495
7552
|
|
7496
7553
|
@_builtins.property
|
7497
7554
|
@pulumi.getter(name="mountPath")
|
@@ -7509,6 +7566,14 @@ class GetJobTemplateTemplateContainerVolumeMountResult(dict):
|
|
7509
7566
|
"""
|
7510
7567
|
return pulumi.get(self, "name")
|
7511
7568
|
|
7569
|
+
@_builtins.property
|
7570
|
+
@pulumi.getter(name="subPath")
|
7571
|
+
def sub_path(self) -> _builtins.str:
|
7572
|
+
"""
|
7573
|
+
Path within the volume from which the container's volume should be mounted.
|
7574
|
+
"""
|
7575
|
+
return pulumi.get(self, "sub_path")
|
7576
|
+
|
7512
7577
|
|
7513
7578
|
@pulumi.output_type
|
7514
7579
|
class GetJobTemplateTemplateNodeSelectorResult(dict):
|
@@ -9307,13 +9372,16 @@ class GetServiceTemplateContainerStartupProbeTcpSocketResult(dict):
|
|
9307
9372
|
class GetServiceTemplateContainerVolumeMountResult(dict):
|
9308
9373
|
def __init__(__self__, *,
|
9309
9374
|
mount_path: _builtins.str,
|
9310
|
-
name: _builtins.str
|
9375
|
+
name: _builtins.str,
|
9376
|
+
sub_path: _builtins.str):
|
9311
9377
|
"""
|
9312
9378
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
9313
9379
|
:param _builtins.str name: The name of the Cloud Run v2 Service.
|
9380
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
9314
9381
|
"""
|
9315
9382
|
pulumi.set(__self__, "mount_path", mount_path)
|
9316
9383
|
pulumi.set(__self__, "name", name)
|
9384
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
9317
9385
|
|
9318
9386
|
@_builtins.property
|
9319
9387
|
@pulumi.getter(name="mountPath")
|
@@ -9331,6 +9399,14 @@ class GetServiceTemplateContainerVolumeMountResult(dict):
|
|
9331
9399
|
"""
|
9332
9400
|
return pulumi.get(self, "name")
|
9333
9401
|
|
9402
|
+
@_builtins.property
|
9403
|
+
@pulumi.getter(name="subPath")
|
9404
|
+
def sub_path(self) -> _builtins.str:
|
9405
|
+
"""
|
9406
|
+
Path within the volume from which the container's volume should be mounted.
|
9407
|
+
"""
|
9408
|
+
return pulumi.get(self, "sub_path")
|
9409
|
+
|
9334
9410
|
|
9335
9411
|
@pulumi.output_type
|
9336
9412
|
class GetServiceTemplateNodeSelectorResult(dict):
|
@@ -10612,13 +10688,16 @@ class GetWorkerPoolTemplateContainerResourceResult(dict):
|
|
10612
10688
|
class GetWorkerPoolTemplateContainerVolumeMountResult(dict):
|
10613
10689
|
def __init__(__self__, *,
|
10614
10690
|
mount_path: _builtins.str,
|
10615
|
-
name: _builtins.str
|
10691
|
+
name: _builtins.str,
|
10692
|
+
sub_path: _builtins.str):
|
10616
10693
|
"""
|
10617
10694
|
:param _builtins.str mount_path: Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run
|
10618
10695
|
:param _builtins.str name: The name of the Cloud Run v2 Worker Pool.
|
10696
|
+
:param _builtins.str sub_path: Path within the volume from which the container's volume should be mounted.
|
10619
10697
|
"""
|
10620
10698
|
pulumi.set(__self__, "mount_path", mount_path)
|
10621
10699
|
pulumi.set(__self__, "name", name)
|
10700
|
+
pulumi.set(__self__, "sub_path", sub_path)
|
10622
10701
|
|
10623
10702
|
@_builtins.property
|
10624
10703
|
@pulumi.getter(name="mountPath")
|
@@ -10636,6 +10715,14 @@ class GetWorkerPoolTemplateContainerVolumeMountResult(dict):
|
|
10636
10715
|
"""
|
10637
10716
|
return pulumi.get(self, "name")
|
10638
10717
|
|
10718
|
+
@_builtins.property
|
10719
|
+
@pulumi.getter(name="subPath")
|
10720
|
+
def sub_path(self) -> _builtins.str:
|
10721
|
+
"""
|
10722
|
+
Path within the volume from which the container's volume should be mounted.
|
10723
|
+
"""
|
10724
|
+
return pulumi.get(self, "sub_path")
|
10725
|
+
|
10639
10726
|
|
10640
10727
|
@pulumi.output_type
|
10641
10728
|
class GetWorkerPoolTemplateNodeSelectorResult(dict):
|
@@ -10940,15 +11027,26 @@ class GetWorkerPoolTemplateVolumeSecretItemResult(dict):
|
|
10940
11027
|
@pulumi.output_type
|
10941
11028
|
class GetWorkerPoolTemplateVpcAccessResult(dict):
|
10942
11029
|
def __init__(__self__, *,
|
11030
|
+
connector: _builtins.str,
|
10943
11031
|
egress: _builtins.str,
|
10944
11032
|
network_interfaces: Sequence['outputs.GetWorkerPoolTemplateVpcAccessNetworkInterfaceResult']):
|
10945
11033
|
"""
|
11034
|
+
:param _builtins.str connector: VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
10946
11035
|
:param _builtins.str egress: Traffic VPC egress settings. Possible values: ["ALL_TRAFFIC", "PRIVATE_RANGES_ONLY"]
|
10947
11036
|
:param Sequence['GetWorkerPoolTemplateVpcAccessNetworkInterfaceArgs'] network_interfaces: Direct VPC egress settings. Currently only single network interface is supported.
|
10948
11037
|
"""
|
11038
|
+
pulumi.set(__self__, "connector", connector)
|
10949
11039
|
pulumi.set(__self__, "egress", egress)
|
10950
11040
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
10951
11041
|
|
11042
|
+
@_builtins.property
|
11043
|
+
@pulumi.getter
|
11044
|
+
def connector(self) -> _builtins.str:
|
11045
|
+
"""
|
11046
|
+
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
|
11047
|
+
"""
|
11048
|
+
return pulumi.get(self, "connector")
|
11049
|
+
|
10952
11050
|
@_builtins.property
|
10953
11051
|
@pulumi.getter
|
10954
11052
|
def egress(self) -> _builtins.str:
|
@@ -40,6 +40,7 @@ class ServiceIamBindingArgs:
|
|
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
|
`cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class ServiceIamBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **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"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _ServiceIamBindingState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **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"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
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.
|
@@ -245,6 +248,7 @@ class _ServiceIamBindingState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **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"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "members")
|
250
254
|
|
@@ -484,6 +488,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **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"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
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.
|
@@ -740,6 +745,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **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"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
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.
|
@@ -798,6 +804,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **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"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "members")
|
803
810
|
|
@@ -40,6 +40,7 @@ class ServiceIamMemberArgs:
|
|
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
|
`cloudrunv2.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class ServiceIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **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"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _ServiceIamMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **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"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
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.
|
@@ -245,6 +248,7 @@ class _ServiceIamMemberState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **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"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "member")
|
250
254
|
|
@@ -484,6 +488,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **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"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
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.
|
@@ -740,6 +745,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **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"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
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.
|
@@ -798,6 +804,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **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"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "member")
|
803
810
|
|
@@ -40,6 +40,7 @@ class WorkerPoolIamBindingArgs:
|
|
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
|
`cloudrunv2.WorkerPoolIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class WorkerPoolIamBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **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"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _WorkerPoolIamBindingState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **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"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
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.
|
@@ -245,6 +248,7 @@ class _WorkerPoolIamBindingState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **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"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "members")
|
250
254
|
|
@@ -484,6 +488,7 @@ class WorkerPoolIamBinding(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **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"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
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.
|
@@ -740,6 +745,7 @@ class WorkerPoolIamBinding(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **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"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
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.
|
@@ -798,6 +804,7 @@ class WorkerPoolIamBinding(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **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"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "members")
|
803
810
|
|
@@ -40,6 +40,7 @@ class WorkerPoolIamMemberArgs:
|
|
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
|
`cloudrunv2.WorkerPoolIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class WorkerPoolIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **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"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _WorkerPoolIamMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **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"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
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.
|
@@ -245,6 +248,7 @@ class _WorkerPoolIamMemberState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **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"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "member")
|
250
254
|
|
@@ -484,6 +488,7 @@ class WorkerPoolIamMember(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **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"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
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.
|
@@ -740,6 +745,7 @@ class WorkerPoolIamMember(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **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"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
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.
|
@@ -798,6 +804,7 @@ class WorkerPoolIamMember(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **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"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "member")
|
803
810
|
|