pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.24.0a1716588893__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 +16 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +401 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/outputs.py +413 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +2 -2
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +70 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +62 -0
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +236 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +247 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +317 -314
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,7 @@ class IAMAuditConfigArgs:
|
|
24
24
|
:param pulumi.Input[Sequence[pulumi.Input['IAMAuditConfigAuditLogConfigArgs']]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
|
25
25
|
:param pulumi.Input[str] project: The project id of the target project. This is not
|
26
26
|
inferred from the provider.
|
27
|
-
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
27
|
+
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
28
28
|
"""
|
29
29
|
pulumi.set(__self__, "audit_log_configs", audit_log_configs)
|
30
30
|
pulumi.set(__self__, "project", project)
|
@@ -59,7 +59,7 @@ class IAMAuditConfigArgs:
|
|
59
59
|
@pulumi.getter
|
60
60
|
def service(self) -> pulumi.Input[str]:
|
61
61
|
"""
|
62
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
62
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
63
63
|
"""
|
64
64
|
return pulumi.get(self, "service")
|
65
65
|
|
@@ -81,7 +81,7 @@ class _IAMAuditConfigState:
|
|
81
81
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
82
82
|
:param pulumi.Input[str] project: The project id of the target project. This is not
|
83
83
|
inferred from the provider.
|
84
|
-
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
84
|
+
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
85
85
|
"""
|
86
86
|
if audit_log_configs is not None:
|
87
87
|
pulumi.set(__self__, "audit_log_configs", audit_log_configs)
|
@@ -133,7 +133,7 @@ class _IAMAuditConfigState:
|
|
133
133
|
@pulumi.getter
|
134
134
|
def service(self) -> Optional[pulumi.Input[str]]:
|
135
135
|
"""
|
136
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
136
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
137
137
|
"""
|
138
138
|
return pulumi.get(self, "service")
|
139
139
|
|
@@ -166,7 +166,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
166
166
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
167
167
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
168
168
|
|
169
|
-
##
|
169
|
+
## projects.IAMPolicy
|
170
170
|
|
171
171
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
172
172
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -209,7 +209,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
209
209
|
policy_data=admin.policy_data)
|
210
210
|
```
|
211
211
|
|
212
|
-
##
|
212
|
+
## projects.IAMBinding
|
213
213
|
|
214
214
|
```python
|
215
215
|
import pulumi
|
@@ -238,7 +238,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
238
238
|
))
|
239
239
|
```
|
240
240
|
|
241
|
-
##
|
241
|
+
## projects.IAMMember
|
242
242
|
|
243
243
|
```python
|
244
244
|
import pulumi
|
@@ -267,7 +267,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
267
267
|
))
|
268
268
|
```
|
269
269
|
|
270
|
-
##
|
270
|
+
## projects.IAMAuditConfig
|
271
271
|
|
272
272
|
```python
|
273
273
|
import pulumi
|
@@ -287,7 +287,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
287
287
|
])
|
288
288
|
```
|
289
289
|
|
290
|
-
##
|
290
|
+
## projects.IAMPolicy
|
291
291
|
|
292
292
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
293
293
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -330,7 +330,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
330
330
|
policy_data=admin.policy_data)
|
331
331
|
```
|
332
332
|
|
333
|
-
##
|
333
|
+
## projects.IAMBinding
|
334
334
|
|
335
335
|
```python
|
336
336
|
import pulumi
|
@@ -359,7 +359,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
359
359
|
))
|
360
360
|
```
|
361
361
|
|
362
|
-
##
|
362
|
+
## projects.IAMMember
|
363
363
|
|
364
364
|
```python
|
365
365
|
import pulumi
|
@@ -388,7 +388,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
388
388
|
))
|
389
389
|
```
|
390
390
|
|
391
|
-
##
|
391
|
+
## projects.IAMAuditConfig
|
392
392
|
|
393
393
|
```python
|
394
394
|
import pulumi
|
@@ -439,7 +439,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
439
439
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IAMAuditConfigAuditLogConfigArgs']]]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
|
440
440
|
:param pulumi.Input[str] project: The project id of the target project. This is not
|
441
441
|
inferred from the provider.
|
442
|
-
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
442
|
+
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
443
443
|
"""
|
444
444
|
...
|
445
445
|
@overload
|
@@ -462,7 +462,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
462
462
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
463
463
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
464
464
|
|
465
|
-
##
|
465
|
+
## projects.IAMPolicy
|
466
466
|
|
467
467
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
468
468
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -505,7 +505,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
505
505
|
policy_data=admin.policy_data)
|
506
506
|
```
|
507
507
|
|
508
|
-
##
|
508
|
+
## projects.IAMBinding
|
509
509
|
|
510
510
|
```python
|
511
511
|
import pulumi
|
@@ -534,7 +534,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
534
534
|
))
|
535
535
|
```
|
536
536
|
|
537
|
-
##
|
537
|
+
## projects.IAMMember
|
538
538
|
|
539
539
|
```python
|
540
540
|
import pulumi
|
@@ -563,7 +563,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
563
563
|
))
|
564
564
|
```
|
565
565
|
|
566
|
-
##
|
566
|
+
## projects.IAMAuditConfig
|
567
567
|
|
568
568
|
```python
|
569
569
|
import pulumi
|
@@ -583,7 +583,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
583
583
|
])
|
584
584
|
```
|
585
585
|
|
586
|
-
##
|
586
|
+
## projects.IAMPolicy
|
587
587
|
|
588
588
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
589
589
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -626,7 +626,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
626
626
|
policy_data=admin.policy_data)
|
627
627
|
```
|
628
628
|
|
629
|
-
##
|
629
|
+
## projects.IAMBinding
|
630
630
|
|
631
631
|
```python
|
632
632
|
import pulumi
|
@@ -655,7 +655,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
655
655
|
))
|
656
656
|
```
|
657
657
|
|
658
|
-
##
|
658
|
+
## projects.IAMMember
|
659
659
|
|
660
660
|
```python
|
661
661
|
import pulumi
|
@@ -684,7 +684,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
684
684
|
))
|
685
685
|
```
|
686
686
|
|
687
|
-
##
|
687
|
+
## projects.IAMAuditConfig
|
688
688
|
|
689
689
|
```python
|
690
690
|
import pulumi
|
@@ -792,7 +792,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
792
792
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
793
793
|
:param pulumi.Input[str] project: The project id of the target project. This is not
|
794
794
|
inferred from the provider.
|
795
|
-
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
795
|
+
:param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
796
796
|
"""
|
797
797
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
798
798
|
|
@@ -833,7 +833,7 @@ class IAMAuditConfig(pulumi.CustomResource):
|
|
833
833
|
@pulumi.getter
|
834
834
|
def service(self) -> pulumi.Output[str]:
|
835
835
|
"""
|
836
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
836
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
|
837
837
|
"""
|
838
838
|
return pulumi.get(self, "service")
|
839
839
|
|
@@ -22,7 +22,7 @@ class IAMBindingArgs:
|
|
22
22
|
condition: Optional[pulumi.Input['IAMBindingConditionArgs']] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a IAMBinding resource.
|
25
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
25
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
26
26
|
Each entry can have one of the following values:
|
27
27
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
28
28
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -46,7 +46,7 @@ class IAMBindingArgs:
|
|
46
46
|
@pulumi.getter
|
47
47
|
def members(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
48
48
|
"""
|
49
|
-
Identities that will be granted the privilege in `role`.
|
49
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
50
50
|
Each entry can have one of the following values:
|
51
51
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
52
52
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -113,7 +113,7 @@ class _IAMBindingState:
|
|
113
113
|
:param pulumi.Input['IAMBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
114
114
|
Structure is documented below.
|
115
115
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
116
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
116
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
117
117
|
Each entry can have one of the following values:
|
118
118
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
119
119
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -165,7 +165,7 @@ class _IAMBindingState:
|
|
165
165
|
@pulumi.getter
|
166
166
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
167
167
|
"""
|
168
|
-
Identities that will be granted the privilege in `role`.
|
168
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
169
169
|
Each entry can have one of the following values:
|
170
170
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
171
171
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -231,7 +231,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
231
231
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
232
232
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
233
233
|
|
234
|
-
##
|
234
|
+
## projects.IAMPolicy
|
235
235
|
|
236
236
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
237
237
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -274,7 +274,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
274
274
|
policy_data=admin.policy_data)
|
275
275
|
```
|
276
276
|
|
277
|
-
##
|
277
|
+
## projects.IAMBinding
|
278
278
|
|
279
279
|
```python
|
280
280
|
import pulumi
|
@@ -303,7 +303,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
303
303
|
))
|
304
304
|
```
|
305
305
|
|
306
|
-
##
|
306
|
+
## projects.IAMMember
|
307
307
|
|
308
308
|
```python
|
309
309
|
import pulumi
|
@@ -332,7 +332,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
332
332
|
))
|
333
333
|
```
|
334
334
|
|
335
|
-
##
|
335
|
+
## projects.IAMAuditConfig
|
336
336
|
|
337
337
|
```python
|
338
338
|
import pulumi
|
@@ -352,7 +352,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
352
352
|
])
|
353
353
|
```
|
354
354
|
|
355
|
-
##
|
355
|
+
## projects.IAMPolicy
|
356
356
|
|
357
357
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
358
358
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -395,7 +395,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
395
395
|
policy_data=admin.policy_data)
|
396
396
|
```
|
397
397
|
|
398
|
-
##
|
398
|
+
## projects.IAMBinding
|
399
399
|
|
400
400
|
```python
|
401
401
|
import pulumi
|
@@ -424,7 +424,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
424
424
|
))
|
425
425
|
```
|
426
426
|
|
427
|
-
##
|
427
|
+
## projects.IAMMember
|
428
428
|
|
429
429
|
```python
|
430
430
|
import pulumi
|
@@ -453,7 +453,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
453
453
|
))
|
454
454
|
```
|
455
455
|
|
456
|
-
##
|
456
|
+
## projects.IAMAuditConfig
|
457
457
|
|
458
458
|
```python
|
459
459
|
import pulumi
|
@@ -503,7 +503,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
503
503
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
504
504
|
:param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
505
505
|
Structure is documented below.
|
506
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
506
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
507
507
|
Each entry can have one of the following values:
|
508
508
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
509
509
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -536,7 +536,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
536
536
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
537
537
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
538
538
|
|
539
|
-
##
|
539
|
+
## projects.IAMPolicy
|
540
540
|
|
541
541
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
542
542
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -579,7 +579,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
579
579
|
policy_data=admin.policy_data)
|
580
580
|
```
|
581
581
|
|
582
|
-
##
|
582
|
+
## projects.IAMBinding
|
583
583
|
|
584
584
|
```python
|
585
585
|
import pulumi
|
@@ -608,7 +608,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
608
608
|
))
|
609
609
|
```
|
610
610
|
|
611
|
-
##
|
611
|
+
## projects.IAMMember
|
612
612
|
|
613
613
|
```python
|
614
614
|
import pulumi
|
@@ -637,7 +637,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
637
637
|
))
|
638
638
|
```
|
639
639
|
|
640
|
-
##
|
640
|
+
## projects.IAMAuditConfig
|
641
641
|
|
642
642
|
```python
|
643
643
|
import pulumi
|
@@ -657,7 +657,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
657
657
|
])
|
658
658
|
```
|
659
659
|
|
660
|
-
##
|
660
|
+
## projects.IAMPolicy
|
661
661
|
|
662
662
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
663
663
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -700,7 +700,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
700
700
|
policy_data=admin.policy_data)
|
701
701
|
```
|
702
702
|
|
703
|
-
##
|
703
|
+
## projects.IAMBinding
|
704
704
|
|
705
705
|
```python
|
706
706
|
import pulumi
|
@@ -729,7 +729,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
729
729
|
))
|
730
730
|
```
|
731
731
|
|
732
|
-
##
|
732
|
+
## projects.IAMMember
|
733
733
|
|
734
734
|
```python
|
735
735
|
import pulumi
|
@@ -758,7 +758,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
758
758
|
))
|
759
759
|
```
|
760
760
|
|
761
|
-
##
|
761
|
+
## projects.IAMAuditConfig
|
762
762
|
|
763
763
|
```python
|
764
764
|
import pulumi
|
@@ -868,7 +868,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
868
868
|
:param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
869
869
|
Structure is documented below.
|
870
870
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
871
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
871
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
872
872
|
Each entry can have one of the following values:
|
873
873
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
874
874
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -912,7 +912,7 @@ class IAMBinding(pulumi.CustomResource):
|
|
912
912
|
@pulumi.getter
|
913
913
|
def members(self) -> pulumi.Output[Sequence[str]]:
|
914
914
|
"""
|
915
|
-
Identities that will be granted the privilege in `role`.
|
915
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
916
916
|
Each entry can have one of the following values:
|
917
917
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
918
918
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -22,7 +22,7 @@ class IAMMemberArgs:
|
|
22
22
|
condition: Optional[pulumi.Input['IAMMemberConditionArgs']] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a IAMMember resource.
|
25
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
25
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
26
26
|
Each entry can have one of the following values:
|
27
27
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
28
28
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -46,7 +46,7 @@ class IAMMemberArgs:
|
|
46
46
|
@pulumi.getter
|
47
47
|
def member(self) -> pulumi.Input[str]:
|
48
48
|
"""
|
49
|
-
Identities that will be granted the privilege in `role`.
|
49
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
50
50
|
Each entry can have one of the following values:
|
51
51
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
52
52
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -113,7 +113,7 @@ class _IAMMemberState:
|
|
113
113
|
:param pulumi.Input['IAMMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
114
114
|
Structure is documented below.
|
115
115
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
116
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
116
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
117
117
|
Each entry can have one of the following values:
|
118
118
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
119
119
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -165,7 +165,7 @@ class _IAMMemberState:
|
|
165
165
|
@pulumi.getter
|
166
166
|
def member(self) -> Optional[pulumi.Input[str]]:
|
167
167
|
"""
|
168
|
-
Identities that will be granted the privilege in `role`.
|
168
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
169
169
|
Each entry can have one of the following values:
|
170
170
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
171
171
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -231,7 +231,7 @@ class IAMMember(pulumi.CustomResource):
|
|
231
231
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
232
232
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
233
233
|
|
234
|
-
##
|
234
|
+
## projects.IAMPolicy
|
235
235
|
|
236
236
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
237
237
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -274,7 +274,7 @@ class IAMMember(pulumi.CustomResource):
|
|
274
274
|
policy_data=admin.policy_data)
|
275
275
|
```
|
276
276
|
|
277
|
-
##
|
277
|
+
## projects.IAMBinding
|
278
278
|
|
279
279
|
```python
|
280
280
|
import pulumi
|
@@ -303,7 +303,7 @@ class IAMMember(pulumi.CustomResource):
|
|
303
303
|
))
|
304
304
|
```
|
305
305
|
|
306
|
-
##
|
306
|
+
## projects.IAMMember
|
307
307
|
|
308
308
|
```python
|
309
309
|
import pulumi
|
@@ -332,7 +332,7 @@ class IAMMember(pulumi.CustomResource):
|
|
332
332
|
))
|
333
333
|
```
|
334
334
|
|
335
|
-
##
|
335
|
+
## projects.IAMAuditConfig
|
336
336
|
|
337
337
|
```python
|
338
338
|
import pulumi
|
@@ -352,7 +352,7 @@ class IAMMember(pulumi.CustomResource):
|
|
352
352
|
])
|
353
353
|
```
|
354
354
|
|
355
|
-
##
|
355
|
+
## projects.IAMPolicy
|
356
356
|
|
357
357
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
358
358
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -395,7 +395,7 @@ class IAMMember(pulumi.CustomResource):
|
|
395
395
|
policy_data=admin.policy_data)
|
396
396
|
```
|
397
397
|
|
398
|
-
##
|
398
|
+
## projects.IAMBinding
|
399
399
|
|
400
400
|
```python
|
401
401
|
import pulumi
|
@@ -424,7 +424,7 @@ class IAMMember(pulumi.CustomResource):
|
|
424
424
|
))
|
425
425
|
```
|
426
426
|
|
427
|
-
##
|
427
|
+
## projects.IAMMember
|
428
428
|
|
429
429
|
```python
|
430
430
|
import pulumi
|
@@ -453,7 +453,7 @@ class IAMMember(pulumi.CustomResource):
|
|
453
453
|
))
|
454
454
|
```
|
455
455
|
|
456
|
-
##
|
456
|
+
## projects.IAMAuditConfig
|
457
457
|
|
458
458
|
```python
|
459
459
|
import pulumi
|
@@ -503,7 +503,7 @@ class IAMMember(pulumi.CustomResource):
|
|
503
503
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
504
504
|
:param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
505
505
|
Structure is documented below.
|
506
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
506
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
507
507
|
Each entry can have one of the following values:
|
508
508
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
509
509
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -536,7 +536,7 @@ class IAMMember(pulumi.CustomResource):
|
|
536
536
|
> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
537
537
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
|
538
538
|
|
539
|
-
##
|
539
|
+
## projects.IAMPolicy
|
540
540
|
|
541
541
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
542
542
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -579,7 +579,7 @@ class IAMMember(pulumi.CustomResource):
|
|
579
579
|
policy_data=admin.policy_data)
|
580
580
|
```
|
581
581
|
|
582
|
-
##
|
582
|
+
## projects.IAMBinding
|
583
583
|
|
584
584
|
```python
|
585
585
|
import pulumi
|
@@ -608,7 +608,7 @@ class IAMMember(pulumi.CustomResource):
|
|
608
608
|
))
|
609
609
|
```
|
610
610
|
|
611
|
-
##
|
611
|
+
## projects.IAMMember
|
612
612
|
|
613
613
|
```python
|
614
614
|
import pulumi
|
@@ -637,7 +637,7 @@ class IAMMember(pulumi.CustomResource):
|
|
637
637
|
))
|
638
638
|
```
|
639
639
|
|
640
|
-
##
|
640
|
+
## projects.IAMAuditConfig
|
641
641
|
|
642
642
|
```python
|
643
643
|
import pulumi
|
@@ -657,7 +657,7 @@ class IAMMember(pulumi.CustomResource):
|
|
657
657
|
])
|
658
658
|
```
|
659
659
|
|
660
|
-
##
|
660
|
+
## projects.IAMPolicy
|
661
661
|
|
662
662
|
!> **Be careful!** You can accidentally lock yourself out of your project
|
663
663
|
using this resource. Deleting a `projects.IAMPolicy` removes access
|
@@ -700,7 +700,7 @@ class IAMMember(pulumi.CustomResource):
|
|
700
700
|
policy_data=admin.policy_data)
|
701
701
|
```
|
702
702
|
|
703
|
-
##
|
703
|
+
## projects.IAMBinding
|
704
704
|
|
705
705
|
```python
|
706
706
|
import pulumi
|
@@ -729,7 +729,7 @@ class IAMMember(pulumi.CustomResource):
|
|
729
729
|
))
|
730
730
|
```
|
731
731
|
|
732
|
-
##
|
732
|
+
## projects.IAMMember
|
733
733
|
|
734
734
|
```python
|
735
735
|
import pulumi
|
@@ -758,7 +758,7 @@ class IAMMember(pulumi.CustomResource):
|
|
758
758
|
))
|
759
759
|
```
|
760
760
|
|
761
|
-
##
|
761
|
+
## projects.IAMAuditConfig
|
762
762
|
|
763
763
|
```python
|
764
764
|
import pulumi
|
@@ -868,7 +868,7 @@ class IAMMember(pulumi.CustomResource):
|
|
868
868
|
:param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
869
869
|
Structure is documented below.
|
870
870
|
:param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
|
871
|
-
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
871
|
+
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
872
872
|
Each entry can have one of the following values:
|
873
873
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
874
874
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
@@ -912,7 +912,7 @@ class IAMMember(pulumi.CustomResource):
|
|
912
912
|
@pulumi.getter
|
913
913
|
def member(self) -> pulumi.Output[str]:
|
914
914
|
"""
|
915
|
-
Identities that will be granted the privilege in `role`.
|
915
|
+
Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
|
916
916
|
Each entry can have one of the following values:
|
917
917
|
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
918
918
|
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|