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 CaPoolIamBindingArgs:
|
|
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
|
`certificateauthority.CaPoolIamBinding` 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 CaPoolIamBindingArgs:
|
|
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
|
|
@@ -187,6 +189,7 @@ class _CaPoolIamBindingState:
|
|
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] role: The role that should be applied. Only one
|
@@ -276,6 +279,7 @@ class _CaPoolIamBindingState:
|
|
276
279
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
277
280
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
278
281
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
282
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
279
283
|
"""
|
280
284
|
return pulumi.get(self, "members")
|
281
285
|
|
@@ -602,6 +606,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
602
606
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
603
607
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
604
608
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
609
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
605
610
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
606
611
|
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.
|
607
612
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -958,6 +963,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
958
963
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
959
964
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
960
965
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
966
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
961
967
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
962
968
|
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.
|
963
969
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1029,6 +1035,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
1029
1035
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1030
1036
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1031
1037
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1038
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1032
1039
|
"""
|
1033
1040
|
return pulumi.get(self, "members")
|
1034
1041
|
|
@@ -41,6 +41,7 @@ class CaPoolIamMemberArgs:
|
|
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
|
`certificateauthority.CaPoolIamBinding` 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 CaPoolIamMemberArgs:
|
|
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
|
|
@@ -187,6 +189,7 @@ class _CaPoolIamMemberState:
|
|
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] role: The role that should be applied. Only one
|
@@ -276,6 +279,7 @@ class _CaPoolIamMemberState:
|
|
276
279
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
277
280
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
278
281
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
282
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
279
283
|
"""
|
280
284
|
return pulumi.get(self, "member")
|
281
285
|
|
@@ -602,6 +606,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
602
606
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
603
607
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
604
608
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
609
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
605
610
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
606
611
|
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.
|
607
612
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -958,6 +963,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
958
963
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
959
964
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
960
965
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
966
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
961
967
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
962
968
|
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.
|
963
969
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1029,6 +1035,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
1029
1035
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1030
1036
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1031
1037
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1038
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1032
1039
|
"""
|
1033
1040
|
return pulumi.get(self, "member")
|
1034
1041
|
|
@@ -41,6 +41,7 @@ class CertificateTemplateIamBindingArgs:
|
|
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
|
`certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class CertificateTemplateIamBindingArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "members")
|
94
96
|
|
@@ -181,6 +183,7 @@ class _CertificateTemplateIamBindingState:
|
|
181
183
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
184
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
185
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
186
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
184
187
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
185
188
|
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.
|
186
189
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -268,6 +271,7 @@ class _CertificateTemplateIamBindingState:
|
|
268
271
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
269
272
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
270
273
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
274
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
271
275
|
"""
|
272
276
|
return pulumi.get(self, "members")
|
273
277
|
|
@@ -592,6 +596,7 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
|
|
592
596
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
593
597
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
594
598
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
599
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
595
600
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
596
601
|
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.
|
597
602
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -946,6 +951,7 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
|
|
946
951
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
947
952
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
948
953
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
954
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
949
955
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
950
956
|
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.
|
951
957
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1015,6 +1021,7 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
|
|
1015
1021
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1016
1022
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1017
1023
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1024
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1018
1025
|
"""
|
1019
1026
|
return pulumi.get(self, "members")
|
1020
1027
|
|
@@ -41,6 +41,7 @@ class CertificateTemplateIamMemberArgs:
|
|
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
|
`certificateauthority.CertificateTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class CertificateTemplateIamMemberArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "member")
|
94
96
|
|
@@ -181,6 +183,7 @@ class _CertificateTemplateIamMemberState:
|
|
181
183
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
182
184
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
183
185
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
186
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
184
187
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
185
188
|
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.
|
186
189
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -268,6 +271,7 @@ class _CertificateTemplateIamMemberState:
|
|
268
271
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
269
272
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
270
273
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
274
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
271
275
|
"""
|
272
276
|
return pulumi.get(self, "member")
|
273
277
|
|
@@ -592,6 +596,7 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
|
|
592
596
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
593
597
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
594
598
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
599
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
595
600
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
596
601
|
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.
|
597
602
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -946,6 +951,7 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
|
|
946
951
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
947
952
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
948
953
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
954
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
949
955
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
950
956
|
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.
|
951
957
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1015,6 +1021,7 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
|
|
1015
1021
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1016
1022
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1017
1023
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1024
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1018
1025
|
"""
|
1019
1026
|
return pulumi.get(self, "member")
|
1020
1027
|
|
@@ -36,6 +36,7 @@ __all__ = [
|
|
36
36
|
'AuthoritySubordinateConfig',
|
37
37
|
'AuthoritySubordinateConfigPemIssuerChain',
|
38
38
|
'AuthorityUserDefinedAccessUrls',
|
39
|
+
'CaPoolEncryptionSpec',
|
39
40
|
'CaPoolIamBindingCondition',
|
40
41
|
'CaPoolIamMemberCondition',
|
41
42
|
'CaPoolIssuancePolicy',
|
@@ -1625,6 +1626,44 @@ class AuthorityUserDefinedAccessUrls(dict):
|
|
1625
1626
|
return pulumi.get(self, "crl_access_urls")
|
1626
1627
|
|
1627
1628
|
|
1629
|
+
@pulumi.output_type
|
1630
|
+
class CaPoolEncryptionSpec(dict):
|
1631
|
+
@staticmethod
|
1632
|
+
def __key_warning(key: str):
|
1633
|
+
suggest = None
|
1634
|
+
if key == "cloudKmsKey":
|
1635
|
+
suggest = "cloud_kms_key"
|
1636
|
+
|
1637
|
+
if suggest:
|
1638
|
+
pulumi.log.warn(f"Key '{key}' not found in CaPoolEncryptionSpec. Access the value via the '{suggest}' property getter instead.")
|
1639
|
+
|
1640
|
+
def __getitem__(self, key: str) -> Any:
|
1641
|
+
CaPoolEncryptionSpec.__key_warning(key)
|
1642
|
+
return super().__getitem__(key)
|
1643
|
+
|
1644
|
+
def get(self, key: str, default = None) -> Any:
|
1645
|
+
CaPoolEncryptionSpec.__key_warning(key)
|
1646
|
+
return super().get(key, default)
|
1647
|
+
|
1648
|
+
def __init__(__self__, *,
|
1649
|
+
cloud_kms_key: Optional[_builtins.str] = None):
|
1650
|
+
"""
|
1651
|
+
:param _builtins.str cloud_kms_key: The resource name for an existing Cloud KMS key in the format
|
1652
|
+
`projects/*/locations/*/keyRings/*/cryptoKeys/*`.
|
1653
|
+
"""
|
1654
|
+
if cloud_kms_key is not None:
|
1655
|
+
pulumi.set(__self__, "cloud_kms_key", cloud_kms_key)
|
1656
|
+
|
1657
|
+
@_builtins.property
|
1658
|
+
@pulumi.getter(name="cloudKmsKey")
|
1659
|
+
def cloud_kms_key(self) -> Optional[_builtins.str]:
|
1660
|
+
"""
|
1661
|
+
The resource name for an existing Cloud KMS key in the format
|
1662
|
+
`projects/*/locations/*/keyRings/*/cryptoKeys/*`.
|
1663
|
+
"""
|
1664
|
+
return pulumi.get(self, "cloud_kms_key")
|
1665
|
+
|
1666
|
+
|
1628
1667
|
@pulumi.output_type
|
1629
1668
|
class CaPoolIamBindingCondition(dict):
|
1630
1669
|
def __init__(__self__, *,
|
@@ -40,6 +40,7 @@ class ConnectionIAMBindingArgs:
|
|
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
|
`cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class ConnectionIAMBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _ConnectionIAMBindingState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -245,6 +248,7 @@ class _ConnectionIAMBindingState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "members")
|
250
254
|
|
@@ -484,6 +488,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -740,6 +745,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -798,6 +804,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "members")
|
803
810
|
|
@@ -40,6 +40,7 @@ class ConnectionIAMMemberArgs:
|
|
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
|
`cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class ConnectionIAMMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -173,6 +175,7 @@ class _ConnectionIAMMemberState:
|
|
173
175
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
174
176
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
175
177
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
178
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
176
179
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
177
180
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
178
181
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -245,6 +248,7 @@ class _ConnectionIAMMemberState:
|
|
245
248
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
246
249
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
247
250
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
251
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
248
252
|
"""
|
249
253
|
return pulumi.get(self, "member")
|
250
254
|
|
@@ -484,6 +488,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
484
488
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
485
489
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
486
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
491
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
487
492
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
488
493
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
489
494
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -740,6 +745,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
740
745
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
741
746
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
742
747
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
748
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
743
749
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
744
750
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
745
751
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -798,6 +804,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
|
|
798
804
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
799
805
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
800
806
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
807
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
801
808
|
"""
|
802
809
|
return pulumi.get(self, "member")
|
803
810
|
|
@@ -41,6 +41,7 @@ class FunctionIamBindingArgs:
|
|
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
|
`cloudfunctions.FunctionIamBinding` 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 FunctionIamBindingArgs:
|
|
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 _FunctionIamBindingState:
|
|
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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _FunctionIamBindingState:
|
|
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 FunctionIamBinding(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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -739,6 +744,7 @@ class FunctionIamBinding(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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -797,6 +803,7 @@ class FunctionIamBinding(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 FunctionIamMemberArgs:
|
|
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
|
`cloudfunctions.FunctionIamBinding` 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 FunctionIamMemberArgs:
|
|
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 _FunctionIamMemberState:
|
|
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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -242,6 +245,7 @@ class _FunctionIamMemberState:
|
|
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 FunctionIamMember(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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -739,6 +744,7 @@ class FunctionIamMember(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 location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -797,6 +803,7 @@ class FunctionIamMember(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
|
|