pulumi-gcp 9.1.0a1758264354__py3-none-any.whl → 9.1.0a1758939336__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758264354.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -40,6 +40,7 @@ class SubnetworkIAMBindingArgs:
|
|
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
|
`compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -78,6 +79,7 @@ class SubnetworkIAMBindingArgs:
|
|
78
79
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
79
80
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
80
81
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
82
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
81
83
|
"""
|
82
84
|
return pulumi.get(self, "members")
|
83
85
|
|
@@ -179,6 +181,7 @@ class _SubnetworkIAMBindingState:
|
|
179
181
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
180
182
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
181
183
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
184
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
184
187
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -245,6 +248,7 @@ class _SubnetworkIAMBindingState:
|
|
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
|
|
@@ -618,6 +622,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
618
622
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
619
623
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
620
624
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
625
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
621
626
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
622
627
|
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.
|
623
628
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -999,6 +1004,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
999
1004
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1000
1005
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1001
1006
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1007
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1002
1008
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1003
1009
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
1004
1010
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -1055,6 +1061,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
1055
1061
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1056
1062
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1057
1063
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1064
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1058
1065
|
"""
|
1059
1066
|
return pulumi.get(self, "members")
|
1060
1067
|
|
@@ -40,6 +40,7 @@ class SubnetworkIAMMemberArgs:
|
|
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
|
`compute.SubnetworkIAMBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -78,6 +79,7 @@ class SubnetworkIAMMemberArgs:
|
|
78
79
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
79
80
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
80
81
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
82
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
81
83
|
"""
|
82
84
|
return pulumi.get(self, "member")
|
83
85
|
|
@@ -179,6 +181,7 @@ class _SubnetworkIAMMemberState:
|
|
179
181
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
180
182
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
181
183
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
184
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
182
185
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
183
186
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
184
187
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -245,6 +248,7 @@ class _SubnetworkIAMMemberState:
|
|
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
|
|
@@ -618,6 +622,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
618
622
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
619
623
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
620
624
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
625
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
621
626
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
622
627
|
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.
|
623
628
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -999,6 +1004,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
999
1004
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1000
1005
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1001
1006
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1007
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1002
1008
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1003
1009
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
1004
1010
|
:param pulumi.Input[_builtins.str] region: The GCP region for this subnetwork.
|
@@ -1055,6 +1061,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
1055
1061
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1056
1062
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1057
1063
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1064
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
1058
1065
|
"""
|
1059
1066
|
return pulumi.get(self, "member")
|
1060
1067
|
|
pulumi_gcp/config/__init__.pyi
CHANGED
pulumi_gcp/config/vars.py
CHANGED
@@ -113,6 +113,10 @@ class _ExportableConfig(types.ModuleType):
|
|
113
113
|
def bigquery_datapolicy_custom_endpoint(self) -> Optional[str]:
|
114
114
|
return __config__.get('bigqueryDatapolicyCustomEndpoint')
|
115
115
|
|
116
|
+
@_builtins.property
|
117
|
+
def bigquery_datapolicyv2_custom_endpoint(self) -> Optional[str]:
|
118
|
+
return __config__.get('bigqueryDatapolicyv2CustomEndpoint')
|
119
|
+
|
116
120
|
@_builtins.property
|
117
121
|
def bigquery_reservation_custom_endpoint(self) -> Optional[str]:
|
118
122
|
return __config__.get('bigqueryReservationCustomEndpoint')
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -251,6 +251,8 @@ __all__ = [
|
|
251
251
|
'ClusterIpAllocationPolicyAdditionalIpRangesConfigArgsDict',
|
252
252
|
'ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs',
|
253
253
|
'ClusterIpAllocationPolicyAdditionalPodRangesConfigArgsDict',
|
254
|
+
'ClusterIpAllocationPolicyAutoIpamConfigArgs',
|
255
|
+
'ClusterIpAllocationPolicyAutoIpamConfigArgsDict',
|
254
256
|
'ClusterIpAllocationPolicyPodCidrOverprovisionConfigArgs',
|
255
257
|
'ClusterIpAllocationPolicyPodCidrOverprovisionConfigArgsDict',
|
256
258
|
'ClusterLoggingConfigArgs',
|
@@ -7437,6 +7439,12 @@ if not MYPY:
|
|
7437
7439
|
the cluster level. Used for Autopilot clusters and Standard clusters with which control of the
|
7438
7440
|
secondary Pod IP address assignment to node pools isn't needed. Structure is documented below.
|
7439
7441
|
"""
|
7442
|
+
auto_ipam_config: NotRequired[pulumi.Input['ClusterIpAllocationPolicyAutoIpamConfigArgsDict']]
|
7443
|
+
"""
|
7444
|
+
All the information related to Auto IPAM. Structure is documented below
|
7445
|
+
|
7446
|
+
<a name="nested_auto_ipam_config"></a>The auto ipam config supports:
|
7447
|
+
"""
|
7440
7448
|
cluster_ipv4_cidr_block: NotRequired[pulumi.Input[_builtins.str]]
|
7441
7449
|
"""
|
7442
7450
|
The IP address range for the cluster pod IPs.
|
@@ -7484,6 +7492,7 @@ class ClusterIpAllocationPolicyArgs:
|
|
7484
7492
|
def __init__(__self__, *,
|
7485
7493
|
additional_ip_ranges_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterIpAllocationPolicyAdditionalIpRangesConfigArgs']]]] = None,
|
7486
7494
|
additional_pod_ranges_config: Optional[pulumi.Input['ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs']] = None,
|
7495
|
+
auto_ipam_config: Optional[pulumi.Input['ClusterIpAllocationPolicyAutoIpamConfigArgs']] = None,
|
7487
7496
|
cluster_ipv4_cidr_block: Optional[pulumi.Input[_builtins.str]] = None,
|
7488
7497
|
cluster_secondary_range_name: Optional[pulumi.Input[_builtins.str]] = None,
|
7489
7498
|
pod_cidr_overprovision_config: Optional[pulumi.Input['ClusterIpAllocationPolicyPodCidrOverprovisionConfigArgs']] = None,
|
@@ -7496,6 +7505,9 @@ class ClusterIpAllocationPolicyArgs:
|
|
7496
7505
|
:param pulumi.Input['ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs'] additional_pod_ranges_config: The configuration for additional pod secondary ranges at
|
7497
7506
|
the cluster level. Used for Autopilot clusters and Standard clusters with which control of the
|
7498
7507
|
secondary Pod IP address assignment to node pools isn't needed. Structure is documented below.
|
7508
|
+
:param pulumi.Input['ClusterIpAllocationPolicyAutoIpamConfigArgs'] auto_ipam_config: All the information related to Auto IPAM. Structure is documented below
|
7509
|
+
|
7510
|
+
<a name="nested_auto_ipam_config"></a>The auto ipam config supports:
|
7499
7511
|
:param pulumi.Input[_builtins.str] cluster_ipv4_cidr_block: The IP address range for the cluster pod IPs.
|
7500
7512
|
Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14)
|
7501
7513
|
to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14)
|
@@ -7522,6 +7534,8 @@ class ClusterIpAllocationPolicyArgs:
|
|
7522
7534
|
pulumi.set(__self__, "additional_ip_ranges_configs", additional_ip_ranges_configs)
|
7523
7535
|
if additional_pod_ranges_config is not None:
|
7524
7536
|
pulumi.set(__self__, "additional_pod_ranges_config", additional_pod_ranges_config)
|
7537
|
+
if auto_ipam_config is not None:
|
7538
|
+
pulumi.set(__self__, "auto_ipam_config", auto_ipam_config)
|
7525
7539
|
if cluster_ipv4_cidr_block is not None:
|
7526
7540
|
pulumi.set(__self__, "cluster_ipv4_cidr_block", cluster_ipv4_cidr_block)
|
7527
7541
|
if cluster_secondary_range_name is not None:
|
@@ -7562,6 +7576,20 @@ class ClusterIpAllocationPolicyArgs:
|
|
7562
7576
|
def additional_pod_ranges_config(self, value: Optional[pulumi.Input['ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs']]):
|
7563
7577
|
pulumi.set(self, "additional_pod_ranges_config", value)
|
7564
7578
|
|
7579
|
+
@_builtins.property
|
7580
|
+
@pulumi.getter(name="autoIpamConfig")
|
7581
|
+
def auto_ipam_config(self) -> Optional[pulumi.Input['ClusterIpAllocationPolicyAutoIpamConfigArgs']]:
|
7582
|
+
"""
|
7583
|
+
All the information related to Auto IPAM. Structure is documented below
|
7584
|
+
|
7585
|
+
<a name="nested_auto_ipam_config"></a>The auto ipam config supports:
|
7586
|
+
"""
|
7587
|
+
return pulumi.get(self, "auto_ipam_config")
|
7588
|
+
|
7589
|
+
@auto_ipam_config.setter
|
7590
|
+
def auto_ipam_config(self, value: Optional[pulumi.Input['ClusterIpAllocationPolicyAutoIpamConfigArgs']]):
|
7591
|
+
pulumi.set(self, "auto_ipam_config", value)
|
7592
|
+
|
7565
7593
|
@_builtins.property
|
7566
7594
|
@pulumi.getter(name="clusterIpv4CidrBlock")
|
7567
7595
|
def cluster_ipv4_cidr_block(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -7732,6 +7760,37 @@ class ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs:
|
|
7732
7760
|
pulumi.set(self, "pod_range_names", value)
|
7733
7761
|
|
7734
7762
|
|
7763
|
+
if not MYPY:
|
7764
|
+
class ClusterIpAllocationPolicyAutoIpamConfigArgsDict(TypedDict):
|
7765
|
+
enabled: pulumi.Input[_builtins.bool]
|
7766
|
+
"""
|
7767
|
+
The flag that enables Auto IPAM on this cluster.
|
7768
|
+
"""
|
7769
|
+
elif False:
|
7770
|
+
ClusterIpAllocationPolicyAutoIpamConfigArgsDict: TypeAlias = Mapping[str, Any]
|
7771
|
+
|
7772
|
+
@pulumi.input_type
|
7773
|
+
class ClusterIpAllocationPolicyAutoIpamConfigArgs:
|
7774
|
+
def __init__(__self__, *,
|
7775
|
+
enabled: pulumi.Input[_builtins.bool]):
|
7776
|
+
"""
|
7777
|
+
:param pulumi.Input[_builtins.bool] enabled: The flag that enables Auto IPAM on this cluster.
|
7778
|
+
"""
|
7779
|
+
pulumi.set(__self__, "enabled", enabled)
|
7780
|
+
|
7781
|
+
@_builtins.property
|
7782
|
+
@pulumi.getter
|
7783
|
+
def enabled(self) -> pulumi.Input[_builtins.bool]:
|
7784
|
+
"""
|
7785
|
+
The flag that enables Auto IPAM on this cluster.
|
7786
|
+
"""
|
7787
|
+
return pulumi.get(self, "enabled")
|
7788
|
+
|
7789
|
+
@enabled.setter
|
7790
|
+
def enabled(self, value: pulumi.Input[_builtins.bool]):
|
7791
|
+
pulumi.set(self, "enabled", value)
|
7792
|
+
|
7793
|
+
|
7735
7794
|
if not MYPY:
|
7736
7795
|
class ClusterIpAllocationPolicyPodCidrOverprovisionConfigArgsDict(TypedDict):
|
7737
7796
|
disabled: pulumi.Input[_builtins.bool]
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -134,6 +134,7 @@ __all__ = [
|
|
134
134
|
'ClusterIpAllocationPolicy',
|
135
135
|
'ClusterIpAllocationPolicyAdditionalIpRangesConfig',
|
136
136
|
'ClusterIpAllocationPolicyAdditionalPodRangesConfig',
|
137
|
+
'ClusterIpAllocationPolicyAutoIpamConfig',
|
137
138
|
'ClusterIpAllocationPolicyPodCidrOverprovisionConfig',
|
138
139
|
'ClusterLoggingConfig',
|
139
140
|
'ClusterMaintenancePolicy',
|
@@ -367,6 +368,7 @@ __all__ = [
|
|
367
368
|
'GetClusterIpAllocationPolicyResult',
|
368
369
|
'GetClusterIpAllocationPolicyAdditionalIpRangesConfigResult',
|
369
370
|
'GetClusterIpAllocationPolicyAdditionalPodRangesConfigResult',
|
371
|
+
'GetClusterIpAllocationPolicyAutoIpamConfigResult',
|
370
372
|
'GetClusterIpAllocationPolicyPodCidrOverprovisionConfigResult',
|
371
373
|
'GetClusterLoggingConfigResult',
|
372
374
|
'GetClusterMaintenancePolicyResult',
|
@@ -6108,6 +6110,8 @@ class ClusterIpAllocationPolicy(dict):
|
|
6108
6110
|
suggest = "additional_ip_ranges_configs"
|
6109
6111
|
elif key == "additionalPodRangesConfig":
|
6110
6112
|
suggest = "additional_pod_ranges_config"
|
6113
|
+
elif key == "autoIpamConfig":
|
6114
|
+
suggest = "auto_ipam_config"
|
6111
6115
|
elif key == "clusterIpv4CidrBlock":
|
6112
6116
|
suggest = "cluster_ipv4_cidr_block"
|
6113
6117
|
elif key == "clusterSecondaryRangeName":
|
@@ -6135,6 +6139,7 @@ class ClusterIpAllocationPolicy(dict):
|
|
6135
6139
|
def __init__(__self__, *,
|
6136
6140
|
additional_ip_ranges_configs: Optional[Sequence['outputs.ClusterIpAllocationPolicyAdditionalIpRangesConfig']] = None,
|
6137
6141
|
additional_pod_ranges_config: Optional['outputs.ClusterIpAllocationPolicyAdditionalPodRangesConfig'] = None,
|
6142
|
+
auto_ipam_config: Optional['outputs.ClusterIpAllocationPolicyAutoIpamConfig'] = None,
|
6138
6143
|
cluster_ipv4_cidr_block: Optional[_builtins.str] = None,
|
6139
6144
|
cluster_secondary_range_name: Optional[_builtins.str] = None,
|
6140
6145
|
pod_cidr_overprovision_config: Optional['outputs.ClusterIpAllocationPolicyPodCidrOverprovisionConfig'] = None,
|
@@ -6147,6 +6152,9 @@ class ClusterIpAllocationPolicy(dict):
|
|
6147
6152
|
:param 'ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs' additional_pod_ranges_config: The configuration for additional pod secondary ranges at
|
6148
6153
|
the cluster level. Used for Autopilot clusters and Standard clusters with which control of the
|
6149
6154
|
secondary Pod IP address assignment to node pools isn't needed. Structure is documented below.
|
6155
|
+
:param 'ClusterIpAllocationPolicyAutoIpamConfigArgs' auto_ipam_config: All the information related to Auto IPAM. Structure is documented below
|
6156
|
+
|
6157
|
+
<a name="nested_auto_ipam_config"></a>The auto ipam config supports:
|
6150
6158
|
:param _builtins.str cluster_ipv4_cidr_block: The IP address range for the cluster pod IPs.
|
6151
6159
|
Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14)
|
6152
6160
|
to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14)
|
@@ -6173,6 +6181,8 @@ class ClusterIpAllocationPolicy(dict):
|
|
6173
6181
|
pulumi.set(__self__, "additional_ip_ranges_configs", additional_ip_ranges_configs)
|
6174
6182
|
if additional_pod_ranges_config is not None:
|
6175
6183
|
pulumi.set(__self__, "additional_pod_ranges_config", additional_pod_ranges_config)
|
6184
|
+
if auto_ipam_config is not None:
|
6185
|
+
pulumi.set(__self__, "auto_ipam_config", auto_ipam_config)
|
6176
6186
|
if cluster_ipv4_cidr_block is not None:
|
6177
6187
|
pulumi.set(__self__, "cluster_ipv4_cidr_block", cluster_ipv4_cidr_block)
|
6178
6188
|
if cluster_secondary_range_name is not None:
|
@@ -6205,6 +6215,16 @@ class ClusterIpAllocationPolicy(dict):
|
|
6205
6215
|
"""
|
6206
6216
|
return pulumi.get(self, "additional_pod_ranges_config")
|
6207
6217
|
|
6218
|
+
@_builtins.property
|
6219
|
+
@pulumi.getter(name="autoIpamConfig")
|
6220
|
+
def auto_ipam_config(self) -> Optional['outputs.ClusterIpAllocationPolicyAutoIpamConfig']:
|
6221
|
+
"""
|
6222
|
+
All the information related to Auto IPAM. Structure is documented below
|
6223
|
+
|
6224
|
+
<a name="nested_auto_ipam_config"></a>The auto ipam config supports:
|
6225
|
+
"""
|
6226
|
+
return pulumi.get(self, "auto_ipam_config")
|
6227
|
+
|
6208
6228
|
@_builtins.property
|
6209
6229
|
@pulumi.getter(name="clusterIpv4CidrBlock")
|
6210
6230
|
def cluster_ipv4_cidr_block(self) -> Optional[_builtins.str]:
|
@@ -6351,6 +6371,24 @@ class ClusterIpAllocationPolicyAdditionalPodRangesConfig(dict):
|
|
6351
6371
|
return pulumi.get(self, "pod_range_names")
|
6352
6372
|
|
6353
6373
|
|
6374
|
+
@pulumi.output_type
|
6375
|
+
class ClusterIpAllocationPolicyAutoIpamConfig(dict):
|
6376
|
+
def __init__(__self__, *,
|
6377
|
+
enabled: _builtins.bool):
|
6378
|
+
"""
|
6379
|
+
:param _builtins.bool enabled: The flag that enables Auto IPAM on this cluster.
|
6380
|
+
"""
|
6381
|
+
pulumi.set(__self__, "enabled", enabled)
|
6382
|
+
|
6383
|
+
@_builtins.property
|
6384
|
+
@pulumi.getter
|
6385
|
+
def enabled(self) -> _builtins.bool:
|
6386
|
+
"""
|
6387
|
+
The flag that enables Auto IPAM on this cluster.
|
6388
|
+
"""
|
6389
|
+
return pulumi.get(self, "enabled")
|
6390
|
+
|
6391
|
+
|
6354
6392
|
@pulumi.output_type
|
6355
6393
|
class ClusterIpAllocationPolicyPodCidrOverprovisionConfig(dict):
|
6356
6394
|
def __init__(__self__, *,
|
@@ -20240,6 +20278,7 @@ class GetClusterIpAllocationPolicyResult(dict):
|
|
20240
20278
|
def __init__(__self__, *,
|
20241
20279
|
additional_ip_ranges_configs: Sequence['outputs.GetClusterIpAllocationPolicyAdditionalIpRangesConfigResult'],
|
20242
20280
|
additional_pod_ranges_configs: Sequence['outputs.GetClusterIpAllocationPolicyAdditionalPodRangesConfigResult'],
|
20281
|
+
auto_ipam_configs: Sequence['outputs.GetClusterIpAllocationPolicyAutoIpamConfigResult'],
|
20243
20282
|
cluster_ipv4_cidr_block: _builtins.str,
|
20244
20283
|
cluster_secondary_range_name: _builtins.str,
|
20245
20284
|
pod_cidr_overprovision_configs: Sequence['outputs.GetClusterIpAllocationPolicyPodCidrOverprovisionConfigResult'],
|
@@ -20249,6 +20288,7 @@ class GetClusterIpAllocationPolicyResult(dict):
|
|
20249
20288
|
"""
|
20250
20289
|
:param Sequence['GetClusterIpAllocationPolicyAdditionalIpRangesConfigArgs'] additional_ip_ranges_configs: AdditionalIPRangesConfig is the configuration for individual additional subnetworks attached to the cluster
|
20251
20290
|
:param Sequence['GetClusterIpAllocationPolicyAdditionalPodRangesConfigArgs'] additional_pod_ranges_configs: AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.
|
20291
|
+
:param Sequence['GetClusterIpAllocationPolicyAutoIpamConfigArgs'] auto_ipam_configs: AutoIpamConfig contains all information related to Auto IPAM.
|
20252
20292
|
:param _builtins.str cluster_ipv4_cidr_block: The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
|
20253
20293
|
:param _builtins.str cluster_secondary_range_name: The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_ipv4_cidr_block can be used to automatically create a GKE-managed one.
|
20254
20294
|
:param Sequence['GetClusterIpAllocationPolicyPodCidrOverprovisionConfigArgs'] pod_cidr_overprovision_configs: Configuration for cluster level pod cidr overprovision. Default is disabled=false.
|
@@ -20258,6 +20298,7 @@ class GetClusterIpAllocationPolicyResult(dict):
|
|
20258
20298
|
"""
|
20259
20299
|
pulumi.set(__self__, "additional_ip_ranges_configs", additional_ip_ranges_configs)
|
20260
20300
|
pulumi.set(__self__, "additional_pod_ranges_configs", additional_pod_ranges_configs)
|
20301
|
+
pulumi.set(__self__, "auto_ipam_configs", auto_ipam_configs)
|
20261
20302
|
pulumi.set(__self__, "cluster_ipv4_cidr_block", cluster_ipv4_cidr_block)
|
20262
20303
|
pulumi.set(__self__, "cluster_secondary_range_name", cluster_secondary_range_name)
|
20263
20304
|
pulumi.set(__self__, "pod_cidr_overprovision_configs", pod_cidr_overprovision_configs)
|
@@ -20281,6 +20322,14 @@ class GetClusterIpAllocationPolicyResult(dict):
|
|
20281
20322
|
"""
|
20282
20323
|
return pulumi.get(self, "additional_pod_ranges_configs")
|
20283
20324
|
|
20325
|
+
@_builtins.property
|
20326
|
+
@pulumi.getter(name="autoIpamConfigs")
|
20327
|
+
def auto_ipam_configs(self) -> Sequence['outputs.GetClusterIpAllocationPolicyAutoIpamConfigResult']:
|
20328
|
+
"""
|
20329
|
+
AutoIpamConfig contains all information related to Auto IPAM.
|
20330
|
+
"""
|
20331
|
+
return pulumi.get(self, "auto_ipam_configs")
|
20332
|
+
|
20284
20333
|
@_builtins.property
|
20285
20334
|
@pulumi.getter(name="clusterIpv4CidrBlock")
|
20286
20335
|
def cluster_ipv4_cidr_block(self) -> _builtins.str:
|
@@ -20377,6 +20426,24 @@ class GetClusterIpAllocationPolicyAdditionalPodRangesConfigResult(dict):
|
|
20377
20426
|
return pulumi.get(self, "pod_range_names")
|
20378
20427
|
|
20379
20428
|
|
20429
|
+
@pulumi.output_type
|
20430
|
+
class GetClusterIpAllocationPolicyAutoIpamConfigResult(dict):
|
20431
|
+
def __init__(__self__, *,
|
20432
|
+
enabled: _builtins.bool):
|
20433
|
+
"""
|
20434
|
+
:param _builtins.bool enabled: The flag that enables Auto IPAM on this cluster.
|
20435
|
+
"""
|
20436
|
+
pulumi.set(__self__, "enabled", enabled)
|
20437
|
+
|
20438
|
+
@_builtins.property
|
20439
|
+
@pulumi.getter
|
20440
|
+
def enabled(self) -> _builtins.bool:
|
20441
|
+
"""
|
20442
|
+
The flag that enables Auto IPAM on this cluster.
|
20443
|
+
"""
|
20444
|
+
return pulumi.get(self, "enabled")
|
20445
|
+
|
20446
|
+
|
20380
20447
|
@pulumi.output_type
|
20381
20448
|
class GetClusterIpAllocationPolicyPodCidrOverprovisionConfigResult(dict):
|
20382
20449
|
def __init__(__self__, *,
|
@@ -39,6 +39,7 @@ class NoteIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -69,6 +70,7 @@ class NoteIamBindingArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "members")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _NoteIamBindingState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
151
154
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
152
155
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
153
156
|
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.
|
@@ -204,6 +207,7 @@ class _NoteIamBindingState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "members")
|
209
213
|
|
@@ -431,6 +435,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
431
435
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
432
436
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
433
437
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
438
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
434
439
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
435
440
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
436
441
|
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.
|
@@ -675,6 +680,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
675
680
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
676
681
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
677
682
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
683
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
678
684
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
679
685
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
680
686
|
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.
|
@@ -722,6 +728,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
722
728
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
723
729
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
724
730
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
731
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
725
732
|
"""
|
726
733
|
return pulumi.get(self, "members")
|
727
734
|
|
@@ -39,6 +39,7 @@ class NoteIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`containeranalysis.NoteIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -69,6 +70,7 @@ class NoteIamMemberArgs:
|
|
69
70
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
70
71
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
71
72
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
73
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
72
74
|
"""
|
73
75
|
return pulumi.get(self, "member")
|
74
76
|
|
@@ -148,6 +150,7 @@ class _NoteIamMemberState:
|
|
148
150
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
149
151
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
150
152
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
153
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
151
154
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
152
155
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
153
156
|
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.
|
@@ -204,6 +207,7 @@ class _NoteIamMemberState:
|
|
204
207
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
205
208
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
206
209
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
210
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
207
211
|
"""
|
208
212
|
return pulumi.get(self, "member")
|
209
213
|
|
@@ -431,6 +435,7 @@ class NoteIamMember(pulumi.CustomResource):
|
|
431
435
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
432
436
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
433
437
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
438
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
434
439
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
435
440
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
436
441
|
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.
|
@@ -675,6 +680,7 @@ class NoteIamMember(pulumi.CustomResource):
|
|
675
680
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
676
681
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
677
682
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
683
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
678
684
|
:param pulumi.Input[_builtins.str] note: Used to find the parent resource to bind the IAM policy to
|
679
685
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
680
686
|
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.
|
@@ -722,6 +728,7 @@ class NoteIamMember(pulumi.CustomResource):
|
|
722
728
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
723
729
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
724
730
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
731
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
725
732
|
"""
|
726
733
|
return pulumi.get(self, "member")
|
727
734
|
|
@@ -41,6 +41,7 @@ class EntryGroupIamBindingArgs:
|
|
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
|
`datacatalog.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -88,6 +89,7 @@ class EntryGroupIamBindingArgs:
|
|
88
89
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
89
90
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
90
91
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
92
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
91
93
|
"""
|
92
94
|
return pulumi.get(self, "members")
|
93
95
|
|
@@ -172,6 +174,7 @@ class _EntryGroupIamBindingState:
|
|
172
174
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
173
175
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
174
176
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
177
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
175
178
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
176
179
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
177
180
|
:param pulumi.Input[_builtins.str] region: EntryGroup location region.
|
@@ -245,6 +248,7 @@ class _EntryGroupIamBindingState:
|
|
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
|
|
@@ -473,6 +477,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
473
477
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
474
478
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
475
479
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
480
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
476
481
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
477
482
|
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.
|
478
483
|
:param pulumi.Input[_builtins.str] region: EntryGroup location region.
|
@@ -720,6 +725,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
720
725
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
721
726
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
722
727
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
728
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
723
729
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
724
730
|
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.
|
725
731
|
:param pulumi.Input[_builtins.str] region: EntryGroup location region.
|
@@ -779,6 +785,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
779
785
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
780
786
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
781
787
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
788
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
782
789
|
"""
|
783
790
|
return pulumi.get(self, "members")
|
784
791
|
|