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 ConsumersIamMemberArgs:
|
|
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
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -79,6 +80,7 @@ class ConsumersIamMemberArgs:
|
|
79
80
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
80
81
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
81
82
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
83
|
+
* **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"
|
82
84
|
"""
|
83
85
|
return pulumi.get(self, "member")
|
84
86
|
|
@@ -146,6 +148,7 @@ class _ConsumersIamMemberState:
|
|
146
148
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
147
149
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
148
150
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
151
|
+
* **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"
|
149
152
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
150
153
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
151
154
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -212,6 +215,7 @@ class _ConsumersIamMemberState:
|
|
212
215
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
213
216
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
214
217
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
218
|
+
* **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"
|
215
219
|
"""
|
216
220
|
return pulumi.get(self, "member")
|
217
221
|
|
@@ -323,6 +327,7 @@ class ConsumersIamMember(pulumi.CustomResource):
|
|
323
327
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
324
328
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
325
329
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
330
|
+
* **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"
|
326
331
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
327
332
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
328
333
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -464,6 +469,7 @@ class ConsumersIamMember(pulumi.CustomResource):
|
|
464
469
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
465
470
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
466
471
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
472
|
+
* **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"
|
467
473
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
468
474
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
469
475
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -517,6 +523,7 @@ class ConsumersIamMember(pulumi.CustomResource):
|
|
517
523
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
518
524
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
519
525
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
526
|
+
* **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"
|
520
527
|
"""
|
521
528
|
return pulumi.get(self, "member")
|
522
529
|
|
@@ -38,6 +38,7 @@ class ServiceIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class ServiceIamBindingArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "members")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _ServiceIamBindingState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _ServiceIamBindingState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "members")
|
186
190
|
|
@@ -387,6 +391,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "members")
|
668
675
|
|
@@ -38,6 +38,7 @@ class ServiceIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -64,6 +65,7 @@ class ServiceIamMemberArgs:
|
|
64
65
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
65
66
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
66
67
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
68
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
67
69
|
"""
|
68
70
|
return pulumi.get(self, "member")
|
69
71
|
|
@@ -129,6 +131,7 @@ class _ServiceIamMemberState:
|
|
129
131
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
130
132
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
131
133
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
134
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
132
135
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
133
136
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
134
137
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -181,6 +184,7 @@ class _ServiceIamMemberState:
|
|
181
184
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
185
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
186
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
187
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
184
188
|
"""
|
185
189
|
return pulumi.get(self, "member")
|
186
190
|
|
@@ -387,6 +391,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
387
391
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
388
392
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
389
393
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
394
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
390
395
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
391
396
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
392
397
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -619,6 +624,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
619
624
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
620
625
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
621
626
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
627
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`endpoints.ServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
624
630
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -663,6 +669,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
663
669
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
664
670
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
665
671
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
672
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
666
673
|
"""
|
667
674
|
return pulumi.get(self, "member")
|
668
675
|
|
pulumi_gcp/firestore/field.py
CHANGED
@@ -313,7 +313,7 @@ class Field(pulumi.CustomResource):
|
|
313
313
|
basic = gcp.firestore.Field("basic",
|
314
314
|
project="my-project-name",
|
315
315
|
database=database.name,
|
316
|
-
collection="
|
316
|
+
collection="chatrooms__91980",
|
317
317
|
field="basic",
|
318
318
|
index_config={
|
319
319
|
"indexes": [
|
@@ -364,7 +364,7 @@ class Field(pulumi.CustomResource):
|
|
364
364
|
match_override = gcp.firestore.Field("match_override",
|
365
365
|
project="my-project-name",
|
366
366
|
database=database.name,
|
367
|
-
collection="
|
367
|
+
collection="chatrooms__37118",
|
368
368
|
field="field_with_same_configuration_as_ancestor",
|
369
369
|
index_config={
|
370
370
|
"indexes": [
|
@@ -396,7 +396,7 @@ class Field(pulumi.CustomResource):
|
|
396
396
|
wildcard = gcp.firestore.Field("wildcard",
|
397
397
|
project="my-project-name",
|
398
398
|
database=database.name,
|
399
|
-
collection="
|
399
|
+
collection="chatrooms__80332",
|
400
400
|
field="*",
|
401
401
|
index_config={
|
402
402
|
"indexes": [
|
@@ -478,7 +478,7 @@ class Field(pulumi.CustomResource):
|
|
478
478
|
basic = gcp.firestore.Field("basic",
|
479
479
|
project="my-project-name",
|
480
480
|
database=database.name,
|
481
|
-
collection="
|
481
|
+
collection="chatrooms__91980",
|
482
482
|
field="basic",
|
483
483
|
index_config={
|
484
484
|
"indexes": [
|
@@ -529,7 +529,7 @@ class Field(pulumi.CustomResource):
|
|
529
529
|
match_override = gcp.firestore.Field("match_override",
|
530
530
|
project="my-project-name",
|
531
531
|
database=database.name,
|
532
|
-
collection="
|
532
|
+
collection="chatrooms__37118",
|
533
533
|
field="field_with_same_configuration_as_ancestor",
|
534
534
|
index_config={
|
535
535
|
"indexes": [
|
@@ -561,7 +561,7 @@ class Field(pulumi.CustomResource):
|
|
561
561
|
wildcard = gcp.firestore.Field("wildcard",
|
562
562
|
project="my-project-name",
|
563
563
|
database=database.name,
|
564
|
-
collection="
|
564
|
+
collection="chatrooms__80332",
|
565
565
|
field="*",
|
566
566
|
index_config={
|
567
567
|
"indexes": [
|
@@ -42,6 +42,7 @@ class RepositoryGroupIamBindingArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
45
46
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -90,6 +91,7 @@ class RepositoryGroupIamBindingArgs:
|
|
90
91
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
91
92
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
92
93
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
94
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
93
95
|
"""
|
94
96
|
return pulumi.get(self, "members")
|
95
97
|
|
@@ -189,6 +191,7 @@ class _RepositoryGroupIamBindingState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
194
197
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -275,6 +278,7 @@ class _RepositoryGroupIamBindingState:
|
|
275
278
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
276
279
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
277
280
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
281
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
278
282
|
"""
|
279
283
|
return pulumi.get(self, "members")
|
280
284
|
|
@@ -522,6 +526,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
522
526
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
523
527
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
524
528
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
529
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
525
530
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
526
531
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
527
532
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -792,6 +797,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
792
797
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
793
798
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
794
799
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
800
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
795
801
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
796
802
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
797
803
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -859,6 +865,7 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
|
|
859
865
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
860
866
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
861
867
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
868
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
862
869
|
"""
|
863
870
|
return pulumi.get(self, "members")
|
864
871
|
|
@@ -42,6 +42,7 @@ class RepositoryGroupIamMemberArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
45
46
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -90,6 +91,7 @@ class RepositoryGroupIamMemberArgs:
|
|
90
91
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
91
92
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
92
93
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
94
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
93
95
|
"""
|
94
96
|
return pulumi.get(self, "member")
|
95
97
|
|
@@ -189,6 +191,7 @@ class _RepositoryGroupIamMemberState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
194
197
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -275,6 +278,7 @@ class _RepositoryGroupIamMemberState:
|
|
275
278
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
276
279
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
277
280
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
281
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
278
282
|
"""
|
279
283
|
return pulumi.get(self, "member")
|
280
284
|
|
@@ -522,6 +526,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
522
526
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
523
527
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
524
528
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
529
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
525
530
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
526
531
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
527
532
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -792,6 +797,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
792
797
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
793
798
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
794
799
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
800
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
795
801
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
796
802
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
797
803
|
:param pulumi.Input[_builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
|
@@ -859,6 +865,7 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
|
|
859
865
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
860
866
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
861
867
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
868
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
862
869
|
"""
|
863
870
|
return pulumi.get(self, "member")
|
864
871
|
|
@@ -40,6 +40,7 @@ class BackupPlanIamBindingArgs:
|
|
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
|
`gkebackup.BackupPlanIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class BackupPlanIamBindingArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "members")
|
82
84
|
|
@@ -176,6 +178,7 @@ class _BackupPlanIamBindingState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
179
182
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
180
183
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
181
184
|
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.
|
@@ -249,6 +252,7 @@ class _BackupPlanIamBindingState:
|
|
249
252
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
250
253
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
251
254
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
255
|
+
* **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"
|
252
256
|
"""
|
253
257
|
return pulumi.get(self, "members")
|
254
258
|
|
@@ -489,6 +493,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
489
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
490
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
491
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
492
497
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
493
498
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
494
499
|
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.
|
@@ -746,6 +751,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
746
751
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
747
752
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
748
753
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
749
755
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
750
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
751
757
|
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.
|
@@ -805,6 +811,7 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
805
811
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
806
812
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
807
813
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
814
|
+
* **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"
|
808
815
|
"""
|
809
816
|
return pulumi.get(self, "members")
|
810
817
|
|
@@ -40,6 +40,7 @@ class BackupPlanIamMemberArgs:
|
|
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
|
`gkebackup.BackupPlanIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class BackupPlanIamMemberArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "member")
|
82
84
|
|
@@ -176,6 +178,7 @@ class _BackupPlanIamMemberState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
179
182
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
180
183
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
181
184
|
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.
|
@@ -249,6 +252,7 @@ class _BackupPlanIamMemberState:
|
|
249
252
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
250
253
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
251
254
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
255
|
+
* **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"
|
252
256
|
"""
|
253
257
|
return pulumi.get(self, "member")
|
254
258
|
|
@@ -489,6 +493,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
489
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
490
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
491
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
492
497
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
493
498
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
494
499
|
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.
|
@@ -746,6 +751,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
746
751
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
747
752
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
748
753
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
749
755
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
750
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
751
757
|
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.
|
@@ -805,6 +811,7 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
805
811
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
806
812
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
807
813
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
814
|
+
* **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"
|
808
815
|
"""
|
809
816
|
return pulumi.get(self, "member")
|
810
817
|
|
@@ -40,6 +40,7 @@ class RestorePlanIamBindingArgs:
|
|
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
|
`gkebackup.RestorePlanIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class RestorePlanIamBindingArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "members")
|
82
84
|
|
@@ -176,6 +178,7 @@ class _RestorePlanIamBindingState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
179
182
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
180
183
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
181
184
|
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.
|
@@ -249,6 +252,7 @@ class _RestorePlanIamBindingState:
|
|
249
252
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
250
253
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
251
254
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
255
|
+
* **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"
|
252
256
|
"""
|
253
257
|
return pulumi.get(self, "members")
|
254
258
|
|
@@ -489,6 +493,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
489
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
490
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
491
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
496
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
492
497
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
493
498
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
494
499
|
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.
|
@@ -746,6 +751,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
746
751
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
747
752
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
748
753
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
749
755
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
750
756
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
751
757
|
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.
|
@@ -805,6 +811,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
805
811
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
806
812
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
807
813
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
814
|
+
* **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"
|
808
815
|
"""
|
809
816
|
return pulumi.get(self, "members")
|
810
817
|
|