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
@@ -27,7 +27,7 @@ class GetSecurityPolicyResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getSecurityPolicy.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, adaptive_protection_configs=None, advanced_options_configs=None, description=None, fingerprint=None, id=None, name=None, project=None, recaptcha_options_configs=None, rules=None, self_link=None, type=None):
|
30
|
+
def __init__(__self__, adaptive_protection_configs=None, advanced_options_configs=None, description=None, effective_labels=None, fingerprint=None, id=None, label_fingerprint=None, labels=None, name=None, project=None, pulumi_labels=None, recaptcha_options_configs=None, rules=None, self_link=None, type=None):
|
31
31
|
if adaptive_protection_configs and not isinstance(adaptive_protection_configs, list):
|
32
32
|
raise TypeError("Expected argument 'adaptive_protection_configs' to be a list")
|
33
33
|
pulumi.set(__self__, "adaptive_protection_configs", adaptive_protection_configs)
|
@@ -37,18 +37,30 @@ class GetSecurityPolicyResult:
|
|
37
37
|
if description and not isinstance(description, str):
|
38
38
|
raise TypeError("Expected argument 'description' to be a str")
|
39
39
|
pulumi.set(__self__, "description", description)
|
40
|
+
if effective_labels and not isinstance(effective_labels, dict):
|
41
|
+
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
42
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
40
43
|
if fingerprint and not isinstance(fingerprint, str):
|
41
44
|
raise TypeError("Expected argument 'fingerprint' to be a str")
|
42
45
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
43
46
|
if id and not isinstance(id, str):
|
44
47
|
raise TypeError("Expected argument 'id' to be a str")
|
45
48
|
pulumi.set(__self__, "id", id)
|
49
|
+
if label_fingerprint and not isinstance(label_fingerprint, str):
|
50
|
+
raise TypeError("Expected argument 'label_fingerprint' to be a str")
|
51
|
+
pulumi.set(__self__, "label_fingerprint", label_fingerprint)
|
52
|
+
if labels and not isinstance(labels, dict):
|
53
|
+
raise TypeError("Expected argument 'labels' to be a dict")
|
54
|
+
pulumi.set(__self__, "labels", labels)
|
46
55
|
if name and not isinstance(name, str):
|
47
56
|
raise TypeError("Expected argument 'name' to be a str")
|
48
57
|
pulumi.set(__self__, "name", name)
|
49
58
|
if project and not isinstance(project, str):
|
50
59
|
raise TypeError("Expected argument 'project' to be a str")
|
51
60
|
pulumi.set(__self__, "project", project)
|
61
|
+
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
62
|
+
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
63
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
52
64
|
if recaptcha_options_configs and not isinstance(recaptcha_options_configs, list):
|
53
65
|
raise TypeError("Expected argument 'recaptcha_options_configs' to be a list")
|
54
66
|
pulumi.set(__self__, "recaptcha_options_configs", recaptcha_options_configs)
|
@@ -77,6 +89,11 @@ class GetSecurityPolicyResult:
|
|
77
89
|
def description(self) -> _builtins.str:
|
78
90
|
return pulumi.get(self, "description")
|
79
91
|
|
92
|
+
@_builtins.property
|
93
|
+
@pulumi.getter(name="effectiveLabels")
|
94
|
+
def effective_labels(self) -> Mapping[str, _builtins.str]:
|
95
|
+
return pulumi.get(self, "effective_labels")
|
96
|
+
|
80
97
|
@_builtins.property
|
81
98
|
@pulumi.getter
|
82
99
|
def fingerprint(self) -> _builtins.str:
|
@@ -90,6 +107,16 @@ class GetSecurityPolicyResult:
|
|
90
107
|
"""
|
91
108
|
return pulumi.get(self, "id")
|
92
109
|
|
110
|
+
@_builtins.property
|
111
|
+
@pulumi.getter(name="labelFingerprint")
|
112
|
+
def label_fingerprint(self) -> _builtins.str:
|
113
|
+
return pulumi.get(self, "label_fingerprint")
|
114
|
+
|
115
|
+
@_builtins.property
|
116
|
+
@pulumi.getter
|
117
|
+
def labels(self) -> Mapping[str, _builtins.str]:
|
118
|
+
return pulumi.get(self, "labels")
|
119
|
+
|
93
120
|
@_builtins.property
|
94
121
|
@pulumi.getter
|
95
122
|
def name(self) -> Optional[_builtins.str]:
|
@@ -100,6 +127,11 @@ class GetSecurityPolicyResult:
|
|
100
127
|
def project(self) -> Optional[_builtins.str]:
|
101
128
|
return pulumi.get(self, "project")
|
102
129
|
|
130
|
+
@_builtins.property
|
131
|
+
@pulumi.getter(name="pulumiLabels")
|
132
|
+
def pulumi_labels(self) -> Mapping[str, _builtins.str]:
|
133
|
+
return pulumi.get(self, "pulumi_labels")
|
134
|
+
|
103
135
|
@_builtins.property
|
104
136
|
@pulumi.getter(name="recaptchaOptionsConfigs")
|
105
137
|
def recaptcha_options_configs(self) -> Sequence['outputs.GetSecurityPolicyRecaptchaOptionsConfigResult']:
|
@@ -130,10 +162,14 @@ class AwaitableGetSecurityPolicyResult(GetSecurityPolicyResult):
|
|
130
162
|
adaptive_protection_configs=self.adaptive_protection_configs,
|
131
163
|
advanced_options_configs=self.advanced_options_configs,
|
132
164
|
description=self.description,
|
165
|
+
effective_labels=self.effective_labels,
|
133
166
|
fingerprint=self.fingerprint,
|
134
167
|
id=self.id,
|
168
|
+
label_fingerprint=self.label_fingerprint,
|
169
|
+
labels=self.labels,
|
135
170
|
name=self.name,
|
136
171
|
project=self.project,
|
172
|
+
pulumi_labels=self.pulumi_labels,
|
137
173
|
recaptcha_options_configs=self.recaptcha_options_configs,
|
138
174
|
rules=self.rules,
|
139
175
|
self_link=self.self_link,
|
@@ -178,10 +214,14 @@ def get_security_policy(name: Optional[_builtins.str] = None,
|
|
178
214
|
adaptive_protection_configs=pulumi.get(__ret__, 'adaptive_protection_configs'),
|
179
215
|
advanced_options_configs=pulumi.get(__ret__, 'advanced_options_configs'),
|
180
216
|
description=pulumi.get(__ret__, 'description'),
|
217
|
+
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
181
218
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
182
219
|
id=pulumi.get(__ret__, 'id'),
|
220
|
+
label_fingerprint=pulumi.get(__ret__, 'label_fingerprint'),
|
221
|
+
labels=pulumi.get(__ret__, 'labels'),
|
183
222
|
name=pulumi.get(__ret__, 'name'),
|
184
223
|
project=pulumi.get(__ret__, 'project'),
|
224
|
+
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
185
225
|
recaptcha_options_configs=pulumi.get(__ret__, 'recaptcha_options_configs'),
|
186
226
|
rules=pulumi.get(__ret__, 'rules'),
|
187
227
|
self_link=pulumi.get(__ret__, 'self_link'),
|
@@ -223,10 +263,14 @@ def get_security_policy_output(name: Optional[pulumi.Input[Optional[_builtins.st
|
|
223
263
|
adaptive_protection_configs=pulumi.get(__response__, 'adaptive_protection_configs'),
|
224
264
|
advanced_options_configs=pulumi.get(__response__, 'advanced_options_configs'),
|
225
265
|
description=pulumi.get(__response__, 'description'),
|
266
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
226
267
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
227
268
|
id=pulumi.get(__response__, 'id'),
|
269
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
270
|
+
labels=pulumi.get(__response__, 'labels'),
|
228
271
|
name=pulumi.get(__response__, 'name'),
|
229
272
|
project=pulumi.get(__response__, 'project'),
|
273
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
230
274
|
recaptcha_options_configs=pulumi.get(__response__, 'recaptcha_options_configs'),
|
231
275
|
rules=pulumi.get(__response__, 'rules'),
|
232
276
|
self_link=pulumi.get(__response__, 'self_link'),
|
@@ -40,6 +40,7 @@ class ImageIamBindingArgs:
|
|
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.ImageIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -83,6 +84,7 @@ class ImageIamBindingArgs:
|
|
83
84
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
84
85
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
85
86
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
87
|
+
* **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"
|
86
88
|
"""
|
87
89
|
return pulumi.get(self, "members")
|
88
90
|
|
@@ -157,6 +159,7 @@ class _ImageIamBindingState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **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"
|
160
163
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
161
164
|
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.
|
162
165
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -228,6 +231,7 @@ class _ImageIamBindingState:
|
|
228
231
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
229
232
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
230
233
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
234
|
+
* **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"
|
231
235
|
"""
|
232
236
|
return pulumi.get(self, "members")
|
233
237
|
|
@@ -560,6 +564,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
564
569
|
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.
|
565
570
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -920,6 +925,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
920
925
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
921
926
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
922
927
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
928
|
+
* **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"
|
923
929
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
924
930
|
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.
|
925
931
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -978,6 +984,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
978
984
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
979
985
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
980
986
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
987
|
+
* **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"
|
981
988
|
"""
|
982
989
|
return pulumi.get(self, "members")
|
983
990
|
|
@@ -40,6 +40,7 @@ class ImageIamMemberArgs:
|
|
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.ImageIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -83,6 +84,7 @@ class ImageIamMemberArgs:
|
|
83
84
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
84
85
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
85
86
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
87
|
+
* **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"
|
86
88
|
"""
|
87
89
|
return pulumi.get(self, "member")
|
88
90
|
|
@@ -157,6 +159,7 @@ class _ImageIamMemberState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **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"
|
160
163
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
161
164
|
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.
|
162
165
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -228,6 +231,7 @@ class _ImageIamMemberState:
|
|
228
231
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
229
232
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
230
233
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
234
|
+
* **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"
|
231
235
|
"""
|
232
236
|
return pulumi.get(self, "member")
|
233
237
|
|
@@ -560,6 +564,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
564
569
|
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.
|
565
570
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -920,6 +925,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
920
925
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
921
926
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
922
927
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
928
|
+
* **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"
|
923
929
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
924
930
|
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.
|
925
931
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -978,6 +984,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
978
984
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
979
985
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
980
986
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
987
|
+
* **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"
|
981
988
|
"""
|
982
989
|
return pulumi.get(self, "member")
|
983
990
|
|
@@ -41,6 +41,7 @@ class InstanceIAMBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class InstanceIAMBindingArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "members")
|
94
96
|
|
@@ -178,6 +180,7 @@ class _InstanceIAMBindingState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
182
185
|
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.
|
183
186
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -254,6 +257,7 @@ class _InstanceIAMBindingState:
|
|
254
257
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
255
258
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
256
259
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
260
|
+
* **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"
|
257
261
|
"""
|
258
262
|
return pulumi.get(self, "members")
|
259
263
|
|
@@ -615,6 +619,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
615
619
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
616
620
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
617
621
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
622
|
+
* **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"
|
618
623
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
619
624
|
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.
|
620
625
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -995,6 +1000,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
995
1000
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
996
1001
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
997
1002
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1003
|
+
* **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"
|
998
1004
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
999
1005
|
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.
|
1000
1006
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1057,6 +1063,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
1057
1063
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1058
1064
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1059
1065
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1066
|
+
* **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"
|
1060
1067
|
"""
|
1061
1068
|
return pulumi.get(self, "members")
|
1062
1069
|
|
@@ -41,6 +41,7 @@ class InstanceIAMMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
44
45
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
45
46
|
`compute.InstanceIAMBinding` can be used per role. Note that custom roles must be of the format
|
46
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,6 +90,7 @@ class InstanceIAMMemberArgs:
|
|
89
90
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
90
91
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
91
92
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
93
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "member")
|
94
96
|
|
@@ -178,6 +180,7 @@ class _InstanceIAMMemberState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
182
185
|
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.
|
183
186
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -254,6 +257,7 @@ class _InstanceIAMMemberState:
|
|
254
257
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
255
258
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
256
259
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
260
|
+
* **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"
|
257
261
|
"""
|
258
262
|
return pulumi.get(self, "member")
|
259
263
|
|
@@ -615,6 +619,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
615
619
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
616
620
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
617
621
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
622
|
+
* **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"
|
618
623
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
619
624
|
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.
|
620
625
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -995,6 +1000,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
995
1000
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
996
1001
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
997
1002
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1003
|
+
* **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"
|
998
1004
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
999
1005
|
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.
|
1000
1006
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -1057,6 +1063,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
1057
1063
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1058
1064
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1059
1065
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1066
|
+
* **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"
|
1060
1067
|
"""
|
1061
1068
|
return pulumi.get(self, "member")
|
1062
1069
|
|
@@ -39,6 +39,7 @@ class InstanceTemplateIamBindingArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.InstanceTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -72,6 +73,7 @@ class InstanceTemplateIamBindingArgs:
|
|
72
73
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
73
74
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
74
75
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
76
|
+
* **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"
|
75
77
|
"""
|
76
78
|
return pulumi.get(self, "members")
|
77
79
|
|
@@ -157,6 +159,7 @@ class _InstanceTemplateIamBindingState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **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"
|
160
163
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
161
164
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
162
165
|
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.
|
@@ -217,6 +220,7 @@ class _InstanceTemplateIamBindingState:
|
|
217
220
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
218
221
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
219
222
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
223
|
+
* **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"
|
220
224
|
"""
|
221
225
|
return pulumi.get(self, "members")
|
222
226
|
|
@@ -560,6 +564,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
564
569
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
565
570
|
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.
|
@@ -918,6 +923,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
918
923
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
919
924
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
920
925
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
926
|
+
* **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"
|
921
927
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
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.
|
@@ -969,6 +975,7 @@ class InstanceTemplateIamBinding(pulumi.CustomResource):
|
|
969
975
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
970
976
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
971
977
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
978
|
+
* **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"
|
972
979
|
"""
|
973
980
|
return pulumi.get(self, "members")
|
974
981
|
|
@@ -39,6 +39,7 @@ class InstanceTemplateIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.InstanceTemplateIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -72,6 +73,7 @@ class InstanceTemplateIamMemberArgs:
|
|
72
73
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
73
74
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
74
75
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
76
|
+
* **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"
|
75
77
|
"""
|
76
78
|
return pulumi.get(self, "member")
|
77
79
|
|
@@ -157,6 +159,7 @@ class _InstanceTemplateIamMemberState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **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"
|
160
163
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
161
164
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
162
165
|
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.
|
@@ -217,6 +220,7 @@ class _InstanceTemplateIamMemberState:
|
|
217
220
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
218
221
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
219
222
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
223
|
+
* **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"
|
220
224
|
"""
|
221
225
|
return pulumi.get(self, "member")
|
222
226
|
|
@@ -560,6 +564,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **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"
|
563
568
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
564
569
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
565
570
|
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.
|
@@ -918,6 +923,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
918
923
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
919
924
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
920
925
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
926
|
+
* **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"
|
921
927
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
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.
|
@@ -969,6 +975,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
969
975
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
970
976
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
971
977
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
978
|
+
* **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"
|
972
979
|
"""
|
973
980
|
return pulumi.get(self, "member")
|
974
981
|
|
@@ -40,6 +40,7 @@ class InstantSnapshotIamBindingArgs:
|
|
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.InstantSnapshotIamBinding` 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 InstantSnapshotIamBindingArgs:
|
|
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
|
|
@@ -178,6 +180,7 @@ class _InstantSnapshotIamBindingState:
|
|
178
180
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
179
181
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
180
182
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
183
|
+
* **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"
|
181
184
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
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.
|
@@ -243,6 +246,7 @@ class _InstantSnapshotIamBindingState:
|
|
243
246
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
244
247
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
245
248
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
249
|
+
* **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"
|
246
250
|
"""
|
247
251
|
return pulumi.get(self, "members")
|
248
252
|
|
@@ -615,6 +619,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
615
619
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
616
620
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
617
621
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
622
|
+
* **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"
|
618
623
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
619
624
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
620
625
|
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.
|
@@ -993,6 +998,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
993
998
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
994
999
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
995
1000
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
1001
|
+
* **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"
|
996
1002
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
997
1003
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
998
1004
|
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.
|
@@ -1048,6 +1054,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
1048
1054
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
1049
1055
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
1050
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"
|
1051
1058
|
"""
|
1052
1059
|
return pulumi.get(self, "members")
|
1053
1060
|
|