pulumi-gcp 9.1.0a1758696393__py3-none-any.whl → 9.1.0a1758939336__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,7 @@ class WorkforcePoolIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -70,6 +71,7 @@ class WorkforcePoolIamMemberArgs:
|
|
70
71
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
71
72
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
72
73
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
74
|
+
* **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"
|
73
75
|
"""
|
74
76
|
return pulumi.get(self, "member")
|
75
77
|
|
@@ -153,6 +155,7 @@ class _WorkforcePoolIamMemberState:
|
|
153
155
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
154
156
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
155
157
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
158
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
156
159
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
157
160
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
158
161
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -221,6 +224,7 @@ class _WorkforcePoolIamMemberState:
|
|
221
224
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
222
225
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
223
226
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
227
|
+
* **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"
|
224
228
|
"""
|
225
229
|
return pulumi.get(self, "member")
|
226
230
|
|
@@ -439,6 +443,7 @@ class WorkforcePoolIamMember(pulumi.CustomResource):
|
|
439
443
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
440
444
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
441
445
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
446
|
+
* **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"
|
442
447
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
443
448
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
444
449
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -685,6 +690,7 @@ class WorkforcePoolIamMember(pulumi.CustomResource):
|
|
685
690
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
686
691
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
687
692
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
693
|
+
* **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"
|
688
694
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
689
695
|
`iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
|
690
696
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -740,6 +746,7 @@ class WorkforcePoolIamMember(pulumi.CustomResource):
|
|
740
746
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
747
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
749
|
+
* **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
750
|
"""
|
744
751
|
return pulumi.get(self, "member")
|
745
752
|
|
@@ -29,6 +29,7 @@ class WorkforcePoolProviderArgs:
|
|
29
29
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
30
30
|
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
31
31
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
32
|
+
extended_attributes_oauth2_client: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']] = None,
|
32
33
|
extra_attributes_oauth2_client: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs']] = None,
|
33
34
|
oidc: Optional[pulumi.Input['WorkforcePoolProviderOidcArgs']] = None,
|
34
35
|
saml: Optional[pulumi.Input['WorkforcePoolProviderSamlArgs']] = None):
|
@@ -93,6 +94,17 @@ class WorkforcePoolProviderArgs:
|
|
93
94
|
:param pulumi.Input[_builtins.bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
|
94
95
|
However, existing tokens still grant access.
|
95
96
|
:param pulumi.Input[_builtins.str] display_name: A user-specified display name for the provider. Cannot exceed 32 characters.
|
97
|
+
:param pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs'] extended_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the extended group
|
98
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
99
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
100
|
+
services. When the user accesses these services, extended group memberships
|
101
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
102
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
103
|
+
To keep extended group memberships up to date, extended groups are
|
104
|
+
retrieved when the user signs in and at regular intervals during the user's
|
105
|
+
active session. Each user identity in the workforce identity pool must map
|
106
|
+
to a unique Microsoft Entra ID user.
|
107
|
+
Structure is documented below.
|
96
108
|
:param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs'] extra_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the additional user
|
97
109
|
attributes. This should be used when users can't get the desired claims
|
98
110
|
in authentication credentials. Currently this configuration is only
|
@@ -116,6 +128,8 @@ class WorkforcePoolProviderArgs:
|
|
116
128
|
pulumi.set(__self__, "disabled", disabled)
|
117
129
|
if display_name is not None:
|
118
130
|
pulumi.set(__self__, "display_name", display_name)
|
131
|
+
if extended_attributes_oauth2_client is not None:
|
132
|
+
pulumi.set(__self__, "extended_attributes_oauth2_client", extended_attributes_oauth2_client)
|
119
133
|
if extra_attributes_oauth2_client is not None:
|
120
134
|
pulumi.set(__self__, "extra_attributes_oauth2_client", extra_attributes_oauth2_client)
|
121
135
|
if oidc is not None:
|
@@ -270,6 +284,28 @@ class WorkforcePoolProviderArgs:
|
|
270
284
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
271
285
|
pulumi.set(self, "display_name", value)
|
272
286
|
|
287
|
+
@_builtins.property
|
288
|
+
@pulumi.getter(name="extendedAttributesOauth2Client")
|
289
|
+
def extended_attributes_oauth2_client(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']]:
|
290
|
+
"""
|
291
|
+
The configuration for OAuth 2.0 client used to get the extended group
|
292
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
293
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
294
|
+
services. When the user accesses these services, extended group memberships
|
295
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
296
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
297
|
+
To keep extended group memberships up to date, extended groups are
|
298
|
+
retrieved when the user signs in and at regular intervals during the user's
|
299
|
+
active session. Each user identity in the workforce identity pool must map
|
300
|
+
to a unique Microsoft Entra ID user.
|
301
|
+
Structure is documented below.
|
302
|
+
"""
|
303
|
+
return pulumi.get(self, "extended_attributes_oauth2_client")
|
304
|
+
|
305
|
+
@extended_attributes_oauth2_client.setter
|
306
|
+
def extended_attributes_oauth2_client(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']]):
|
307
|
+
pulumi.set(self, "extended_attributes_oauth2_client", value)
|
308
|
+
|
273
309
|
@_builtins.property
|
274
310
|
@pulumi.getter(name="extraAttributesOauth2Client")
|
275
311
|
def extra_attributes_oauth2_client(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs']]:
|
@@ -321,6 +357,7 @@ class _WorkforcePoolProviderState:
|
|
321
357
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
322
358
|
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
323
359
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
360
|
+
extended_attributes_oauth2_client: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']] = None,
|
324
361
|
extra_attributes_oauth2_client: Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs']] = None,
|
325
362
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
326
363
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -382,6 +419,17 @@ class _WorkforcePoolProviderState:
|
|
382
419
|
:param pulumi.Input[_builtins.bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
|
383
420
|
However, existing tokens still grant access.
|
384
421
|
:param pulumi.Input[_builtins.str] display_name: A user-specified display name for the provider. Cannot exceed 32 characters.
|
422
|
+
:param pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs'] extended_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the extended group
|
423
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
424
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
425
|
+
services. When the user accesses these services, extended group memberships
|
426
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
427
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
428
|
+
To keep extended group memberships up to date, extended groups are
|
429
|
+
retrieved when the user signs in and at regular intervals during the user's
|
430
|
+
active session. Each user identity in the workforce identity pool must map
|
431
|
+
to a unique Microsoft Entra ID user.
|
432
|
+
Structure is documented below.
|
385
433
|
:param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs'] extra_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the additional user
|
386
434
|
attributes. This should be used when users can't get the desired claims
|
387
435
|
in authentication credentials. Currently this configuration is only
|
@@ -418,6 +466,8 @@ class _WorkforcePoolProviderState:
|
|
418
466
|
pulumi.set(__self__, "disabled", disabled)
|
419
467
|
if display_name is not None:
|
420
468
|
pulumi.set(__self__, "display_name", display_name)
|
469
|
+
if extended_attributes_oauth2_client is not None:
|
470
|
+
pulumi.set(__self__, "extended_attributes_oauth2_client", extended_attributes_oauth2_client)
|
421
471
|
if extra_attributes_oauth2_client is not None:
|
422
472
|
pulumi.set(__self__, "extra_attributes_oauth2_client", extra_attributes_oauth2_client)
|
423
473
|
if location is not None:
|
@@ -541,6 +591,28 @@ class _WorkforcePoolProviderState:
|
|
541
591
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
542
592
|
pulumi.set(self, "display_name", value)
|
543
593
|
|
594
|
+
@_builtins.property
|
595
|
+
@pulumi.getter(name="extendedAttributesOauth2Client")
|
596
|
+
def extended_attributes_oauth2_client(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']]:
|
597
|
+
"""
|
598
|
+
The configuration for OAuth 2.0 client used to get the extended group
|
599
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
600
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
601
|
+
services. When the user accesses these services, extended group memberships
|
602
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
603
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
604
|
+
To keep extended group memberships up to date, extended groups are
|
605
|
+
retrieved when the user signs in and at regular intervals during the user's
|
606
|
+
active session. Each user identity in the workforce identity pool must map
|
607
|
+
to a unique Microsoft Entra ID user.
|
608
|
+
Structure is documented below.
|
609
|
+
"""
|
610
|
+
return pulumi.get(self, "extended_attributes_oauth2_client")
|
611
|
+
|
612
|
+
@extended_attributes_oauth2_client.setter
|
613
|
+
def extended_attributes_oauth2_client(self, value: Optional[pulumi.Input['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs']]):
|
614
|
+
pulumi.set(self, "extended_attributes_oauth2_client", value)
|
615
|
+
|
544
616
|
@_builtins.property
|
545
617
|
@pulumi.getter(name="extraAttributesOauth2Client")
|
546
618
|
def extra_attributes_oauth2_client(self) -> Optional[pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientArgs']]:
|
@@ -666,6 +738,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
666
738
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
667
739
|
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
668
740
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
741
|
+
extended_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict']]] = None,
|
669
742
|
extra_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtraAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict']]] = None,
|
670
743
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
671
744
|
oidc: Optional[pulumi.Input[Union['WorkforcePoolProviderOidcArgs', 'WorkforcePoolProviderOidcArgsDict']]] = None,
|
@@ -914,6 +987,91 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
914
987
|
},
|
915
988
|
})
|
916
989
|
```
|
990
|
+
### Iam Workforce Pool Provider Extended Attributes Oauth2 Config Client Basic
|
991
|
+
|
992
|
+
```python
|
993
|
+
import pulumi
|
994
|
+
import pulumi_gcp as gcp
|
995
|
+
|
996
|
+
pool = gcp.iam.WorkforcePool("pool",
|
997
|
+
workforce_pool_id="example-pool",
|
998
|
+
parent="organizations/123456789",
|
999
|
+
location="global")
|
1000
|
+
example = gcp.iam.WorkforcePoolProvider("example",
|
1001
|
+
workforce_pool_id=pool.workforce_pool_id,
|
1002
|
+
location=pool.location,
|
1003
|
+
provider_id="example-prvdr",
|
1004
|
+
attribute_mapping={
|
1005
|
+
"google.subject": "assertion.sub",
|
1006
|
+
},
|
1007
|
+
oidc={
|
1008
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1009
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1010
|
+
"web_sso_config": {
|
1011
|
+
"response_type": "CODE",
|
1012
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1013
|
+
},
|
1014
|
+
"client_secret": {
|
1015
|
+
"value": {
|
1016
|
+
"plain_text": "client-secret",
|
1017
|
+
},
|
1018
|
+
},
|
1019
|
+
},
|
1020
|
+
extended_attributes_oauth2_client={
|
1021
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1022
|
+
"client_id": "client-id",
|
1023
|
+
"client_secret": {
|
1024
|
+
"value": {
|
1025
|
+
"plain_text": "client-secret",
|
1026
|
+
},
|
1027
|
+
},
|
1028
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
1029
|
+
})
|
1030
|
+
```
|
1031
|
+
### Iam Workforce Pool Provider Extended Attributes Oauth2 Config Client Full
|
1032
|
+
|
1033
|
+
```python
|
1034
|
+
import pulumi
|
1035
|
+
import pulumi_gcp as gcp
|
1036
|
+
|
1037
|
+
pool = gcp.iam.WorkforcePool("pool",
|
1038
|
+
workforce_pool_id="example-pool",
|
1039
|
+
parent="organizations/123456789",
|
1040
|
+
location="global")
|
1041
|
+
example = gcp.iam.WorkforcePoolProvider("example",
|
1042
|
+
workforce_pool_id=pool.workforce_pool_id,
|
1043
|
+
location=pool.location,
|
1044
|
+
provider_id="example-prvdr",
|
1045
|
+
attribute_mapping={
|
1046
|
+
"google.subject": "assertion.sub",
|
1047
|
+
},
|
1048
|
+
oidc={
|
1049
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1050
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1051
|
+
"client_secret": {
|
1052
|
+
"value": {
|
1053
|
+
"plain_text": "client-secret",
|
1054
|
+
},
|
1055
|
+
},
|
1056
|
+
"web_sso_config": {
|
1057
|
+
"response_type": "CODE",
|
1058
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1059
|
+
},
|
1060
|
+
},
|
1061
|
+
extended_attributes_oauth2_client={
|
1062
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1063
|
+
"client_id": "client-id",
|
1064
|
+
"client_secret": {
|
1065
|
+
"value": {
|
1066
|
+
"plain_text": "client-secret",
|
1067
|
+
},
|
1068
|
+
},
|
1069
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
1070
|
+
"query_parameters": {
|
1071
|
+
"filter": "mail:gcp",
|
1072
|
+
},
|
1073
|
+
})
|
1074
|
+
```
|
917
1075
|
|
918
1076
|
## Import
|
919
1077
|
|
@@ -986,6 +1144,17 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
986
1144
|
:param pulumi.Input[_builtins.bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
|
987
1145
|
However, existing tokens still grant access.
|
988
1146
|
:param pulumi.Input[_builtins.str] display_name: A user-specified display name for the provider. Cannot exceed 32 characters.
|
1147
|
+
:param pulumi.Input[Union['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict']] extended_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the extended group
|
1148
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
1149
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
1150
|
+
services. When the user accesses these services, extended group memberships
|
1151
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
1152
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
1153
|
+
To keep extended group memberships up to date, extended groups are
|
1154
|
+
retrieved when the user signs in and at regular intervals during the user's
|
1155
|
+
active session. Each user identity in the workforce identity pool must map
|
1156
|
+
to a unique Microsoft Entra ID user.
|
1157
|
+
Structure is documented below.
|
989
1158
|
:param pulumi.Input[Union['WorkforcePoolProviderExtraAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict']] extra_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the additional user
|
990
1159
|
attributes. This should be used when users can't get the desired claims
|
991
1160
|
in authentication credentials. Currently this configuration is only
|
@@ -1251,6 +1420,91 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1251
1420
|
},
|
1252
1421
|
})
|
1253
1422
|
```
|
1423
|
+
### Iam Workforce Pool Provider Extended Attributes Oauth2 Config Client Basic
|
1424
|
+
|
1425
|
+
```python
|
1426
|
+
import pulumi
|
1427
|
+
import pulumi_gcp as gcp
|
1428
|
+
|
1429
|
+
pool = gcp.iam.WorkforcePool("pool",
|
1430
|
+
workforce_pool_id="example-pool",
|
1431
|
+
parent="organizations/123456789",
|
1432
|
+
location="global")
|
1433
|
+
example = gcp.iam.WorkforcePoolProvider("example",
|
1434
|
+
workforce_pool_id=pool.workforce_pool_id,
|
1435
|
+
location=pool.location,
|
1436
|
+
provider_id="example-prvdr",
|
1437
|
+
attribute_mapping={
|
1438
|
+
"google.subject": "assertion.sub",
|
1439
|
+
},
|
1440
|
+
oidc={
|
1441
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1442
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1443
|
+
"web_sso_config": {
|
1444
|
+
"response_type": "CODE",
|
1445
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1446
|
+
},
|
1447
|
+
"client_secret": {
|
1448
|
+
"value": {
|
1449
|
+
"plain_text": "client-secret",
|
1450
|
+
},
|
1451
|
+
},
|
1452
|
+
},
|
1453
|
+
extended_attributes_oauth2_client={
|
1454
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1455
|
+
"client_id": "client-id",
|
1456
|
+
"client_secret": {
|
1457
|
+
"value": {
|
1458
|
+
"plain_text": "client-secret",
|
1459
|
+
},
|
1460
|
+
},
|
1461
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
1462
|
+
})
|
1463
|
+
```
|
1464
|
+
### Iam Workforce Pool Provider Extended Attributes Oauth2 Config Client Full
|
1465
|
+
|
1466
|
+
```python
|
1467
|
+
import pulumi
|
1468
|
+
import pulumi_gcp as gcp
|
1469
|
+
|
1470
|
+
pool = gcp.iam.WorkforcePool("pool",
|
1471
|
+
workforce_pool_id="example-pool",
|
1472
|
+
parent="organizations/123456789",
|
1473
|
+
location="global")
|
1474
|
+
example = gcp.iam.WorkforcePoolProvider("example",
|
1475
|
+
workforce_pool_id=pool.workforce_pool_id,
|
1476
|
+
location=pool.location,
|
1477
|
+
provider_id="example-prvdr",
|
1478
|
+
attribute_mapping={
|
1479
|
+
"google.subject": "assertion.sub",
|
1480
|
+
},
|
1481
|
+
oidc={
|
1482
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1483
|
+
"client_id": "https://analysis.windows.net/powerbi/connector/GoogleBigQuery",
|
1484
|
+
"client_secret": {
|
1485
|
+
"value": {
|
1486
|
+
"plain_text": "client-secret",
|
1487
|
+
},
|
1488
|
+
},
|
1489
|
+
"web_sso_config": {
|
1490
|
+
"response_type": "CODE",
|
1491
|
+
"assertion_claims_behavior": "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS",
|
1492
|
+
},
|
1493
|
+
},
|
1494
|
+
extended_attributes_oauth2_client={
|
1495
|
+
"issuer_uri": "https://login.microsoftonline.com/826602fe-2101-470c-9d71-ee1343668989/v2.0",
|
1496
|
+
"client_id": "client-id",
|
1497
|
+
"client_secret": {
|
1498
|
+
"value": {
|
1499
|
+
"plain_text": "client-secret",
|
1500
|
+
},
|
1501
|
+
},
|
1502
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
1503
|
+
"query_parameters": {
|
1504
|
+
"filter": "mail:gcp",
|
1505
|
+
},
|
1506
|
+
})
|
1507
|
+
```
|
1254
1508
|
|
1255
1509
|
## Import
|
1256
1510
|
|
@@ -1290,6 +1544,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1290
1544
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1291
1545
|
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1292
1546
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1547
|
+
extended_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict']]] = None,
|
1293
1548
|
extra_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtraAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict']]] = None,
|
1294
1549
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1295
1550
|
oidc: Optional[pulumi.Input[Union['WorkforcePoolProviderOidcArgs', 'WorkforcePoolProviderOidcArgsDict']]] = None,
|
@@ -1310,6 +1565,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1310
1565
|
__props__.__dict__["description"] = description
|
1311
1566
|
__props__.__dict__["disabled"] = disabled
|
1312
1567
|
__props__.__dict__["display_name"] = display_name
|
1568
|
+
__props__.__dict__["extended_attributes_oauth2_client"] = extended_attributes_oauth2_client
|
1313
1569
|
__props__.__dict__["extra_attributes_oauth2_client"] = extra_attributes_oauth2_client
|
1314
1570
|
if location is None and not opts.urn:
|
1315
1571
|
raise TypeError("Missing required property 'location'")
|
@@ -1339,6 +1595,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1339
1595
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1340
1596
|
disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1341
1597
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1598
|
+
extended_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict']]] = None,
|
1342
1599
|
extra_attributes_oauth2_client: Optional[pulumi.Input[Union['WorkforcePoolProviderExtraAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict']]] = None,
|
1343
1600
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1344
1601
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1405,6 +1662,17 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1405
1662
|
:param pulumi.Input[_builtins.bool] disabled: Whether the provider is disabled. You cannot use a disabled provider to exchange tokens.
|
1406
1663
|
However, existing tokens still grant access.
|
1407
1664
|
:param pulumi.Input[_builtins.str] display_name: A user-specified display name for the provider. Cannot exceed 32 characters.
|
1665
|
+
:param pulumi.Input[Union['WorkforcePoolProviderExtendedAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtendedAttributesOauth2ClientArgsDict']] extended_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the extended group
|
1666
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
1667
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
1668
|
+
services. When the user accesses these services, extended group memberships
|
1669
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
1670
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
1671
|
+
To keep extended group memberships up to date, extended groups are
|
1672
|
+
retrieved when the user signs in and at regular intervals during the user's
|
1673
|
+
active session. Each user identity in the workforce identity pool must map
|
1674
|
+
to a unique Microsoft Entra ID user.
|
1675
|
+
Structure is documented below.
|
1408
1676
|
:param pulumi.Input[Union['WorkforcePoolProviderExtraAttributesOauth2ClientArgs', 'WorkforcePoolProviderExtraAttributesOauth2ClientArgsDict']] extra_attributes_oauth2_client: The configuration for OAuth 2.0 client used to get the additional user
|
1409
1677
|
attributes. This should be used when users can't get the desired claims
|
1410
1678
|
in authentication credentials. Currently this configuration is only
|
@@ -1440,6 +1708,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1440
1708
|
__props__.__dict__["description"] = description
|
1441
1709
|
__props__.__dict__["disabled"] = disabled
|
1442
1710
|
__props__.__dict__["display_name"] = display_name
|
1711
|
+
__props__.__dict__["extended_attributes_oauth2_client"] = extended_attributes_oauth2_client
|
1443
1712
|
__props__.__dict__["extra_attributes_oauth2_client"] = extra_attributes_oauth2_client
|
1444
1713
|
__props__.__dict__["location"] = location
|
1445
1714
|
__props__.__dict__["name"] = name
|
@@ -1536,6 +1805,24 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1536
1805
|
"""
|
1537
1806
|
return pulumi.get(self, "display_name")
|
1538
1807
|
|
1808
|
+
@_builtins.property
|
1809
|
+
@pulumi.getter(name="extendedAttributesOauth2Client")
|
1810
|
+
def extended_attributes_oauth2_client(self) -> pulumi.Output[Optional['outputs.WorkforcePoolProviderExtendedAttributesOauth2Client']]:
|
1811
|
+
"""
|
1812
|
+
The configuration for OAuth 2.0 client used to get the extended group
|
1813
|
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
|
1814
|
+
type is supported. Extended groups supports a subset of Google Cloud
|
1815
|
+
services. When the user accesses these services, extended group memberships
|
1816
|
+
override the mapped `google.groups` attribute. Extended group memberships
|
1817
|
+
cannot be used in attribute mapping or attribute condition expressions.
|
1818
|
+
To keep extended group memberships up to date, extended groups are
|
1819
|
+
retrieved when the user signs in and at regular intervals during the user's
|
1820
|
+
active session. Each user identity in the workforce identity pool must map
|
1821
|
+
to a unique Microsoft Entra ID user.
|
1822
|
+
Structure is documented below.
|
1823
|
+
"""
|
1824
|
+
return pulumi.get(self, "extended_attributes_oauth2_client")
|
1825
|
+
|
1539
1826
|
@_builtins.property
|
1540
1827
|
@pulumi.getter(name="extraAttributesOauth2Client")
|
1541
1828
|
def extra_attributes_oauth2_client(self) -> pulumi.Output[Optional['outputs.WorkforcePoolProviderExtraAttributesOauth2Client']]:
|
@@ -39,6 +39,7 @@ class WorkloadIdentityPoolIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`iam.WorkloadIdentityPoolIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -71,6 +72,7 @@ class WorkloadIdentityPoolIamBindingArgs:
|
|
71
72
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
72
73
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
73
74
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
75
|
+
* **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"
|
74
76
|
"""
|
75
77
|
return pulumi.get(self, "members")
|
76
78
|
|
@@ -156,6 +158,7 @@ class _WorkloadIdentityPoolIamBindingState:
|
|
156
158
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
157
159
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
158
160
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
161
|
+
* **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"
|
159
162
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
160
163
|
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.
|
161
164
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -216,6 +219,7 @@ class _WorkloadIdentityPoolIamBindingState:
|
|
216
219
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
217
220
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
218
221
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
222
|
+
* **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"
|
219
223
|
"""
|
220
224
|
return pulumi.get(self, "members")
|
221
225
|
|
@@ -559,6 +563,7 @@ class WorkloadIdentityPoolIamBinding(pulumi.CustomResource):
|
|
559
563
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
560
564
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
561
565
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
566
|
+
* **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"
|
562
567
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
563
568
|
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.
|
564
569
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -919,6 +924,7 @@ class WorkloadIdentityPoolIamBinding(pulumi.CustomResource):
|
|
919
924
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
920
925
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
921
926
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
927
|
+
* **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"
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
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.
|
924
930
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -970,6 +976,7 @@ class WorkloadIdentityPoolIamBinding(pulumi.CustomResource):
|
|
970
976
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
971
977
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
972
978
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
979
|
+
* **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"
|
973
980
|
"""
|
974
981
|
return pulumi.get(self, "members")
|
975
982
|
|
@@ -39,6 +39,7 @@ class WorkloadIdentityPoolIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`iam.WorkloadIdentityPoolIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -71,6 +72,7 @@ class WorkloadIdentityPoolIamMemberArgs:
|
|
71
72
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
72
73
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
73
74
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
75
|
+
* **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"
|
74
76
|
"""
|
75
77
|
return pulumi.get(self, "member")
|
76
78
|
|
@@ -156,6 +158,7 @@ class _WorkloadIdentityPoolIamMemberState:
|
|
156
158
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
157
159
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
158
160
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
161
|
+
* **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"
|
159
162
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
160
163
|
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.
|
161
164
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -216,6 +219,7 @@ class _WorkloadIdentityPoolIamMemberState:
|
|
216
219
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
217
220
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
218
221
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
222
|
+
* **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"
|
219
223
|
"""
|
220
224
|
return pulumi.get(self, "member")
|
221
225
|
|
@@ -559,6 +563,7 @@ class WorkloadIdentityPoolIamMember(pulumi.CustomResource):
|
|
559
563
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
560
564
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
561
565
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
566
|
+
* **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"
|
562
567
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
563
568
|
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.
|
564
569
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -919,6 +924,7 @@ class WorkloadIdentityPoolIamMember(pulumi.CustomResource):
|
|
919
924
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
920
925
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
921
926
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
927
|
+
* **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"
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
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.
|
924
930
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -970,6 +976,7 @@ class WorkloadIdentityPoolIamMember(pulumi.CustomResource):
|
|
970
976
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
971
977
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
972
978
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
979
|
+
* **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"
|
973
980
|
"""
|
974
981
|
return pulumi.get(self, "member")
|
975
982
|
|