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
@@ -40,6 +40,7 @@ class EkmConnectionIamMemberArgs:
|
|
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
|
`kms.EkmConnectionIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -80,6 +81,7 @@ class EkmConnectionIamMemberArgs:
|
|
80
81
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
81
82
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
82
83
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
84
|
+
* **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"
|
83
85
|
"""
|
84
86
|
return pulumi.get(self, "member")
|
85
87
|
|
@@ -187,6 +189,7 @@ class _EkmConnectionIamMemberState:
|
|
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] name: Used to find the parent resource to bind the IAM policy to
|
191
194
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
192
195
|
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.
|
@@ -265,6 +268,7 @@ class _EkmConnectionIamMemberState:
|
|
265
268
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
266
269
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
267
270
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
271
|
+
* **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"
|
268
272
|
"""
|
269
273
|
return pulumi.get(self, "member")
|
270
274
|
|
@@ -626,6 +630,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
626
630
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
627
631
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
628
632
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
633
|
+
* **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"
|
629
634
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
630
635
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
631
636
|
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,6 +1009,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
1004
1009
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1005
1010
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1006
1011
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1012
|
+
* **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"
|
1007
1013
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
1008
1014
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1009
1015
|
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.
|
@@ -1068,6 +1074,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
1068
1074
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1069
1075
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1070
1076
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1077
|
+
* **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"
|
1071
1078
|
"""
|
1072
1079
|
return pulumi.get(self, "member")
|
1073
1080
|
|
@@ -42,6 +42,7 @@ class LogViewIamBindingArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **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"
|
45
46
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`logging.LogViewIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -91,6 +92,7 @@ class LogViewIamBindingArgs:
|
|
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
|
|
@@ -195,6 +197,7 @@ class _LogViewIamBindingState:
|
|
195
197
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
196
198
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
197
199
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
200
|
+
* **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"
|
198
201
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
199
202
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
200
203
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -284,6 +287,7 @@ class _LogViewIamBindingState:
|
|
284
287
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
285
288
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
286
289
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
290
|
+
* **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"
|
287
291
|
"""
|
288
292
|
return pulumi.get(self, "members")
|
289
293
|
|
@@ -655,6 +659,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
655
659
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
656
660
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
657
661
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
662
|
+
* **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"
|
658
663
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
659
664
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
660
665
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1049,6 +1054,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
1049
1054
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1050
1055
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1051
1056
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1057
|
+
* **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"
|
1052
1058
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
1053
1059
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
1054
1060
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1119,6 +1125,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
1119
1125
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1120
1126
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1121
1127
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1128
|
+
* **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"
|
1122
1129
|
"""
|
1123
1130
|
return pulumi.get(self, "members")
|
1124
1131
|
|
@@ -42,6 +42,7 @@ class LogViewIamMemberArgs:
|
|
42
42
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
43
43
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
44
44
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
45
|
+
* **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"
|
45
46
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`logging.LogViewIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -91,6 +92,7 @@ class LogViewIamMemberArgs:
|
|
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
|
|
@@ -195,6 +197,7 @@ class _LogViewIamMemberState:
|
|
195
197
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
196
198
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
197
199
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
200
|
+
* **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"
|
198
201
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
199
202
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
200
203
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -284,6 +287,7 @@ class _LogViewIamMemberState:
|
|
284
287
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
285
288
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
286
289
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
290
|
+
* **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"
|
287
291
|
"""
|
288
292
|
return pulumi.get(self, "member")
|
289
293
|
|
@@ -655,6 +659,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
655
659
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
656
660
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
657
661
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
662
|
+
* **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"
|
658
663
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
659
664
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
660
665
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1049,6 +1054,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
1049
1054
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1050
1055
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1051
1056
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1057
|
+
* **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"
|
1052
1058
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
1053
1059
|
:param pulumi.Input[_builtins.str] parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
|
1054
1060
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1119,6 +1125,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
1119
1125
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1120
1126
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1121
1127
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1128
|
+
* **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"
|
1122
1129
|
"""
|
1123
1130
|
return pulumi.get(self, "member")
|
1124
1131
|
|
@@ -398,8 +398,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
398
398
|
import pulumi_time as time
|
399
399
|
|
400
400
|
project = gcp.organizations.Project("project",
|
401
|
-
project_id="tf-
|
402
|
-
name="tf-
|
401
|
+
project_id="tf-test_60365",
|
402
|
+
name="tf-test_80215",
|
403
403
|
org_id="123456789",
|
404
404
|
billing_account="000000-0000000-0000000-000000",
|
405
405
|
deletion_policy="DELETE")
|
@@ -528,8 +528,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
528
528
|
import pulumi_time as time
|
529
529
|
|
530
530
|
project = gcp.organizations.Project("project",
|
531
|
-
project_id="tf-
|
532
|
-
name="tf-
|
531
|
+
project_id="tf-test_60365",
|
532
|
+
name="tf-test_80215",
|
533
533
|
org_id="123456789",
|
534
534
|
billing_account="000000-0000000-0000000-000000",
|
535
535
|
deletion_policy="DELETE")
|
@@ -289,8 +289,8 @@ class Connector(pulumi.CustomResource):
|
|
289
289
|
import pulumi_time as time
|
290
290
|
|
291
291
|
project = gcp.organizations.Project("project",
|
292
|
-
project_id="tf-
|
293
|
-
name="tf-
|
292
|
+
project_id="tf-test_59033",
|
293
|
+
name="tf-test_32081",
|
294
294
|
org_id="123456789",
|
295
295
|
billing_account="000000-0000000-0000000-000000",
|
296
296
|
deletion_policy="DELETE")
|
@@ -447,8 +447,8 @@ class Connector(pulumi.CustomResource):
|
|
447
447
|
import pulumi_time as time
|
448
448
|
|
449
449
|
project = gcp.organizations.Project("project",
|
450
|
-
project_id="tf-
|
451
|
-
name="tf-
|
450
|
+
project_id="tf-test_59033",
|
451
|
+
name="tf-test_32081",
|
452
452
|
org_id="123456789",
|
453
453
|
billing_account="000000-0000000-0000000-000000",
|
454
454
|
deletion_policy="DELETE")
|
pulumi_gcp/netapp/_inputs.py
CHANGED
@@ -284,6 +284,10 @@ if not MYPY:
|
|
284
284
|
"""
|
285
285
|
Defines the client ingress specification (allowed clients) as a comma separated list with IPv4 CIDRs or IPv4 host addresses.
|
286
286
|
"""
|
287
|
+
anon_uid: NotRequired[pulumi.Input[_builtins.int]]
|
288
|
+
"""
|
289
|
+
An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
|
290
|
+
"""
|
287
291
|
has_root_access: NotRequired[pulumi.Input[_builtins.str]]
|
288
292
|
"""
|
289
293
|
If enabled, the root user (UID = 0) of the specified clients doesn't get mapped to nobody (UID = 65534). This is also known as no_root_squash.
|
@@ -320,6 +324,11 @@ if not MYPY:
|
|
320
324
|
"""
|
321
325
|
Enable to apply the export rule to NFSV4.1 clients.
|
322
326
|
"""
|
327
|
+
squash_mode: NotRequired[pulumi.Input[_builtins.str]]
|
328
|
+
"""
|
329
|
+
SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how the user identities (like root) are mapped to anonymous users to limit access and enforce security.
|
330
|
+
Possible values are: `NO_ROOT_SQUASH`, `ROOT_SQUASH`, `ALL_SQUASH`.
|
331
|
+
"""
|
323
332
|
elif False:
|
324
333
|
VolumeExportPolicyRuleArgsDict: TypeAlias = Mapping[str, Any]
|
325
334
|
|
@@ -328,6 +337,7 @@ class VolumeExportPolicyRuleArgs:
|
|
328
337
|
def __init__(__self__, *,
|
329
338
|
access_type: Optional[pulumi.Input[_builtins.str]] = None,
|
330
339
|
allowed_clients: Optional[pulumi.Input[_builtins.str]] = None,
|
340
|
+
anon_uid: Optional[pulumi.Input[_builtins.int]] = None,
|
331
341
|
has_root_access: Optional[pulumi.Input[_builtins.str]] = None,
|
332
342
|
kerberos5_read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
333
343
|
kerberos5_read_write: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -336,11 +346,13 @@ class VolumeExportPolicyRuleArgs:
|
|
336
346
|
kerberos5p_read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
337
347
|
kerberos5p_read_write: Optional[pulumi.Input[_builtins.bool]] = None,
|
338
348
|
nfsv3: Optional[pulumi.Input[_builtins.bool]] = None,
|
339
|
-
nfsv4: Optional[pulumi.Input[_builtins.bool]] = None
|
349
|
+
nfsv4: Optional[pulumi.Input[_builtins.bool]] = None,
|
350
|
+
squash_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
340
351
|
"""
|
341
352
|
:param pulumi.Input[_builtins.str] access_type: Defines the access type for clients matching the `allowedClients` specification.
|
342
353
|
Possible values are: `READ_ONLY`, `READ_WRITE`, `READ_NONE`.
|
343
354
|
:param pulumi.Input[_builtins.str] allowed_clients: Defines the client ingress specification (allowed clients) as a comma separated list with IPv4 CIDRs or IPv4 host addresses.
|
355
|
+
:param pulumi.Input[_builtins.int] anon_uid: An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
|
344
356
|
:param pulumi.Input[_builtins.str] has_root_access: If enabled, the root user (UID = 0) of the specified clients doesn't get mapped to nobody (UID = 65534). This is also known as no_root_squash.
|
345
357
|
:param pulumi.Input[_builtins.bool] kerberos5_read_only: If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode.
|
346
358
|
:param pulumi.Input[_builtins.bool] kerberos5_read_write: If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode. The 'kerberos5ReadOnly' value is ignored if this is enabled.
|
@@ -350,11 +362,15 @@ class VolumeExportPolicyRuleArgs:
|
|
350
362
|
:param pulumi.Input[_builtins.bool] kerberos5p_read_write: If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode. The 'kerberos5pReadOnly' value is ignored if this is enabled.
|
351
363
|
:param pulumi.Input[_builtins.bool] nfsv3: Enable to apply the export rule to NFSV3 clients.
|
352
364
|
:param pulumi.Input[_builtins.bool] nfsv4: Enable to apply the export rule to NFSV4.1 clients.
|
365
|
+
:param pulumi.Input[_builtins.str] squash_mode: SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how the user identities (like root) are mapped to anonymous users to limit access and enforce security.
|
366
|
+
Possible values are: `NO_ROOT_SQUASH`, `ROOT_SQUASH`, `ALL_SQUASH`.
|
353
367
|
"""
|
354
368
|
if access_type is not None:
|
355
369
|
pulumi.set(__self__, "access_type", access_type)
|
356
370
|
if allowed_clients is not None:
|
357
371
|
pulumi.set(__self__, "allowed_clients", allowed_clients)
|
372
|
+
if anon_uid is not None:
|
373
|
+
pulumi.set(__self__, "anon_uid", anon_uid)
|
358
374
|
if has_root_access is not None:
|
359
375
|
pulumi.set(__self__, "has_root_access", has_root_access)
|
360
376
|
if kerberos5_read_only is not None:
|
@@ -373,6 +389,8 @@ class VolumeExportPolicyRuleArgs:
|
|
373
389
|
pulumi.set(__self__, "nfsv3", nfsv3)
|
374
390
|
if nfsv4 is not None:
|
375
391
|
pulumi.set(__self__, "nfsv4", nfsv4)
|
392
|
+
if squash_mode is not None:
|
393
|
+
pulumi.set(__self__, "squash_mode", squash_mode)
|
376
394
|
|
377
395
|
@_builtins.property
|
378
396
|
@pulumi.getter(name="accessType")
|
@@ -399,6 +417,18 @@ class VolumeExportPolicyRuleArgs:
|
|
399
417
|
def allowed_clients(self, value: Optional[pulumi.Input[_builtins.str]]):
|
400
418
|
pulumi.set(self, "allowed_clients", value)
|
401
419
|
|
420
|
+
@_builtins.property
|
421
|
+
@pulumi.getter(name="anonUid")
|
422
|
+
def anon_uid(self) -> Optional[pulumi.Input[_builtins.int]]:
|
423
|
+
"""
|
424
|
+
An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
|
425
|
+
"""
|
426
|
+
return pulumi.get(self, "anon_uid")
|
427
|
+
|
428
|
+
@anon_uid.setter
|
429
|
+
def anon_uid(self, value: Optional[pulumi.Input[_builtins.int]]):
|
430
|
+
pulumi.set(self, "anon_uid", value)
|
431
|
+
|
402
432
|
@_builtins.property
|
403
433
|
@pulumi.getter(name="hasRootAccess")
|
404
434
|
def has_root_access(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -507,6 +537,19 @@ class VolumeExportPolicyRuleArgs:
|
|
507
537
|
def nfsv4(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
508
538
|
pulumi.set(self, "nfsv4", value)
|
509
539
|
|
540
|
+
@_builtins.property
|
541
|
+
@pulumi.getter(name="squashMode")
|
542
|
+
def squash_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
543
|
+
"""
|
544
|
+
SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how the user identities (like root) are mapped to anonymous users to limit access and enforce security.
|
545
|
+
Possible values are: `NO_ROOT_SQUASH`, `ROOT_SQUASH`, `ALL_SQUASH`.
|
546
|
+
"""
|
547
|
+
return pulumi.get(self, "squash_mode")
|
548
|
+
|
549
|
+
@squash_mode.setter
|
550
|
+
def squash_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
551
|
+
pulumi.set(self, "squash_mode", value)
|
552
|
+
|
510
553
|
|
511
554
|
if not MYPY:
|
512
555
|
class VolumeHybridReplicationParametersArgsDict(TypedDict):
|
pulumi_gcp/netapp/outputs.py
CHANGED
@@ -221,6 +221,8 @@ class VolumeExportPolicyRule(dict):
|
|
221
221
|
suggest = "access_type"
|
222
222
|
elif key == "allowedClients":
|
223
223
|
suggest = "allowed_clients"
|
224
|
+
elif key == "anonUid":
|
225
|
+
suggest = "anon_uid"
|
224
226
|
elif key == "hasRootAccess":
|
225
227
|
suggest = "has_root_access"
|
226
228
|
elif key == "kerberos5ReadOnly":
|
@@ -235,6 +237,8 @@ class VolumeExportPolicyRule(dict):
|
|
235
237
|
suggest = "kerberos5p_read_only"
|
236
238
|
elif key == "kerberos5pReadWrite":
|
237
239
|
suggest = "kerberos5p_read_write"
|
240
|
+
elif key == "squashMode":
|
241
|
+
suggest = "squash_mode"
|
238
242
|
|
239
243
|
if suggest:
|
240
244
|
pulumi.log.warn(f"Key '{key}' not found in VolumeExportPolicyRule. Access the value via the '{suggest}' property getter instead.")
|
@@ -250,6 +254,7 @@ class VolumeExportPolicyRule(dict):
|
|
250
254
|
def __init__(__self__, *,
|
251
255
|
access_type: Optional[_builtins.str] = None,
|
252
256
|
allowed_clients: Optional[_builtins.str] = None,
|
257
|
+
anon_uid: Optional[_builtins.int] = None,
|
253
258
|
has_root_access: Optional[_builtins.str] = None,
|
254
259
|
kerberos5_read_only: Optional[_builtins.bool] = None,
|
255
260
|
kerberos5_read_write: Optional[_builtins.bool] = None,
|
@@ -258,11 +263,13 @@ class VolumeExportPolicyRule(dict):
|
|
258
263
|
kerberos5p_read_only: Optional[_builtins.bool] = None,
|
259
264
|
kerberos5p_read_write: Optional[_builtins.bool] = None,
|
260
265
|
nfsv3: Optional[_builtins.bool] = None,
|
261
|
-
nfsv4: Optional[_builtins.bool] = None
|
266
|
+
nfsv4: Optional[_builtins.bool] = None,
|
267
|
+
squash_mode: Optional[_builtins.str] = None):
|
262
268
|
"""
|
263
269
|
:param _builtins.str access_type: Defines the access type for clients matching the `allowedClients` specification.
|
264
270
|
Possible values are: `READ_ONLY`, `READ_WRITE`, `READ_NONE`.
|
265
271
|
:param _builtins.str allowed_clients: Defines the client ingress specification (allowed clients) as a comma separated list with IPv4 CIDRs or IPv4 host addresses.
|
272
|
+
:param _builtins.int anon_uid: An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
|
266
273
|
:param _builtins.str has_root_access: If enabled, the root user (UID = 0) of the specified clients doesn't get mapped to nobody (UID = 65534). This is also known as no_root_squash.
|
267
274
|
:param _builtins.bool kerberos5_read_only: If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode.
|
268
275
|
:param _builtins.bool kerberos5_read_write: If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'authentication' kerberos security mode. The 'kerberos5ReadOnly' value is ignored if this is enabled.
|
@@ -272,11 +279,15 @@ class VolumeExportPolicyRule(dict):
|
|
272
279
|
:param _builtins.bool kerberos5p_read_write: If enabled (true) the rule defines read and write access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'privacy' kerberos security mode. The 'kerberos5pReadOnly' value is ignored if this is enabled.
|
273
280
|
:param _builtins.bool nfsv3: Enable to apply the export rule to NFSV3 clients.
|
274
281
|
:param _builtins.bool nfsv4: Enable to apply the export rule to NFSV4.1 clients.
|
282
|
+
:param _builtins.str squash_mode: SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how the user identities (like root) are mapped to anonymous users to limit access and enforce security.
|
283
|
+
Possible values are: `NO_ROOT_SQUASH`, `ROOT_SQUASH`, `ALL_SQUASH`.
|
275
284
|
"""
|
276
285
|
if access_type is not None:
|
277
286
|
pulumi.set(__self__, "access_type", access_type)
|
278
287
|
if allowed_clients is not None:
|
279
288
|
pulumi.set(__self__, "allowed_clients", allowed_clients)
|
289
|
+
if anon_uid is not None:
|
290
|
+
pulumi.set(__self__, "anon_uid", anon_uid)
|
280
291
|
if has_root_access is not None:
|
281
292
|
pulumi.set(__self__, "has_root_access", has_root_access)
|
282
293
|
if kerberos5_read_only is not None:
|
@@ -295,6 +306,8 @@ class VolumeExportPolicyRule(dict):
|
|
295
306
|
pulumi.set(__self__, "nfsv3", nfsv3)
|
296
307
|
if nfsv4 is not None:
|
297
308
|
pulumi.set(__self__, "nfsv4", nfsv4)
|
309
|
+
if squash_mode is not None:
|
310
|
+
pulumi.set(__self__, "squash_mode", squash_mode)
|
298
311
|
|
299
312
|
@_builtins.property
|
300
313
|
@pulumi.getter(name="accessType")
|
@@ -313,6 +326,14 @@ class VolumeExportPolicyRule(dict):
|
|
313
326
|
"""
|
314
327
|
return pulumi.get(self, "allowed_clients")
|
315
328
|
|
329
|
+
@_builtins.property
|
330
|
+
@pulumi.getter(name="anonUid")
|
331
|
+
def anon_uid(self) -> Optional[_builtins.int]:
|
332
|
+
"""
|
333
|
+
An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "anon_uid")
|
336
|
+
|
316
337
|
@_builtins.property
|
317
338
|
@pulumi.getter(name="hasRootAccess")
|
318
339
|
def has_root_access(self) -> Optional[_builtins.str]:
|
@@ -385,6 +406,15 @@ class VolumeExportPolicyRule(dict):
|
|
385
406
|
"""
|
386
407
|
return pulumi.get(self, "nfsv4")
|
387
408
|
|
409
|
+
@_builtins.property
|
410
|
+
@pulumi.getter(name="squashMode")
|
411
|
+
def squash_mode(self) -> Optional[_builtins.str]:
|
412
|
+
"""
|
413
|
+
SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how the user identities (like root) are mapped to anonymous users to limit access and enforce security.
|
414
|
+
Possible values are: `NO_ROOT_SQUASH`, `ROOT_SQUASH`, `ALL_SQUASH`.
|
415
|
+
"""
|
416
|
+
return pulumi.get(self, "squash_mode")
|
417
|
+
|
388
418
|
|
389
419
|
@pulumi.output_type
|
390
420
|
class VolumeHybridReplicationParameters(dict):
|
@@ -1390,7 +1390,7 @@ class StoragePool(pulumi.CustomResource):
|
|
1390
1390
|
|
1391
1391
|
@_builtins.property
|
1392
1392
|
@pulumi.getter(name="qosType")
|
1393
|
-
def qos_type(self) -> pulumi.Output[
|
1393
|
+
def qos_type(self) -> pulumi.Output[_builtins.str]:
|
1394
1394
|
"""
|
1395
1395
|
QoS (Quality of Service) type of the storage pool.
|
1396
1396
|
Possible values are: AUTO, MANUAL.
|
@@ -676,15 +676,15 @@ class Spoke(pulumi.CustomResource):
|
|
676
676
|
import pulumi_gcp as gcp
|
677
677
|
|
678
678
|
network = gcp.compute.Network("network",
|
679
|
-
name="tf-test-
|
679
|
+
name="tf-test-network_10393",
|
680
680
|
auto_create_subnetworks=False)
|
681
681
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
682
|
-
name="tf-test-
|
682
|
+
name="tf-test-subnet_33052",
|
683
683
|
ip_cidr_range="10.0.0.0/28",
|
684
684
|
region="us-central1",
|
685
685
|
network=network.self_link)
|
686
686
|
instance = gcp.compute.Instance("instance",
|
687
|
-
name="tf-test-
|
687
|
+
name="tf-test-instance_3684",
|
688
688
|
machine_type="e2-medium",
|
689
689
|
can_ip_forward=True,
|
690
690
|
zone="us-central1-a",
|
@@ -701,13 +701,13 @@ class Spoke(pulumi.CustomResource):
|
|
701
701
|
}],
|
702
702
|
}])
|
703
703
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
704
|
-
name="tf-test-
|
704
|
+
name="tf-test-hub_10719",
|
705
705
|
description="A sample hub",
|
706
706
|
labels={
|
707
707
|
"label-two": "value-one",
|
708
708
|
})
|
709
709
|
primary = gcp.networkconnectivity.Spoke("primary",
|
710
|
-
name="tf-test-
|
710
|
+
name="tf-test-name_1443",
|
711
711
|
location="us-central1",
|
712
712
|
description="A sample spoke with a linked routher appliance instance",
|
713
713
|
labels={
|
@@ -939,8 +939,8 @@ class Spoke(pulumi.CustomResource):
|
|
939
939
|
hub=star_hub.id,
|
940
940
|
auto_accept={
|
941
941
|
"auto_accept_projects": [
|
942
|
-
"
|
943
|
-
"
|
942
|
+
"foo_26032",
|
943
|
+
"bar_8647",
|
944
944
|
],
|
945
945
|
})
|
946
946
|
primary = gcp.networkconnectivity.Spoke("primary",
|
@@ -1134,15 +1134,15 @@ class Spoke(pulumi.CustomResource):
|
|
1134
1134
|
import pulumi_gcp as gcp
|
1135
1135
|
|
1136
1136
|
network = gcp.compute.Network("network",
|
1137
|
-
name="tf-test-
|
1137
|
+
name="tf-test-network_10393",
|
1138
1138
|
auto_create_subnetworks=False)
|
1139
1139
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
1140
|
-
name="tf-test-
|
1140
|
+
name="tf-test-subnet_33052",
|
1141
1141
|
ip_cidr_range="10.0.0.0/28",
|
1142
1142
|
region="us-central1",
|
1143
1143
|
network=network.self_link)
|
1144
1144
|
instance = gcp.compute.Instance("instance",
|
1145
|
-
name="tf-test-
|
1145
|
+
name="tf-test-instance_3684",
|
1146
1146
|
machine_type="e2-medium",
|
1147
1147
|
can_ip_forward=True,
|
1148
1148
|
zone="us-central1-a",
|
@@ -1159,13 +1159,13 @@ class Spoke(pulumi.CustomResource):
|
|
1159
1159
|
}],
|
1160
1160
|
}])
|
1161
1161
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
1162
|
-
name="tf-test-
|
1162
|
+
name="tf-test-hub_10719",
|
1163
1163
|
description="A sample hub",
|
1164
1164
|
labels={
|
1165
1165
|
"label-two": "value-one",
|
1166
1166
|
})
|
1167
1167
|
primary = gcp.networkconnectivity.Spoke("primary",
|
1168
|
-
name="tf-test-
|
1168
|
+
name="tf-test-name_1443",
|
1169
1169
|
location="us-central1",
|
1170
1170
|
description="A sample spoke with a linked routher appliance instance",
|
1171
1171
|
labels={
|
@@ -1397,8 +1397,8 @@ class Spoke(pulumi.CustomResource):
|
|
1397
1397
|
hub=star_hub.id,
|
1398
1398
|
auto_accept={
|
1399
1399
|
"auto_accept_projects": [
|
1400
|
-
"
|
1401
|
-
"
|
1400
|
+
"foo_26032",
|
1401
|
+
"bar_8647",
|
1402
1402
|
],
|
1403
1403
|
})
|
1404
1404
|
primary = gcp.networkconnectivity.Spoke("primary",
|
@@ -40,6 +40,7 @@ class AddressGroupIamBindingArgs:
|
|
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
|
`networksecurity.AddressGroupIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -77,6 +78,7 @@ class AddressGroupIamBindingArgs:
|
|
77
78
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
78
79
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
79
80
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
81
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
80
82
|
"""
|
81
83
|
return pulumi.get(self, "members")
|
82
84
|
|
@@ -176,6 +178,7 @@ class _AddressGroupIamBindingState:
|
|
176
178
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
177
179
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
178
180
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
179
182
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
180
183
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
181
184
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -249,6 +252,7 @@ class _AddressGroupIamBindingState:
|
|
249
252
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
250
253
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
251
254
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
255
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
252
256
|
"""
|
253
257
|
return pulumi.get(self, "members")
|
254
258
|
|
@@ -379,6 +383,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
|
|
379
383
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
380
384
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
381
385
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
386
|
+
* **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"
|
382
387
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
383
388
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
384
389
|
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.
|
@@ -526,6 +531,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
|
|
526
531
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
527
532
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
528
533
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
534
|
+
* **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"
|
529
535
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
530
536
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
531
537
|
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.
|
@@ -585,6 +591,7 @@ class AddressGroupIamBinding(pulumi.CustomResource):
|
|
585
591
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
586
592
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
587
593
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
594
|
+
* **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"
|
588
595
|
"""
|
589
596
|
return pulumi.get(self, "members")
|
590
597
|
|