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 InstanceIamBindingArgs:
|
|
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
|
`notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -87,6 +88,7 @@ class InstanceIamBindingArgs:
|
|
87
88
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
88
89
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
89
90
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
91
|
+
* **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"
|
90
92
|
"""
|
91
93
|
return pulumi.get(self, "members")
|
92
94
|
|
@@ -173,6 +175,7 @@ class _InstanceIamBindingState:
|
|
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
|
@@ -256,6 +259,7 @@ class _InstanceIamBindingState:
|
|
256
259
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
257
260
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
258
261
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
262
|
+
* **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"
|
259
263
|
"""
|
260
264
|
return pulumi.get(self, "members")
|
261
265
|
|
@@ -484,6 +488,7 @@ class InstanceIamBinding(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] project: The ID of the project in which the resource belongs.
|
488
493
|
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.
|
489
494
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -742,6 +747,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
742
747
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
743
748
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
744
749
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
750
|
+
* **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"
|
745
751
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
746
752
|
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.
|
747
753
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -807,6 +813,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
807
813
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
808
814
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
809
815
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
816
|
+
* **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"
|
810
817
|
"""
|
811
818
|
return pulumi.get(self, "members")
|
812
819
|
|
@@ -41,6 +41,7 @@ class InstanceIamMemberArgs:
|
|
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
|
`notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -87,6 +88,7 @@ class InstanceIamMemberArgs:
|
|
87
88
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
88
89
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
89
90
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
91
|
+
* **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"
|
90
92
|
"""
|
91
93
|
return pulumi.get(self, "member")
|
92
94
|
|
@@ -173,6 +175,7 @@ class _InstanceIamMemberState:
|
|
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
|
@@ -256,6 +259,7 @@ class _InstanceIamMemberState:
|
|
256
259
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
257
260
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
258
261
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
262
|
+
* **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"
|
259
263
|
"""
|
260
264
|
return pulumi.get(self, "member")
|
261
265
|
|
@@ -484,6 +488,7 @@ class InstanceIamMember(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] project: The ID of the project in which the resource belongs.
|
488
493
|
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.
|
489
494
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -742,6 +747,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
742
747
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
743
748
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
744
749
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
750
|
+
* **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"
|
745
751
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
746
752
|
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.
|
747
753
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -807,6 +813,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
807
813
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
808
814
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
809
815
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
816
|
+
* **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"
|
810
817
|
"""
|
811
818
|
return pulumi.get(self, "member")
|
812
819
|
|
@@ -40,6 +40,7 @@ class RuntimeIamBindingArgs:
|
|
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
|
`notebooks.RuntimeIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -75,6 +76,7 @@ class RuntimeIamBindingArgs:
|
|
75
76
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
76
77
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
77
78
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
79
|
+
* **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"
|
78
80
|
"""
|
79
81
|
return pulumi.get(self, "members")
|
80
82
|
|
@@ -172,6 +174,7 @@ class _RuntimeIamBindingState:
|
|
172
174
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
173
175
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
174
176
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
177
|
+
* **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"
|
175
178
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
176
179
|
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.
|
177
180
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -244,6 +247,7 @@ class _RuntimeIamBindingState:
|
|
244
247
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
245
248
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
246
249
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
250
|
+
* **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"
|
247
251
|
"""
|
248
252
|
return pulumi.get(self, "members")
|
249
253
|
|
@@ -483,6 +487,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
483
487
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
484
488
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
485
489
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
490
|
+
* **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"
|
486
491
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
487
492
|
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.
|
488
493
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -741,6 +746,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
741
746
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
742
747
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
743
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
749
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
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.
|
746
752
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -799,6 +805,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
799
805
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
800
806
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
801
807
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
808
|
+
* **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"
|
802
809
|
"""
|
803
810
|
return pulumi.get(self, "members")
|
804
811
|
|
@@ -40,6 +40,7 @@ class RuntimeIamMemberArgs:
|
|
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
|
`notebooks.RuntimeIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -75,6 +76,7 @@ class RuntimeIamMemberArgs:
|
|
75
76
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
76
77
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
77
78
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
79
|
+
* **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"
|
78
80
|
"""
|
79
81
|
return pulumi.get(self, "member")
|
80
82
|
|
@@ -172,6 +174,7 @@ class _RuntimeIamMemberState:
|
|
172
174
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
173
175
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
174
176
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
177
|
+
* **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"
|
175
178
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
176
179
|
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.
|
177
180
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -244,6 +247,7 @@ class _RuntimeIamMemberState:
|
|
244
247
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
245
248
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
246
249
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
250
|
+
* **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"
|
247
251
|
"""
|
248
252
|
return pulumi.get(self, "member")
|
249
253
|
|
@@ -483,6 +487,7 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
483
487
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
484
488
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
485
489
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
490
|
+
* **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"
|
486
491
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
487
492
|
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.
|
488
493
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -741,6 +746,7 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
741
746
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
742
747
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
743
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
749
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
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.
|
746
752
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -799,6 +805,7 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
799
805
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
800
806
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
801
807
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
808
|
+
* **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"
|
802
809
|
"""
|
803
810
|
return pulumi.get(self, "member")
|
804
811
|
|
pulumi_gcp/orgpolicy/policy.py
CHANGED
@@ -302,7 +302,7 @@ class Policy(pulumi.CustomResource):
|
|
302
302
|
import pulumi_gcp as gcp
|
303
303
|
|
304
304
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
305
|
-
name="custom.
|
305
|
+
name="custom.disableGkeAutoUpgrade_77124",
|
306
306
|
parent="organizations/123456789",
|
307
307
|
display_name="Disable GKE auto upgrade",
|
308
308
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -488,7 +488,7 @@ class Policy(pulumi.CustomResource):
|
|
488
488
|
import pulumi_gcp as gcp
|
489
489
|
|
490
490
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
491
|
-
name="custom.
|
491
|
+
name="custom.disableGkeAutoUpgrade_77124",
|
492
492
|
parent="organizations/123456789",
|
493
493
|
display_name="Disable GKE auto upgrade",
|
494
494
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -463,6 +463,11 @@ if not MYPY:
|
|
463
463
|
The expression field of the IAM condition to be associated with the role. If specified, a user with an active grant for this entitlement would be able to access the resource only if this condition evaluates to true for their request.
|
464
464
|
https://cloud.google.com/iam/docs/conditions-overview#attributes.
|
465
465
|
"""
|
466
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
467
|
+
"""
|
468
|
+
(Output, Beta)
|
469
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
470
|
+
"""
|
466
471
|
elif False:
|
467
472
|
EntitlementPrivilegedAccessGcpIamAccessRoleBindingArgsDict: TypeAlias = Mapping[str, Any]
|
468
473
|
|
@@ -470,15 +475,20 @@ elif False:
|
|
470
475
|
class EntitlementPrivilegedAccessGcpIamAccessRoleBindingArgs:
|
471
476
|
def __init__(__self__, *,
|
472
477
|
role: pulumi.Input[_builtins.str],
|
473
|
-
condition_expression: Optional[pulumi.Input[_builtins.str]] = None
|
478
|
+
condition_expression: Optional[pulumi.Input[_builtins.str]] = None,
|
479
|
+
id: Optional[pulumi.Input[_builtins.str]] = None):
|
474
480
|
"""
|
475
481
|
:param pulumi.Input[_builtins.str] role: IAM role to be granted. https://cloud.google.com/iam/docs/roles-overview.
|
476
482
|
:param pulumi.Input[_builtins.str] condition_expression: The expression field of the IAM condition to be associated with the role. If specified, a user with an active grant for this entitlement would be able to access the resource only if this condition evaluates to true for their request.
|
477
483
|
https://cloud.google.com/iam/docs/conditions-overview#attributes.
|
484
|
+
:param pulumi.Input[_builtins.str] id: (Output, Beta)
|
485
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
478
486
|
"""
|
479
487
|
pulumi.set(__self__, "role", role)
|
480
488
|
if condition_expression is not None:
|
481
489
|
pulumi.set(__self__, "condition_expression", condition_expression)
|
490
|
+
if id is not None:
|
491
|
+
pulumi.set(__self__, "id", id)
|
482
492
|
|
483
493
|
@_builtins.property
|
484
494
|
@pulumi.getter
|
@@ -505,6 +515,19 @@ class EntitlementPrivilegedAccessGcpIamAccessRoleBindingArgs:
|
|
505
515
|
def condition_expression(self, value: Optional[pulumi.Input[_builtins.str]]):
|
506
516
|
pulumi.set(self, "condition_expression", value)
|
507
517
|
|
518
|
+
@_builtins.property
|
519
|
+
@pulumi.getter
|
520
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
521
|
+
"""
|
522
|
+
(Output, Beta)
|
523
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
524
|
+
"""
|
525
|
+
return pulumi.get(self, "id")
|
526
|
+
|
527
|
+
@id.setter
|
528
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
529
|
+
pulumi.set(self, "id", value)
|
530
|
+
|
508
531
|
|
509
532
|
if not MYPY:
|
510
533
|
class EntitlementRequesterJustificationConfigArgsDict(TypedDict):
|
@@ -414,15 +414,20 @@ class EntitlementPrivilegedAccessGcpIamAccessRoleBinding(dict):
|
|
414
414
|
|
415
415
|
def __init__(__self__, *,
|
416
416
|
role: _builtins.str,
|
417
|
-
condition_expression: Optional[_builtins.str] = None
|
417
|
+
condition_expression: Optional[_builtins.str] = None,
|
418
|
+
id: Optional[_builtins.str] = None):
|
418
419
|
"""
|
419
420
|
:param _builtins.str role: IAM role to be granted. https://cloud.google.com/iam/docs/roles-overview.
|
420
421
|
:param _builtins.str condition_expression: The expression field of the IAM condition to be associated with the role. If specified, a user with an active grant for this entitlement would be able to access the resource only if this condition evaluates to true for their request.
|
421
422
|
https://cloud.google.com/iam/docs/conditions-overview#attributes.
|
423
|
+
:param _builtins.str id: (Output, Beta)
|
424
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
422
425
|
"""
|
423
426
|
pulumi.set(__self__, "role", role)
|
424
427
|
if condition_expression is not None:
|
425
428
|
pulumi.set(__self__, "condition_expression", condition_expression)
|
429
|
+
if id is not None:
|
430
|
+
pulumi.set(__self__, "id", id)
|
426
431
|
|
427
432
|
@_builtins.property
|
428
433
|
@pulumi.getter
|
@@ -441,6 +446,15 @@ class EntitlementPrivilegedAccessGcpIamAccessRoleBinding(dict):
|
|
441
446
|
"""
|
442
447
|
return pulumi.get(self, "condition_expression")
|
443
448
|
|
449
|
+
@_builtins.property
|
450
|
+
@pulumi.getter
|
451
|
+
def id(self) -> Optional[_builtins.str]:
|
452
|
+
"""
|
453
|
+
(Output, Beta)
|
454
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
455
|
+
"""
|
456
|
+
return pulumi.get(self, "id")
|
457
|
+
|
444
458
|
|
445
459
|
@pulumi.output_type
|
446
460
|
class EntitlementRequesterJustificationConfig(dict):
|
@@ -734,13 +748,16 @@ class GetEntitlementPrivilegedAccessGcpIamAccessResult(dict):
|
|
734
748
|
class GetEntitlementPrivilegedAccessGcpIamAccessRoleBindingResult(dict):
|
735
749
|
def __init__(__self__, *,
|
736
750
|
condition_expression: _builtins.str,
|
751
|
+
id: _builtins.str,
|
737
752
|
role: _builtins.str):
|
738
753
|
"""
|
739
754
|
:param _builtins.str condition_expression: The expression field of the IAM condition to be associated with the role. If specified, a user with an active grant for this entitlement would be able to access the resource only if this condition evaluates to true for their request.
|
740
755
|
https://cloud.google.com/iam/docs/conditions-overview#attributes.
|
756
|
+
:param _builtins.str id: Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
741
757
|
:param _builtins.str role: IAM role to be granted. https://cloud.google.com/iam/docs/roles-overview.
|
742
758
|
"""
|
743
759
|
pulumi.set(__self__, "condition_expression", condition_expression)
|
760
|
+
pulumi.set(__self__, "id", id)
|
744
761
|
pulumi.set(__self__, "role", role)
|
745
762
|
|
746
763
|
@_builtins.property
|
@@ -752,6 +769,14 @@ class GetEntitlementPrivilegedAccessGcpIamAccessRoleBindingResult(dict):
|
|
752
769
|
"""
|
753
770
|
return pulumi.get(self, "condition_expression")
|
754
771
|
|
772
|
+
@_builtins.property
|
773
|
+
@pulumi.getter
|
774
|
+
def id(self) -> _builtins.str:
|
775
|
+
"""
|
776
|
+
Output Only. The ID corresponding to this role binding in the policy binding. This will be unique within an entitlement across time. Gets re-generated each time the entitlement is updated.
|
777
|
+
"""
|
778
|
+
return pulumi.get(self, "id")
|
779
|
+
|
755
780
|
@_builtins.property
|
756
781
|
@pulumi.getter
|
757
782
|
def role(self) -> _builtins.str:
|
pulumi_gcp/provider.py
CHANGED
@@ -43,6 +43,7 @@ class ProviderArgs:
|
|
43
43
|
bigquery_connection_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
44
44
|
bigquery_data_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
45
45
|
bigquery_datapolicy_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
46
|
+
bigquery_datapolicyv2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
46
47
|
bigquery_reservation_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
47
48
|
bigtable_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
48
49
|
billing_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -263,6 +264,8 @@ class ProviderArgs:
|
|
263
264
|
pulumi.set(__self__, "bigquery_data_transfer_custom_endpoint", bigquery_data_transfer_custom_endpoint)
|
264
265
|
if bigquery_datapolicy_custom_endpoint is not None:
|
265
266
|
pulumi.set(__self__, "bigquery_datapolicy_custom_endpoint", bigquery_datapolicy_custom_endpoint)
|
267
|
+
if bigquery_datapolicyv2_custom_endpoint is not None:
|
268
|
+
pulumi.set(__self__, "bigquery_datapolicyv2_custom_endpoint", bigquery_datapolicyv2_custom_endpoint)
|
266
269
|
if bigquery_reservation_custom_endpoint is not None:
|
267
270
|
pulumi.set(__self__, "bigquery_reservation_custom_endpoint", bigquery_reservation_custom_endpoint)
|
268
271
|
if bigtable_custom_endpoint is not None:
|
@@ -819,6 +822,15 @@ class ProviderArgs:
|
|
819
822
|
def bigquery_datapolicy_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
820
823
|
pulumi.set(self, "bigquery_datapolicy_custom_endpoint", value)
|
821
824
|
|
825
|
+
@_builtins.property
|
826
|
+
@pulumi.getter(name="bigqueryDatapolicyv2CustomEndpoint")
|
827
|
+
def bigquery_datapolicyv2_custom_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
828
|
+
return pulumi.get(self, "bigquery_datapolicyv2_custom_endpoint")
|
829
|
+
|
830
|
+
@bigquery_datapolicyv2_custom_endpoint.setter
|
831
|
+
def bigquery_datapolicyv2_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
832
|
+
pulumi.set(self, "bigquery_datapolicyv2_custom_endpoint", value)
|
833
|
+
|
822
834
|
@_builtins.property
|
823
835
|
@pulumi.getter(name="bigqueryReservationCustomEndpoint")
|
824
836
|
def bigquery_reservation_custom_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -2388,6 +2400,7 @@ class Provider(pulumi.ProviderResource):
|
|
2388
2400
|
bigquery_connection_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2389
2401
|
bigquery_data_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2390
2402
|
bigquery_datapolicy_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2403
|
+
bigquery_datapolicyv2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2391
2404
|
bigquery_reservation_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2392
2405
|
bigtable_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2393
2406
|
billing_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2619,6 +2632,7 @@ class Provider(pulumi.ProviderResource):
|
|
2619
2632
|
bigquery_connection_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2620
2633
|
bigquery_data_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2621
2634
|
bigquery_datapolicy_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2635
|
+
bigquery_datapolicyv2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2622
2636
|
bigquery_reservation_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2623
2637
|
bigtable_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2624
2638
|
billing_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2822,6 +2836,7 @@ class Provider(pulumi.ProviderResource):
|
|
2822
2836
|
__props__.__dict__["bigquery_connection_custom_endpoint"] = bigquery_connection_custom_endpoint
|
2823
2837
|
__props__.__dict__["bigquery_data_transfer_custom_endpoint"] = bigquery_data_transfer_custom_endpoint
|
2824
2838
|
__props__.__dict__["bigquery_datapolicy_custom_endpoint"] = bigquery_datapolicy_custom_endpoint
|
2839
|
+
__props__.__dict__["bigquery_datapolicyv2_custom_endpoint"] = bigquery_datapolicyv2_custom_endpoint
|
2825
2840
|
__props__.__dict__["bigquery_reservation_custom_endpoint"] = bigquery_reservation_custom_endpoint
|
2826
2841
|
__props__.__dict__["bigtable_custom_endpoint"] = bigtable_custom_endpoint
|
2827
2842
|
__props__.__dict__["billing_custom_endpoint"] = billing_custom_endpoint
|
@@ -3112,6 +3127,11 @@ class Provider(pulumi.ProviderResource):
|
|
3112
3127
|
def bigquery_datapolicy_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3113
3128
|
return pulumi.get(self, "bigquery_datapolicy_custom_endpoint")
|
3114
3129
|
|
3130
|
+
@_builtins.property
|
3131
|
+
@pulumi.getter(name="bigqueryDatapolicyv2CustomEndpoint")
|
3132
|
+
def bigquery_datapolicyv2_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3133
|
+
return pulumi.get(self, "bigquery_datapolicyv2_custom_endpoint")
|
3134
|
+
|
3115
3135
|
@_builtins.property
|
3116
3136
|
@pulumi.getter(name="bigqueryReservationCustomEndpoint")
|
3117
3137
|
def bigquery_reservation_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
@@ -39,6 +39,7 @@ class SchemaIamBindingArgs:
|
|
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
|
`pubsub.SchemaIamBinding` 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 SchemaIamBindingArgs:
|
|
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 _SchemaIamBindingState:
|
|
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 _SchemaIamBindingState:
|
|
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 SchemaIamBinding(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 SchemaIamBinding(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 SchemaIamBinding(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 SchemaIamMemberArgs:
|
|
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
|
`pubsub.SchemaIamBinding` 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 SchemaIamMemberArgs:
|
|
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 _SchemaIamMemberState:
|
|
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 _SchemaIamMemberState:
|
|
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 SchemaIamMember(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 SchemaIamMember(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 SchemaIamMember(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
|
|