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
@@ -41,6 +41,7 @@ class AiFeatureGroupIamMemberArgs:
|
|
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
|
`vertex.AiFeatureGroupIamBinding` 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 AiFeatureGroupIamMemberArgs:
|
|
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
|
|
@@ -170,6 +172,7 @@ class _AiFeatureGroupIamMemberState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
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.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureGroupIamMemberState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "member")
|
247
251
|
|
@@ -475,6 +479,7 @@ class AiFeatureGroupIamMember(pulumi.CustomResource):
|
|
475
479
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
476
480
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
477
481
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
482
|
+
* **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"
|
478
483
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
479
484
|
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.
|
480
485
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -727,6 +732,7 @@ class AiFeatureGroupIamMember(pulumi.CustomResource):
|
|
727
732
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
728
733
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
729
734
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
735
|
+
* **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"
|
730
736
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
731
737
|
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.
|
732
738
|
:param pulumi.Input[_builtins.str] region: The region of feature group. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -785,6 +791,7 @@ class AiFeatureGroupIamMember(pulumi.CustomResource):
|
|
785
791
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
786
792
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
787
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
794
|
+
* **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"
|
788
795
|
"""
|
789
796
|
return pulumi.get(self, "member")
|
790
797
|
|
@@ -608,8 +608,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
608
608
|
|
609
609
|
test_project = gcp.organizations.get_project()
|
610
610
|
project = gcp.organizations.Project("project",
|
611
|
-
project_id="tf-
|
612
|
-
name="tf-
|
611
|
+
project_id="tf-test_21563",
|
612
|
+
name="tf-test_25141",
|
613
613
|
org_id="123456789",
|
614
614
|
billing_account="000000-0000000-0000000-000000",
|
615
615
|
deletion_policy="DELETE")
|
@@ -1043,8 +1043,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
1043
1043
|
|
1044
1044
|
test_project = gcp.organizations.get_project()
|
1045
1045
|
project = gcp.organizations.Project("project",
|
1046
|
-
project_id="tf-
|
1047
|
-
name="tf-
|
1046
|
+
project_id="tf-test_21563",
|
1047
|
+
name="tf-test_25141",
|
1048
1048
|
org_id="123456789",
|
1049
1049
|
billing_account="000000-0000000-0000000-000000",
|
1050
1050
|
deletion_policy="DELETE")
|
@@ -43,6 +43,7 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **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"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`vertex.AiFeatureOnlineStoreFeatureviewIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -102,6 +103,7 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
|
|
102
103
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
103
104
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
104
105
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
106
|
+
* **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"
|
105
107
|
"""
|
106
108
|
return pulumi.get(self, "members")
|
107
109
|
|
@@ -187,6 +189,7 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
|
|
187
189
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
188
190
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
189
191
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
192
|
+
* **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"
|
190
193
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
191
194
|
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.
|
192
195
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -273,6 +276,7 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
|
|
273
276
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
274
277
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
275
278
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
279
|
+
* **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"
|
276
280
|
"""
|
277
281
|
return pulumi.get(self, "members")
|
278
282
|
|
@@ -512,6 +516,7 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
512
516
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
513
517
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
514
518
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
519
|
+
* **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"
|
515
520
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
516
521
|
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.
|
517
522
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -774,6 +779,7 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
774
779
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
775
780
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
776
781
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
782
|
+
* **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"
|
777
783
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
778
784
|
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.
|
779
785
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -841,6 +847,7 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
|
|
841
847
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
842
848
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
843
849
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
850
|
+
* **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"
|
844
851
|
"""
|
845
852
|
return pulumi.get(self, "members")
|
846
853
|
|
@@ -43,6 +43,7 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **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"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`vertex.AiFeatureOnlineStoreFeatureviewIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -102,6 +103,7 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
|
|
102
103
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
103
104
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
104
105
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
106
|
+
* **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"
|
105
107
|
"""
|
106
108
|
return pulumi.get(self, "member")
|
107
109
|
|
@@ -187,6 +189,7 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
|
|
187
189
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
188
190
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
189
191
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
192
|
+
* **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"
|
190
193
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
191
194
|
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.
|
192
195
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -273,6 +276,7 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
|
|
273
276
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
274
277
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
275
278
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
279
|
+
* **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"
|
276
280
|
"""
|
277
281
|
return pulumi.get(self, "member")
|
278
282
|
|
@@ -512,6 +516,7 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
512
516
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
513
517
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
514
518
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
519
|
+
* **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"
|
515
520
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
516
521
|
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.
|
517
522
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -774,6 +779,7 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
774
779
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
775
780
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
776
781
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
782
|
+
* **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"
|
777
783
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
778
784
|
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.
|
779
785
|
:param pulumi.Input[_builtins.str] region: The region for the resource. It should be the same as the featureonlinestore region. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -841,6 +847,7 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
|
|
841
847
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
842
848
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
843
849
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
850
|
+
* **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"
|
844
851
|
"""
|
845
852
|
return pulumi.get(self, "member")
|
846
853
|
|
@@ -41,6 +41,7 @@ class AiFeatureOnlineStoreIamBindingArgs:
|
|
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
|
`vertex.AiFeatureOnlineStoreIamBinding` 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 AiFeatureOnlineStoreIamBindingArgs:
|
|
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
|
|
@@ -170,6 +172,7 @@ class _AiFeatureOnlineStoreIamBindingState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
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.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureOnlineStoreIamBindingState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "members")
|
247
251
|
|
@@ -475,6 +479,7 @@ class AiFeatureOnlineStoreIamBinding(pulumi.CustomResource):
|
|
475
479
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
476
480
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
477
481
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
482
|
+
* **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"
|
478
483
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
479
484
|
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.
|
480
485
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -727,6 +732,7 @@ class AiFeatureOnlineStoreIamBinding(pulumi.CustomResource):
|
|
727
732
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
728
733
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
729
734
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
735
|
+
* **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"
|
730
736
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
731
737
|
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.
|
732
738
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -785,6 +791,7 @@ class AiFeatureOnlineStoreIamBinding(pulumi.CustomResource):
|
|
785
791
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
786
792
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
787
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
794
|
+
* **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"
|
788
795
|
"""
|
789
796
|
return pulumi.get(self, "members")
|
790
797
|
|
@@ -41,6 +41,7 @@ class AiFeatureOnlineStoreIamMemberArgs:
|
|
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
|
`vertex.AiFeatureOnlineStoreIamBinding` 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 AiFeatureOnlineStoreIamMemberArgs:
|
|
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
|
|
@@ -170,6 +172,7 @@ class _AiFeatureOnlineStoreIamMemberState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
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.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureOnlineStoreIamMemberState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "member")
|
247
251
|
|
@@ -475,6 +479,7 @@ class AiFeatureOnlineStoreIamMember(pulumi.CustomResource):
|
|
475
479
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
476
480
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
477
481
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
482
|
+
* **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"
|
478
483
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
479
484
|
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.
|
480
485
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -727,6 +732,7 @@ class AiFeatureOnlineStoreIamMember(pulumi.CustomResource):
|
|
727
732
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
728
733
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
729
734
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
735
|
+
* **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"
|
730
736
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
731
737
|
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.
|
732
738
|
:param pulumi.Input[_builtins.str] region: The region of feature online store. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -785,6 +791,7 @@ class AiFeatureOnlineStoreIamMember(pulumi.CustomResource):
|
|
785
791
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
786
792
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
787
793
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
794
|
+
* **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"
|
788
795
|
"""
|
789
796
|
return pulumi.get(self, "member")
|
790
797
|
|
@@ -41,6 +41,7 @@ class AiFeatureStoreEntityTypeIamBindingArgs:
|
|
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
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -91,6 +92,7 @@ class AiFeatureStoreEntityTypeIamBindingArgs:
|
|
91
92
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
92
93
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
93
94
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
95
|
+
* **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"
|
94
96
|
"""
|
95
97
|
return pulumi.get(self, "members")
|
96
98
|
|
@@ -147,6 +149,7 @@ class _AiFeatureStoreEntityTypeIamBindingState:
|
|
147
149
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
148
150
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
149
151
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
152
|
+
* **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"
|
150
153
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
151
154
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
152
155
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -224,6 +227,7 @@ class _AiFeatureStoreEntityTypeIamBindingState:
|
|
224
227
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
225
228
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
226
229
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
230
|
+
* **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"
|
227
231
|
"""
|
228
232
|
return pulumi.get(self, "members")
|
229
233
|
|
@@ -427,6 +431,7 @@ class AiFeatureStoreEntityTypeIamBinding(pulumi.CustomResource):
|
|
427
431
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
428
432
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
429
433
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
434
|
+
* **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"
|
430
435
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
431
436
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
432
437
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -671,6 +676,7 @@ class AiFeatureStoreEntityTypeIamBinding(pulumi.CustomResource):
|
|
671
676
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
672
677
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
673
678
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
679
|
+
* **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"
|
674
680
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
675
681
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
676
682
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -731,6 +737,7 @@ class AiFeatureStoreEntityTypeIamBinding(pulumi.CustomResource):
|
|
731
737
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
732
738
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
733
739
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
740
|
+
* **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"
|
734
741
|
"""
|
735
742
|
return pulumi.get(self, "members")
|
736
743
|
|
@@ -41,6 +41,7 @@ class AiFeatureStoreEntityTypeIamMemberArgs:
|
|
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
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -91,6 +92,7 @@ class AiFeatureStoreEntityTypeIamMemberArgs:
|
|
91
92
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
92
93
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
93
94
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
95
|
+
* **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"
|
94
96
|
"""
|
95
97
|
return pulumi.get(self, "member")
|
96
98
|
|
@@ -147,6 +149,7 @@ class _AiFeatureStoreEntityTypeIamMemberState:
|
|
147
149
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
148
150
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
149
151
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
152
|
+
* **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"
|
150
153
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
151
154
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
152
155
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -224,6 +227,7 @@ class _AiFeatureStoreEntityTypeIamMemberState:
|
|
224
227
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
225
228
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
226
229
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
230
|
+
* **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"
|
227
231
|
"""
|
228
232
|
return pulumi.get(self, "member")
|
229
233
|
|
@@ -427,6 +431,7 @@ class AiFeatureStoreEntityTypeIamMember(pulumi.CustomResource):
|
|
427
431
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
428
432
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
429
433
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
434
|
+
* **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"
|
430
435
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
431
436
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
432
437
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -671,6 +676,7 @@ class AiFeatureStoreEntityTypeIamMember(pulumi.CustomResource):
|
|
671
676
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
672
677
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
673
678
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
679
|
+
* **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"
|
674
680
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
675
681
|
`vertex.AiFeatureStoreEntityTypeIamBinding` can be used per role. Note that custom roles must be of the format
|
676
682
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -731,6 +737,7 @@ class AiFeatureStoreEntityTypeIamMember(pulumi.CustomResource):
|
|
731
737
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
732
738
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
733
739
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
740
|
+
* **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"
|
734
741
|
"""
|
735
742
|
return pulumi.get(self, "member")
|
736
743
|
|
@@ -41,6 +41,7 @@ class AiFeatureStoreIamBindingArgs:
|
|
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
|
`vertex.AiFeatureStoreIamBinding` 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 AiFeatureStoreIamBindingArgs:
|
|
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
|
|
@@ -170,6 +172,7 @@ class _AiFeatureStoreIamBindingState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
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.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureStoreIamBindingState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "members")
|
247
251
|
|
@@ -481,6 +485,7 @@ class AiFeatureStoreIamBinding(pulumi.CustomResource):
|
|
481
485
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
482
486
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
483
487
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
488
|
+
* **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"
|
484
489
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
485
490
|
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.
|
486
491
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -739,6 +744,7 @@ class AiFeatureStoreIamBinding(pulumi.CustomResource):
|
|
739
744
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
740
745
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
741
746
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
747
|
+
* **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"
|
742
748
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
743
749
|
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.
|
744
750
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -797,6 +803,7 @@ class AiFeatureStoreIamBinding(pulumi.CustomResource):
|
|
797
803
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
798
804
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
799
805
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
806
|
+
* **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"
|
800
807
|
"""
|
801
808
|
return pulumi.get(self, "members")
|
802
809
|
|
@@ -41,6 +41,7 @@ class AiFeatureStoreIamMemberArgs:
|
|
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
|
`vertex.AiFeatureStoreIamBinding` 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 AiFeatureStoreIamMemberArgs:
|
|
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
|
|
@@ -170,6 +172,7 @@ class _AiFeatureStoreIamMemberState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **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"
|
173
176
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
174
177
|
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.
|
175
178
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _AiFeatureStoreIamMemberState:
|
|
242
245
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
243
246
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
244
247
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
248
|
+
* **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"
|
245
249
|
"""
|
246
250
|
return pulumi.get(self, "member")
|
247
251
|
|
@@ -481,6 +485,7 @@ class AiFeatureStoreIamMember(pulumi.CustomResource):
|
|
481
485
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
482
486
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
483
487
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
488
|
+
* **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"
|
484
489
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
485
490
|
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.
|
486
491
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -739,6 +744,7 @@ class AiFeatureStoreIamMember(pulumi.CustomResource):
|
|
739
744
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
740
745
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
741
746
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
747
|
+
* **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"
|
742
748
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
743
749
|
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.
|
744
750
|
:param pulumi.Input[_builtins.str] region: The region of the dataset. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -797,6 +803,7 @@ class AiFeatureStoreIamMember(pulumi.CustomResource):
|
|
797
803
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
798
804
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
799
805
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
806
|
+
* **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"
|
800
807
|
"""
|
801
808
|
return pulumi.get(self, "member")
|
802
809
|
|