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
@@ -41,6 +41,7 @@ class AppEngineServiceIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -86,6 +87,7 @@ class AppEngineServiceIamBindingArgs:
|
|
86
87
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
87
88
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
88
89
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
90
|
+
* **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"
|
89
91
|
"""
|
90
92
|
return pulumi.get(self, "members")
|
91
93
|
|
@@ -173,6 +175,7 @@ class _AppEngineServiceIamBindingState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
177
180
|
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.
|
178
181
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -247,6 +250,7 @@ class _AppEngineServiceIamBindingState:
|
|
247
250
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
248
251
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
249
252
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
253
|
+
* **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"
|
250
254
|
"""
|
251
255
|
return pulumi.get(self, "members")
|
252
256
|
|
@@ -606,6 +610,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
606
610
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
607
611
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
608
612
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
613
|
+
* **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"
|
609
614
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
610
615
|
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.
|
611
616
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -986,6 +991,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
986
991
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
987
992
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
988
993
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
994
|
+
* **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"
|
989
995
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
990
996
|
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.
|
991
997
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1046,6 +1052,7 @@ class AppEngineServiceIamBinding(pulumi.CustomResource):
|
|
1046
1052
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1047
1053
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1048
1054
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1055
|
+
* **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"
|
1049
1056
|
"""
|
1050
1057
|
return pulumi.get(self, "members")
|
1051
1058
|
|
@@ -41,6 +41,7 @@ class AppEngineServiceIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`iap.AppEngineServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -86,6 +87,7 @@ class AppEngineServiceIamMemberArgs:
|
|
86
87
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
87
88
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
88
89
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
90
|
+
* **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"
|
89
91
|
"""
|
90
92
|
return pulumi.get(self, "member")
|
91
93
|
|
@@ -173,6 +175,7 @@ class _AppEngineServiceIamMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
177
180
|
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.
|
178
181
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -247,6 +250,7 @@ class _AppEngineServiceIamMemberState:
|
|
247
250
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
248
251
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
249
252
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
253
|
+
* **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"
|
250
254
|
"""
|
251
255
|
return pulumi.get(self, "member")
|
252
256
|
|
@@ -606,6 +610,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
606
610
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
607
611
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
608
612
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
613
|
+
* **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"
|
609
614
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
610
615
|
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.
|
611
616
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -986,6 +991,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
986
991
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
987
992
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
988
993
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
994
|
+
* **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"
|
989
995
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
990
996
|
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.
|
991
997
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1046,6 +1052,7 @@ class AppEngineServiceIamMember(pulumi.CustomResource):
|
|
1046
1052
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1047
1053
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1048
1054
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1055
|
+
* **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"
|
1049
1056
|
"""
|
1050
1057
|
return pulumi.get(self, "member")
|
1051
1058
|
|
@@ -42,6 +42,7 @@ class AppEngineVersionIamBindingArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
45
46
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
46
47
|
`iap.AppEngineVersionIamBinding` can be used per role. Note that custom roles must be of the format
|
47
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class AppEngineVersionIamBindingArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **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"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "members")
|
94
96
|
|
@@ -189,6 +191,7 @@ class _AppEngineVersionIamBindingState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
194
197
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -266,6 +269,7 @@ class _AppEngineVersionIamBindingState:
|
|
266
269
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
267
270
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
268
271
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
272
|
+
* **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"
|
269
273
|
"""
|
270
274
|
return pulumi.get(self, "members")
|
271
275
|
|
@@ -650,6 +654,7 @@ class AppEngineVersionIamBinding(pulumi.CustomResource):
|
|
650
654
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
651
655
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
652
656
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
657
|
+
* **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"
|
653
658
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
654
659
|
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.
|
655
660
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1048,6 +1053,7 @@ class AppEngineVersionIamBinding(pulumi.CustomResource):
|
|
1048
1053
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1049
1054
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1050
1055
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1056
|
+
* **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"
|
1051
1057
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1052
1058
|
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.
|
1053
1059
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1110,6 +1116,7 @@ class AppEngineVersionIamBinding(pulumi.CustomResource):
|
|
1110
1116
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1111
1117
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1112
1118
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1119
|
+
* **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"
|
1113
1120
|
"""
|
1114
1121
|
return pulumi.get(self, "members")
|
1115
1122
|
|
@@ -42,6 +42,7 @@ class AppEngineVersionIamMemberArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
45
46
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
46
47
|
`iap.AppEngineVersionIamBinding` can be used per role. Note that custom roles must be of the format
|
47
48
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class AppEngineVersionIamMemberArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **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"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "member")
|
94
96
|
|
@@ -189,6 +191,7 @@ class _AppEngineVersionIamMemberState:
|
|
189
191
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
190
192
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
191
193
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
194
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
192
195
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
193
196
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
194
197
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -266,6 +269,7 @@ class _AppEngineVersionIamMemberState:
|
|
266
269
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
267
270
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
268
271
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
272
|
+
* **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"
|
269
273
|
"""
|
270
274
|
return pulumi.get(self, "member")
|
271
275
|
|
@@ -650,6 +654,7 @@ class AppEngineVersionIamMember(pulumi.CustomResource):
|
|
650
654
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
651
655
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
652
656
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
657
|
+
* **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"
|
653
658
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
654
659
|
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.
|
655
660
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1048,6 +1053,7 @@ class AppEngineVersionIamMember(pulumi.CustomResource):
|
|
1048
1053
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1049
1054
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1050
1055
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1056
|
+
* **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"
|
1051
1057
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1052
1058
|
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.
|
1053
1059
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1110,6 +1116,7 @@ class AppEngineVersionIamMember(pulumi.CustomResource):
|
|
1110
1116
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1111
1117
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1112
1118
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1119
|
+
* **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"
|
1113
1120
|
"""
|
1114
1121
|
return pulumi.get(self, "member")
|
1115
1122
|
|
@@ -242,7 +242,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
244
244
|
region="us-central1",
|
245
|
-
group_name="
|
245
|
+
group_name="testgroup_35305",
|
246
246
|
cidrs=[
|
247
247
|
"10.1.0.0/16",
|
248
248
|
"192.168.10.0/24",
|
@@ -325,7 +325,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
325
325
|
|
326
326
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
327
327
|
region="us-central1",
|
328
|
-
group_name="
|
328
|
+
group_name="testgroup_35305",
|
329
329
|
cidrs=[
|
330
330
|
"10.1.0.0/16",
|
331
331
|
"192.168.10.0/24",
|
@@ -41,6 +41,7 @@ class TunnelDestGroupIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`iap.TunnelDestGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -90,6 +91,7 @@ class TunnelDestGroupIamBindingArgs:
|
|
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
|
|
@@ -180,6 +182,7 @@ class _TunnelDestGroupIamBindingState:
|
|
180
182
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
181
183
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
182
184
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
185
|
+
* **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"
|
183
186
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
184
187
|
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.
|
185
188
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -257,6 +260,7 @@ class _TunnelDestGroupIamBindingState:
|
|
257
260
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
258
261
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
259
262
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
263
|
+
* **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"
|
260
264
|
"""
|
261
265
|
return pulumi.get(self, "members")
|
262
266
|
|
@@ -621,6 +625,7 @@ class TunnelDestGroupIamBinding(pulumi.CustomResource):
|
|
621
625
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
622
626
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
623
627
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
628
|
+
* **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"
|
624
629
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
625
630
|
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.
|
626
631
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -1004,6 +1009,7 @@ class TunnelDestGroupIamBinding(pulumi.CustomResource):
|
|
1004
1009
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1005
1010
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1006
1011
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1012
|
+
* **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"
|
1007
1013
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1008
1014
|
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.
|
1009
1015
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -1067,6 +1073,7 @@ class TunnelDestGroupIamBinding(pulumi.CustomResource):
|
|
1067
1073
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1068
1074
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1069
1075
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1076
|
+
* **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"
|
1070
1077
|
"""
|
1071
1078
|
return pulumi.get(self, "members")
|
1072
1079
|
|
@@ -41,6 +41,7 @@ class TunnelDestGroupIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`iap.TunnelDestGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -90,6 +91,7 @@ class TunnelDestGroupIamMemberArgs:
|
|
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
|
|
@@ -180,6 +182,7 @@ class _TunnelDestGroupIamMemberState:
|
|
180
182
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
181
183
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
182
184
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
185
|
+
* **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"
|
183
186
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
184
187
|
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.
|
185
188
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -257,6 +260,7 @@ class _TunnelDestGroupIamMemberState:
|
|
257
260
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
258
261
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
259
262
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
263
|
+
* **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"
|
260
264
|
"""
|
261
265
|
return pulumi.get(self, "member")
|
262
266
|
|
@@ -621,6 +625,7 @@ class TunnelDestGroupIamMember(pulumi.CustomResource):
|
|
621
625
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
622
626
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
623
627
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
628
|
+
* **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"
|
624
629
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
625
630
|
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.
|
626
631
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -1004,6 +1009,7 @@ class TunnelDestGroupIamMember(pulumi.CustomResource):
|
|
1004
1009
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1005
1010
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1006
1011
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1012
|
+
* **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"
|
1007
1013
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1008
1014
|
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.
|
1009
1015
|
:param pulumi.Input[_builtins.str] region: The region of the tunnel group. Must be the same as the network resources in the group.
|
@@ -1067,6 +1073,7 @@ class TunnelDestGroupIamMember(pulumi.CustomResource):
|
|
1067
1073
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1068
1074
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1069
1075
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1076
|
+
* **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"
|
1070
1077
|
"""
|
1071
1078
|
return pulumi.get(self, "member")
|
1072
1079
|
|
@@ -38,6 +38,7 @@ class TunnelIamBindingArgs:
|
|
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
|
`iap.TunnelIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -68,6 +69,7 @@ class TunnelIamBindingArgs:
|
|
68
69
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
69
70
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
70
71
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
72
|
+
* **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"
|
71
73
|
"""
|
72
74
|
return pulumi.get(self, "members")
|
73
75
|
|
@@ -140,6 +142,7 @@ class _TunnelIamBindingState:
|
|
140
142
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
141
143
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
142
144
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
145
|
+
* **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"
|
143
146
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
144
147
|
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.
|
145
148
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -197,6 +200,7 @@ class _TunnelIamBindingState:
|
|
197
200
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
198
201
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
199
202
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
203
|
+
* **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"
|
200
204
|
"""
|
201
205
|
return pulumi.get(self, "members")
|
202
206
|
|
@@ -513,6 +517,7 @@ class TunnelIamBinding(pulumi.CustomResource):
|
|
513
517
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
514
518
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
515
519
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
520
|
+
* **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"
|
516
521
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
517
522
|
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.
|
518
523
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -853,6 +858,7 @@ class TunnelIamBinding(pulumi.CustomResource):
|
|
853
858
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
854
859
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
855
860
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
861
|
+
* **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"
|
856
862
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
857
863
|
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.
|
858
864
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -902,6 +908,7 @@ class TunnelIamBinding(pulumi.CustomResource):
|
|
902
908
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
903
909
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
904
910
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
911
|
+
* **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"
|
905
912
|
"""
|
906
913
|
return pulumi.get(self, "members")
|
907
914
|
|
@@ -38,6 +38,7 @@ class TunnelIamMemberArgs:
|
|
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
|
`iap.TunnelIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -68,6 +69,7 @@ class TunnelIamMemberArgs:
|
|
68
69
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
69
70
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
70
71
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
72
|
+
* **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"
|
71
73
|
"""
|
72
74
|
return pulumi.get(self, "member")
|
73
75
|
|
@@ -140,6 +142,7 @@ class _TunnelIamMemberState:
|
|
140
142
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
141
143
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
142
144
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
145
|
+
* **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"
|
143
146
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
144
147
|
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.
|
145
148
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -197,6 +200,7 @@ class _TunnelIamMemberState:
|
|
197
200
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
198
201
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
199
202
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
203
|
+
* **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"
|
200
204
|
"""
|
201
205
|
return pulumi.get(self, "member")
|
202
206
|
|
@@ -513,6 +517,7 @@ class TunnelIamMember(pulumi.CustomResource):
|
|
513
517
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
514
518
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
515
519
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
520
|
+
* **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"
|
516
521
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
517
522
|
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.
|
518
523
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -853,6 +858,7 @@ class TunnelIamMember(pulumi.CustomResource):
|
|
853
858
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
854
859
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
855
860
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
861
|
+
* **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"
|
856
862
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
857
863
|
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.
|
858
864
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -902,6 +908,7 @@ class TunnelIamMember(pulumi.CustomResource):
|
|
902
908
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
903
909
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
904
910
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
911
|
+
* **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"
|
905
912
|
"""
|
906
913
|
return pulumi.get(self, "member")
|
907
914
|
|
@@ -41,6 +41,7 @@ class TunnelInstanceIAMBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`iap.TunnelInstanceIAMBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class TunnelInstanceIAMBindingArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **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"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "members")
|
94
96
|
|
@@ -178,6 +180,7 @@ class _TunnelInstanceIAMBindingState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
181
184
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
182
185
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
183
186
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -254,6 +257,7 @@ class _TunnelInstanceIAMBindingState:
|
|
254
257
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
255
258
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
256
259
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
260
|
+
* **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"
|
257
261
|
"""
|
258
262
|
return pulumi.get(self, "members")
|
259
263
|
|
@@ -617,6 +621,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
617
621
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
618
622
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
619
623
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
624
|
+
* **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"
|
620
625
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
621
626
|
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.
|
622
627
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -999,6 +1004,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
999
1004
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1000
1005
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1001
1006
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1007
|
+
* **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"
|
1002
1008
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1003
1009
|
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.
|
1004
1010
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1061,6 +1067,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
1061
1067
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1062
1068
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1063
1069
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1070
|
+
* **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"
|
1064
1071
|
"""
|
1065
1072
|
return pulumi.get(self, "members")
|
1066
1073
|
|