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 RestorePlanIamMemberArgs:
|
|
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 RestorePlanIamMemberArgs:
|
|
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 _RestorePlanIamMemberState:
|
|
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 _RestorePlanIamMemberState:
|
|
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 RestorePlanIamMember(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 RestorePlanIamMember(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 RestorePlanIamMember(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 FeatureIamBindingArgs:
|
|
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
|
`gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class FeatureIamBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _FeatureIamBindingState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -245,6 +248,7 @@ class _FeatureIamBindingState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "members")
|
250
254
|
|
@@ -484,6 +488,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -740,6 +745,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -798,6 +804,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "members")
|
803
810
|
|
@@ -40,6 +40,7 @@ class FeatureIamMemberArgs:
|
|
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
|
`gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class FeatureIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _FeatureIamMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -245,6 +248,7 @@ class _FeatureIamMemberState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "member")
|
250
254
|
|
@@ -484,6 +488,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -740,6 +745,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -798,6 +804,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "member")
|
803
810
|
|
@@ -412,16 +412,16 @@ class MembershipBinding(pulumi.CustomResource):
|
|
412
412
|
network="default",
|
413
413
|
subnetwork="default")
|
414
414
|
membership = gcp.gkehub.Membership("membership",
|
415
|
-
membership_id="tf-test-
|
415
|
+
membership_id="tf-test-membership_13293",
|
416
416
|
endpoint={
|
417
417
|
"gke_cluster": {
|
418
418
|
"resource_link": primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
419
419
|
},
|
420
420
|
},
|
421
421
|
opts = pulumi.ResourceOptions(depends_on=[primary]))
|
422
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
422
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_40289")
|
423
423
|
membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
|
424
|
-
membership_binding_id="tf-test-membership-
|
424
|
+
membership_binding_id="tf-test-membership-binding_33395",
|
425
425
|
scope=scope.name,
|
426
426
|
membership_id=membership.membership_id,
|
427
427
|
location="global",
|
@@ -505,16 +505,16 @@ class MembershipBinding(pulumi.CustomResource):
|
|
505
505
|
network="default",
|
506
506
|
subnetwork="default")
|
507
507
|
membership = gcp.gkehub.Membership("membership",
|
508
|
-
membership_id="tf-test-
|
508
|
+
membership_id="tf-test-membership_13293",
|
509
509
|
endpoint={
|
510
510
|
"gke_cluster": {
|
511
511
|
"resource_link": primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
512
512
|
},
|
513
513
|
},
|
514
514
|
opts = pulumi.ResourceOptions(depends_on=[primary]))
|
515
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
515
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_40289")
|
516
516
|
membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
|
517
|
-
membership_binding_id="tf-test-membership-
|
517
|
+
membership_binding_id="tf-test-membership-binding_33395",
|
518
518
|
scope=scope.name,
|
519
519
|
membership_id=membership.membership_id,
|
520
520
|
location="global",
|
@@ -40,6 +40,7 @@ class MembershipIamBindingArgs:
|
|
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] membership_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -77,6 +78,7 @@ class MembershipIamBindingArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "members")
|
82
84
|
|
@@ -178,6 +180,7 @@ class _MembershipIamBindingState:
|
|
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] membership_id: Used to find the parent resource to bind the IAM policy to
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
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.
|
@@ -252,6 +255,7 @@ class _MembershipIamBindingState:
|
|
252
255
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
253
256
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
254
257
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
258
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
255
259
|
"""
|
256
260
|
return pulumi.get(self, "members")
|
257
261
|
|
@@ -493,6 +497,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
493
497
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
494
498
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
495
499
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
500
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
496
501
|
:param pulumi.Input[_builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
497
502
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
498
503
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -753,6 +758,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
753
758
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
754
759
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
755
760
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
761
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
756
762
|
:param pulumi.Input[_builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
757
763
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
758
764
|
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.
|
@@ -813,6 +819,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
813
819
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
814
820
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
815
821
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
822
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
816
823
|
"""
|
817
824
|
return pulumi.get(self, "members")
|
818
825
|
|
@@ -40,6 +40,7 @@ class MembershipIamMemberArgs:
|
|
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] membership_id: Used to find the parent resource to bind the IAM policy to
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -77,6 +78,7 @@ class MembershipIamMemberArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "member")
|
82
84
|
|
@@ -178,6 +180,7 @@ class _MembershipIamMemberState:
|
|
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] membership_id: Used to find the parent resource to bind the IAM policy to
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
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.
|
@@ -252,6 +255,7 @@ class _MembershipIamMemberState:
|
|
252
255
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
253
256
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
254
257
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
258
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
255
259
|
"""
|
256
260
|
return pulumi.get(self, "member")
|
257
261
|
|
@@ -493,6 +497,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
493
497
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
494
498
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
495
499
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
500
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
496
501
|
:param pulumi.Input[_builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
497
502
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
498
503
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -753,6 +758,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
753
758
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
754
759
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
755
760
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
761
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
756
762
|
:param pulumi.Input[_builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
|
757
763
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
758
764
|
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.
|
@@ -813,6 +819,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
813
819
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
814
820
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
815
821
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
822
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
816
823
|
"""
|
817
824
|
return pulumi.get(self, "member")
|
818
825
|
|
@@ -377,7 +377,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
|
|
377
377
|
network="default",
|
378
378
|
subnetwork="default")
|
379
379
|
membership = gcp.gkehub.Membership("membership",
|
380
|
-
membership_id="tf-test-
|
380
|
+
membership_id="tf-test-membership_76044",
|
381
381
|
endpoint={
|
382
382
|
"gke_cluster": {
|
383
383
|
"resource_link": primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
@@ -386,7 +386,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
|
|
386
386
|
opts = pulumi.ResourceOptions(depends_on=[primary]))
|
387
387
|
project = gcp.organizations.get_project()
|
388
388
|
membership_rbac_role_binding = gcp.gkehub.MembershipRbacRoleBinding("membership_rbac_role_binding",
|
389
|
-
membership_rbac_role_binding_id="tf-test-membership-rbac-role-
|
389
|
+
membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_69391",
|
390
390
|
membership_id=membership.membership_id,
|
391
391
|
user=f"service-{project.number}@gcp-sa-anthossupport.iam.gserviceaccount.com",
|
392
392
|
role={
|
@@ -465,7 +465,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
|
|
465
465
|
network="default",
|
466
466
|
subnetwork="default")
|
467
467
|
membership = gcp.gkehub.Membership("membership",
|
468
|
-
membership_id="tf-test-
|
468
|
+
membership_id="tf-test-membership_76044",
|
469
469
|
endpoint={
|
470
470
|
"gke_cluster": {
|
471
471
|
"resource_link": primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
@@ -474,7 +474,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
|
|
474
474
|
opts = pulumi.ResourceOptions(depends_on=[primary]))
|
475
475
|
project = gcp.organizations.get_project()
|
476
476
|
membership_rbac_role_binding = gcp.gkehub.MembershipRbacRoleBinding("membership_rbac_role_binding",
|
477
|
-
membership_rbac_role_binding_id="tf-test-membership-rbac-role-
|
477
|
+
membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_69391",
|
478
478
|
membership_id=membership.membership_id,
|
479
479
|
user=f"service-{project.number}@gcp-sa-anthossupport.iam.gserviceaccount.com",
|
480
480
|
role={
|
pulumi_gcp/gkehub/namespace.py
CHANGED
@@ -417,9 +417,9 @@ class Namespace(pulumi.CustomResource):
|
|
417
417
|
import pulumi
|
418
418
|
import pulumi_gcp as gcp
|
419
419
|
|
420
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
420
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_8270")
|
421
421
|
namespace = gcp.gkehub.Namespace("namespace",
|
422
|
-
scope_namespace_id="tf-test-
|
422
|
+
scope_namespace_id="tf-test-namespace_41150",
|
423
423
|
scope_id=scope.scope_id,
|
424
424
|
scope=scope.name,
|
425
425
|
namespace_labels={
|
@@ -499,9 +499,9 @@ class Namespace(pulumi.CustomResource):
|
|
499
499
|
import pulumi
|
500
500
|
import pulumi_gcp as gcp
|
501
501
|
|
502
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
502
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_8270")
|
503
503
|
namespace = gcp.gkehub.Namespace("namespace",
|
504
|
-
scope_namespace_id="tf-test-
|
504
|
+
scope_namespace_id="tf-test-namespace_41150",
|
505
505
|
scope_id=scope.scope_id,
|
506
506
|
scope=scope.name,
|
507
507
|
namespace_labels={
|
@@ -39,6 +39,7 @@ class ScopeIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -69,6 +70,7 @@ class ScopeIamBindingArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **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"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "members")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _ScopeIamBindingState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **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"
|
151
154
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
152
155
|
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.
|
153
156
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -204,6 +207,7 @@ class _ScopeIamBindingState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "members")
|
209
213
|
|
@@ -431,6 +435,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
431
435
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
432
436
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
433
437
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
438
|
+
* **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"
|
434
439
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
435
440
|
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.
|
436
441
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -675,6 +680,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
675
680
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
676
681
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
677
682
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
683
|
+
* **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"
|
678
684
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
679
685
|
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.
|
680
686
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -722,6 +728,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
722
728
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
723
729
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
724
730
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
731
|
+
* **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"
|
725
732
|
"""
|
726
733
|
return pulumi.get(self, "members")
|
727
734
|
|
@@ -39,6 +39,7 @@ class ScopeIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -69,6 +70,7 @@ class ScopeIamMemberArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **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"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "member")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _ScopeIamMemberState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **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"
|
151
154
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
152
155
|
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.
|
153
156
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -204,6 +207,7 @@ class _ScopeIamMemberState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "member")
|
209
213
|
|
@@ -431,6 +435,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
431
435
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
432
436
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
433
437
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
438
|
+
* **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"
|
434
439
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
435
440
|
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.
|
436
441
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -675,6 +680,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
675
680
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
676
681
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
677
682
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
683
|
+
* **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"
|
678
684
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
679
685
|
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.
|
680
686
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -722,6 +728,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
722
728
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
723
729
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
724
730
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
731
|
+
* **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"
|
725
732
|
"""
|
726
733
|
return pulumi.get(self, "member")
|
727
734
|
|
@@ -458,9 +458,9 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
458
458
|
import pulumi
|
459
459
|
import pulumi_gcp as gcp
|
460
460
|
|
461
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
461
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_89313")
|
462
462
|
scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
|
463
|
-
scope_rbac_role_binding_id="tf-test-scope-rbac-role-
|
463
|
+
scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_60646",
|
464
464
|
scope_id=scope.scope_id,
|
465
465
|
user="test-email@gmail.com",
|
466
466
|
role={
|
@@ -476,7 +476,7 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
476
476
|
import pulumi
|
477
477
|
import pulumi_gcp as gcp
|
478
478
|
|
479
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
479
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9394")
|
480
480
|
rbacrolebindingactuation = gcp.gkehub.Feature("rbacrolebindingactuation",
|
481
481
|
name="rbacrolebindingactuation",
|
482
482
|
location="global",
|
@@ -486,7 +486,7 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
486
486
|
},
|
487
487
|
})
|
488
488
|
scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
|
489
|
-
scope_rbac_role_binding_id="tf-test-scope-rbac-role-
|
489
|
+
scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_11380",
|
490
490
|
scope_id=scope.scope_id,
|
491
491
|
user="test-email@gmail.com",
|
492
492
|
role={
|
@@ -565,9 +565,9 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
565
565
|
import pulumi
|
566
566
|
import pulumi_gcp as gcp
|
567
567
|
|
568
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
568
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_89313")
|
569
569
|
scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
|
570
|
-
scope_rbac_role_binding_id="tf-test-scope-rbac-role-
|
570
|
+
scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_60646",
|
571
571
|
scope_id=scope.scope_id,
|
572
572
|
user="test-email@gmail.com",
|
573
573
|
role={
|
@@ -583,7 +583,7 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
583
583
|
import pulumi
|
584
584
|
import pulumi_gcp as gcp
|
585
585
|
|
586
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
586
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9394")
|
587
587
|
rbacrolebindingactuation = gcp.gkehub.Feature("rbacrolebindingactuation",
|
588
588
|
name="rbacrolebindingactuation",
|
589
589
|
location="global",
|
@@ -593,7 +593,7 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
|
|
593
593
|
},
|
594
594
|
})
|
595
595
|
scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
|
596
|
-
scope_rbac_role_binding_id="tf-test-scope-rbac-role-
|
596
|
+
scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_11380",
|
597
597
|
scope_id=scope.scope_id,
|
598
598
|
user="test-email@gmail.com",
|
599
599
|
role={
|