pulumi-gcp 7.24.0a1715926460__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/_inputs.py +16 -0
- 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_access.py +56 -0
- 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/outputs.py +16 -0
- 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.py +21 -0
- 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 +681 -0
- pulumi_gcp/compute/backend_service.py +315 -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 +701 -0
- pulumi_gcp/compute/region_backend_service.py +315 -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/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -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 +14 -2
- pulumi_gcp/container/outputs.py +16 -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 +190 -46
- 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 +182 -46
- 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 +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -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/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- 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.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -227,7 +227,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
227
227
|
|
228
228
|
> **Note:** `endpoints.ServiceIamBinding` resources **can be** used in conjunction with `endpoints.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
229
229
|
|
230
|
-
##
|
230
|
+
## endpoints.ServiceIamPolicy
|
231
231
|
|
232
232
|
```python
|
233
233
|
import pulumi
|
@@ -242,7 +242,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
242
242
|
policy_data=admin.policy_data)
|
243
243
|
```
|
244
244
|
|
245
|
-
##
|
245
|
+
## endpoints.ServiceIamBinding
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -254,7 +254,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
254
254
|
members=["user:jane@example.com"])
|
255
255
|
```
|
256
256
|
|
257
|
-
##
|
257
|
+
## endpoints.ServiceIamMember
|
258
258
|
|
259
259
|
```python
|
260
260
|
import pulumi
|
@@ -266,7 +266,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
266
266
|
member="user:jane@example.com")
|
267
267
|
```
|
268
268
|
|
269
|
-
##
|
269
|
+
## endpoints.ServiceIamPolicy
|
270
270
|
|
271
271
|
```python
|
272
272
|
import pulumi
|
@@ -281,7 +281,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
281
281
|
policy_data=admin.policy_data)
|
282
282
|
```
|
283
283
|
|
284
|
-
##
|
284
|
+
## endpoints.ServiceIamBinding
|
285
285
|
|
286
286
|
```python
|
287
287
|
import pulumi
|
@@ -293,7 +293,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
293
293
|
members=["user:jane@example.com"])
|
294
294
|
```
|
295
295
|
|
296
|
-
##
|
296
|
+
## endpoints.ServiceIamMember
|
297
297
|
|
298
298
|
```python
|
299
299
|
import pulumi
|
@@ -377,7 +377,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
377
377
|
|
378
378
|
> **Note:** `endpoints.ServiceIamBinding` resources **can be** used in conjunction with `endpoints.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
379
379
|
|
380
|
-
##
|
380
|
+
## endpoints.ServiceIamPolicy
|
381
381
|
|
382
382
|
```python
|
383
383
|
import pulumi
|
@@ -392,7 +392,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
392
392
|
policy_data=admin.policy_data)
|
393
393
|
```
|
394
394
|
|
395
|
-
##
|
395
|
+
## endpoints.ServiceIamBinding
|
396
396
|
|
397
397
|
```python
|
398
398
|
import pulumi
|
@@ -404,7 +404,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
404
404
|
members=["user:jane@example.com"])
|
405
405
|
```
|
406
406
|
|
407
|
-
##
|
407
|
+
## endpoints.ServiceIamMember
|
408
408
|
|
409
409
|
```python
|
410
410
|
import pulumi
|
@@ -416,7 +416,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
416
416
|
member="user:jane@example.com")
|
417
417
|
```
|
418
418
|
|
419
|
-
##
|
419
|
+
## endpoints.ServiceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -431,7 +431,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
431
431
|
policy_data=admin.policy_data)
|
432
432
|
```
|
433
433
|
|
434
|
-
##
|
434
|
+
## endpoints.ServiceIamBinding
|
435
435
|
|
436
436
|
```python
|
437
437
|
import pulumi
|
@@ -443,7 +443,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
443
443
|
members=["user:jane@example.com"])
|
444
444
|
```
|
445
445
|
|
446
|
-
##
|
446
|
+
## endpoints.ServiceIamMember
|
447
447
|
|
448
448
|
```python
|
449
449
|
import pulumi
|
@@ -124,7 +124,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
124
124
|
|
125
125
|
> **Note:** `endpoints.ServiceIamBinding` resources **can be** used in conjunction with `endpoints.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
126
126
|
|
127
|
-
##
|
127
|
+
## endpoints.ServiceIamPolicy
|
128
128
|
|
129
129
|
```python
|
130
130
|
import pulumi
|
@@ -139,7 +139,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
139
139
|
policy_data=admin.policy_data)
|
140
140
|
```
|
141
141
|
|
142
|
-
##
|
142
|
+
## endpoints.ServiceIamBinding
|
143
143
|
|
144
144
|
```python
|
145
145
|
import pulumi
|
@@ -151,7 +151,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
151
151
|
members=["user:jane@example.com"])
|
152
152
|
```
|
153
153
|
|
154
|
-
##
|
154
|
+
## endpoints.ServiceIamMember
|
155
155
|
|
156
156
|
```python
|
157
157
|
import pulumi
|
@@ -163,7 +163,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
163
163
|
member="user:jane@example.com")
|
164
164
|
```
|
165
165
|
|
166
|
-
##
|
166
|
+
## endpoints.ServiceIamPolicy
|
167
167
|
|
168
168
|
```python
|
169
169
|
import pulumi
|
@@ -178,7 +178,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
178
178
|
policy_data=admin.policy_data)
|
179
179
|
```
|
180
180
|
|
181
|
-
##
|
181
|
+
## endpoints.ServiceIamBinding
|
182
182
|
|
183
183
|
```python
|
184
184
|
import pulumi
|
@@ -190,7 +190,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
190
190
|
members=["user:jane@example.com"])
|
191
191
|
```
|
192
192
|
|
193
|
-
##
|
193
|
+
## endpoints.ServiceIamMember
|
194
194
|
|
195
195
|
```python
|
196
196
|
import pulumi
|
@@ -262,7 +262,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
262
262
|
|
263
263
|
> **Note:** `endpoints.ServiceIamBinding` resources **can be** used in conjunction with `endpoints.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
264
264
|
|
265
|
-
##
|
265
|
+
## endpoints.ServiceIamPolicy
|
266
266
|
|
267
267
|
```python
|
268
268
|
import pulumi
|
@@ -277,7 +277,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
277
277
|
policy_data=admin.policy_data)
|
278
278
|
```
|
279
279
|
|
280
|
-
##
|
280
|
+
## endpoints.ServiceIamBinding
|
281
281
|
|
282
282
|
```python
|
283
283
|
import pulumi
|
@@ -289,7 +289,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
289
289
|
members=["user:jane@example.com"])
|
290
290
|
```
|
291
291
|
|
292
|
-
##
|
292
|
+
## endpoints.ServiceIamMember
|
293
293
|
|
294
294
|
```python
|
295
295
|
import pulumi
|
@@ -301,7 +301,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
301
301
|
member="user:jane@example.com")
|
302
302
|
```
|
303
303
|
|
304
|
-
##
|
304
|
+
## endpoints.ServiceIamPolicy
|
305
305
|
|
306
306
|
```python
|
307
307
|
import pulumi
|
@@ -316,7 +316,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
316
316
|
policy_data=admin.policy_data)
|
317
317
|
```
|
318
318
|
|
319
|
-
##
|
319
|
+
## endpoints.ServiceIamBinding
|
320
320
|
|
321
321
|
```python
|
322
322
|
import pulumi
|
@@ -328,7 +328,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
328
328
|
members=["user:jane@example.com"])
|
329
329
|
```
|
330
330
|
|
331
|
-
##
|
331
|
+
## endpoints.ServiceIamMember
|
332
332
|
|
333
333
|
```python
|
334
334
|
import pulumi
|
pulumi_gcp/firestore/field.py
CHANGED
@@ -319,7 +319,7 @@ class Field(pulumi.CustomResource):
|
|
319
319
|
basic = gcp.firestore.Field("basic",
|
320
320
|
project="my-project-name",
|
321
321
|
database=database.name,
|
322
|
-
collection="
|
322
|
+
collection="chatrooms__74000",
|
323
323
|
field="basic",
|
324
324
|
index_config=gcp.firestore.FieldIndexConfigArgs(
|
325
325
|
indexes=[
|
@@ -370,7 +370,7 @@ class Field(pulumi.CustomResource):
|
|
370
370
|
match_override = gcp.firestore.Field("match_override",
|
371
371
|
project="my-project-name",
|
372
372
|
database=database.name,
|
373
|
-
collection="
|
373
|
+
collection="chatrooms__75125",
|
374
374
|
field="field_with_same_configuration_as_ancestor",
|
375
375
|
index_config=gcp.firestore.FieldIndexConfigArgs(
|
376
376
|
indexes=[
|
@@ -457,7 +457,7 @@ class Field(pulumi.CustomResource):
|
|
457
457
|
basic = gcp.firestore.Field("basic",
|
458
458
|
project="my-project-name",
|
459
459
|
database=database.name,
|
460
|
-
collection="
|
460
|
+
collection="chatrooms__74000",
|
461
461
|
field="basic",
|
462
462
|
index_config=gcp.firestore.FieldIndexConfigArgs(
|
463
463
|
indexes=[
|
@@ -508,7 +508,7 @@ class Field(pulumi.CustomResource):
|
|
508
508
|
match_override = gcp.firestore.Field("match_override",
|
509
509
|
project="my-project-name",
|
510
510
|
database=database.name,
|
511
|
-
collection="
|
511
|
+
collection="chatrooms__75125",
|
512
512
|
field="field_with_same_configuration_as_ancestor",
|
513
513
|
index_config=gcp.firestore.FieldIndexConfigArgs(
|
514
514
|
indexes=[
|
@@ -23,7 +23,7 @@ class IamAuditConfigArgs:
|
|
23
23
|
The set of arguments for constructing a IamAuditConfig resource.
|
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] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
|
26
|
-
: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
|
26
|
+
: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 folder.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.
|
27
27
|
"""
|
28
28
|
pulumi.set(__self__, "audit_log_configs", audit_log_configs)
|
29
29
|
pulumi.set(__self__, "folder", folder)
|
@@ -57,7 +57,7 @@ class IamAuditConfigArgs:
|
|
57
57
|
@pulumi.getter
|
58
58
|
def service(self) -> pulumi.Input[str]:
|
59
59
|
"""
|
60
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
60
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.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.
|
61
61
|
"""
|
62
62
|
return pulumi.get(self, "service")
|
63
63
|
|
@@ -78,7 +78,7 @@ class _IamAuditConfigState:
|
|
78
78
|
: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.
|
79
79
|
:param pulumi.Input[str] etag: (Computed) The etag of the folder's IAM policy.
|
80
80
|
:param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
|
81
|
-
: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
|
81
|
+
: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 folder.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.
|
82
82
|
"""
|
83
83
|
if audit_log_configs is not None:
|
84
84
|
pulumi.set(__self__, "audit_log_configs", audit_log_configs)
|
@@ -129,7 +129,7 @@ class _IamAuditConfigState:
|
|
129
129
|
@pulumi.getter
|
130
130
|
def service(self) -> Optional[pulumi.Input[str]]:
|
131
131
|
"""
|
132
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
132
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.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.
|
133
133
|
"""
|
134
134
|
return pulumi.get(self, "service")
|
135
135
|
|
@@ -162,7 +162,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
162
162
|
> **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
163
163
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
|
164
164
|
|
165
|
-
##
|
165
|
+
## folder.IAMPolicy
|
166
166
|
|
167
167
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
168
168
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -205,7 +205,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
205
205
|
policy_data=admin.policy_data)
|
206
206
|
```
|
207
207
|
|
208
|
-
##
|
208
|
+
## folder.IAMBinding
|
209
209
|
|
210
210
|
```python
|
211
211
|
import pulumi
|
@@ -234,7 +234,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
234
234
|
))
|
235
235
|
```
|
236
236
|
|
237
|
-
##
|
237
|
+
## folder.IAMMember
|
238
238
|
|
239
239
|
```python
|
240
240
|
import pulumi
|
@@ -263,7 +263,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
263
263
|
))
|
264
264
|
```
|
265
265
|
|
266
|
-
##
|
266
|
+
## folder.IamAuditConfig
|
267
267
|
|
268
268
|
```python
|
269
269
|
import pulumi
|
@@ -283,7 +283,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
283
283
|
])
|
284
284
|
```
|
285
285
|
|
286
|
-
##
|
286
|
+
## folder.IAMPolicy
|
287
287
|
|
288
288
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
289
289
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -326,7 +326,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
326
326
|
policy_data=admin.policy_data)
|
327
327
|
```
|
328
328
|
|
329
|
-
##
|
329
|
+
## folder.IAMBinding
|
330
330
|
|
331
331
|
```python
|
332
332
|
import pulumi
|
@@ -355,7 +355,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
355
355
|
))
|
356
356
|
```
|
357
357
|
|
358
|
-
##
|
358
|
+
## folder.IAMMember
|
359
359
|
|
360
360
|
```python
|
361
361
|
import pulumi
|
@@ -384,7 +384,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
384
384
|
))
|
385
385
|
```
|
386
386
|
|
387
|
-
##
|
387
|
+
## folder.IamAuditConfig
|
388
388
|
|
389
389
|
```python
|
390
390
|
import pulumi
|
@@ -434,7 +434,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
434
434
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
435
435
|
: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.
|
436
436
|
:param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
|
437
|
-
: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
|
437
|
+
: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 folder.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.
|
438
438
|
"""
|
439
439
|
...
|
440
440
|
@overload
|
@@ -457,7 +457,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
457
457
|
> **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
458
458
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
|
459
459
|
|
460
|
-
##
|
460
|
+
## folder.IAMPolicy
|
461
461
|
|
462
462
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
463
463
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -500,7 +500,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
500
500
|
policy_data=admin.policy_data)
|
501
501
|
```
|
502
502
|
|
503
|
-
##
|
503
|
+
## folder.IAMBinding
|
504
504
|
|
505
505
|
```python
|
506
506
|
import pulumi
|
@@ -529,7 +529,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
529
529
|
))
|
530
530
|
```
|
531
531
|
|
532
|
-
##
|
532
|
+
## folder.IAMMember
|
533
533
|
|
534
534
|
```python
|
535
535
|
import pulumi
|
@@ -558,7 +558,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
558
558
|
))
|
559
559
|
```
|
560
560
|
|
561
|
-
##
|
561
|
+
## folder.IamAuditConfig
|
562
562
|
|
563
563
|
```python
|
564
564
|
import pulumi
|
@@ -578,7 +578,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
578
578
|
])
|
579
579
|
```
|
580
580
|
|
581
|
-
##
|
581
|
+
## folder.IAMPolicy
|
582
582
|
|
583
583
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
584
584
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -621,7 +621,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
621
621
|
policy_data=admin.policy_data)
|
622
622
|
```
|
623
623
|
|
624
|
-
##
|
624
|
+
## folder.IAMBinding
|
625
625
|
|
626
626
|
```python
|
627
627
|
import pulumi
|
@@ -650,7 +650,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
650
650
|
))
|
651
651
|
```
|
652
652
|
|
653
|
-
##
|
653
|
+
## folder.IAMMember
|
654
654
|
|
655
655
|
```python
|
656
656
|
import pulumi
|
@@ -679,7 +679,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
679
679
|
))
|
680
680
|
```
|
681
681
|
|
682
|
-
##
|
682
|
+
## folder.IamAuditConfig
|
683
683
|
|
684
684
|
```python
|
685
685
|
import pulumi
|
@@ -786,7 +786,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
786
786
|
: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.
|
787
787
|
:param pulumi.Input[str] etag: (Computed) The etag of the folder's IAM policy.
|
788
788
|
:param pulumi.Input[str] folder: The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.
|
789
|
-
: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
|
789
|
+
: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 folder.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.
|
790
790
|
"""
|
791
791
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
792
792
|
|
@@ -826,7 +826,7 @@ class IamAuditConfig(pulumi.CustomResource):
|
|
826
826
|
@pulumi.getter
|
827
827
|
def service(self) -> pulumi.Output[str]:
|
828
828
|
"""
|
829
|
-
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are
|
829
|
+
Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are folder.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.
|
830
830
|
"""
|
831
831
|
return pulumi.get(self, "service")
|
832
832
|
|
pulumi_gcp/folder/iam_member.py
CHANGED
@@ -227,7 +227,7 @@ class IAMMember(pulumi.CustomResource):
|
|
227
227
|
> **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
228
228
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
|
229
229
|
|
230
|
-
##
|
230
|
+
## folder.IAMPolicy
|
231
231
|
|
232
232
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
233
233
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -270,7 +270,7 @@ class IAMMember(pulumi.CustomResource):
|
|
270
270
|
policy_data=admin.policy_data)
|
271
271
|
```
|
272
272
|
|
273
|
-
##
|
273
|
+
## folder.IAMBinding
|
274
274
|
|
275
275
|
```python
|
276
276
|
import pulumi
|
@@ -299,7 +299,7 @@ class IAMMember(pulumi.CustomResource):
|
|
299
299
|
))
|
300
300
|
```
|
301
301
|
|
302
|
-
##
|
302
|
+
## folder.IAMMember
|
303
303
|
|
304
304
|
```python
|
305
305
|
import pulumi
|
@@ -328,7 +328,7 @@ class IAMMember(pulumi.CustomResource):
|
|
328
328
|
))
|
329
329
|
```
|
330
330
|
|
331
|
-
##
|
331
|
+
## folder.IamAuditConfig
|
332
332
|
|
333
333
|
```python
|
334
334
|
import pulumi
|
@@ -348,7 +348,7 @@ class IAMMember(pulumi.CustomResource):
|
|
348
348
|
])
|
349
349
|
```
|
350
350
|
|
351
|
-
##
|
351
|
+
## folder.IAMPolicy
|
352
352
|
|
353
353
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
354
354
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -391,7 +391,7 @@ class IAMMember(pulumi.CustomResource):
|
|
391
391
|
policy_data=admin.policy_data)
|
392
392
|
```
|
393
393
|
|
394
|
-
##
|
394
|
+
## folder.IAMBinding
|
395
395
|
|
396
396
|
```python
|
397
397
|
import pulumi
|
@@ -420,7 +420,7 @@ class IAMMember(pulumi.CustomResource):
|
|
420
420
|
))
|
421
421
|
```
|
422
422
|
|
423
|
-
##
|
423
|
+
## folder.IAMMember
|
424
424
|
|
425
425
|
```python
|
426
426
|
import pulumi
|
@@ -449,7 +449,7 @@ class IAMMember(pulumi.CustomResource):
|
|
449
449
|
))
|
450
450
|
```
|
451
451
|
|
452
|
-
##
|
452
|
+
## folder.IamAuditConfig
|
453
453
|
|
454
454
|
```python
|
455
455
|
import pulumi
|
@@ -531,7 +531,7 @@ class IAMMember(pulumi.CustomResource):
|
|
531
531
|
> **Note:** The underlying API method `projects.setIamPolicy` has constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
|
532
532
|
IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning a 400 error code so please review these if you encounter errors with this resource.
|
533
533
|
|
534
|
-
##
|
534
|
+
## folder.IAMPolicy
|
535
535
|
|
536
536
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
537
537
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -574,7 +574,7 @@ class IAMMember(pulumi.CustomResource):
|
|
574
574
|
policy_data=admin.policy_data)
|
575
575
|
```
|
576
576
|
|
577
|
-
##
|
577
|
+
## folder.IAMBinding
|
578
578
|
|
579
579
|
```python
|
580
580
|
import pulumi
|
@@ -603,7 +603,7 @@ class IAMMember(pulumi.CustomResource):
|
|
603
603
|
))
|
604
604
|
```
|
605
605
|
|
606
|
-
##
|
606
|
+
## folder.IAMMember
|
607
607
|
|
608
608
|
```python
|
609
609
|
import pulumi
|
@@ -632,7 +632,7 @@ class IAMMember(pulumi.CustomResource):
|
|
632
632
|
))
|
633
633
|
```
|
634
634
|
|
635
|
-
##
|
635
|
+
## folder.IamAuditConfig
|
636
636
|
|
637
637
|
```python
|
638
638
|
import pulumi
|
@@ -652,7 +652,7 @@ class IAMMember(pulumi.CustomResource):
|
|
652
652
|
])
|
653
653
|
```
|
654
654
|
|
655
|
-
##
|
655
|
+
## folder.IAMPolicy
|
656
656
|
|
657
657
|
!> **Be careful!** You can accidentally lock yourself out of your folder
|
658
658
|
using this resource. Deleting a `folder.IAMPolicy` removes access
|
@@ -695,7 +695,7 @@ class IAMMember(pulumi.CustomResource):
|
|
695
695
|
policy_data=admin.policy_data)
|
696
696
|
```
|
697
697
|
|
698
|
-
##
|
698
|
+
## folder.IAMBinding
|
699
699
|
|
700
700
|
```python
|
701
701
|
import pulumi
|
@@ -724,7 +724,7 @@ class IAMMember(pulumi.CustomResource):
|
|
724
724
|
))
|
725
725
|
```
|
726
726
|
|
727
|
-
##
|
727
|
+
## folder.IAMMember
|
728
728
|
|
729
729
|
```python
|
730
730
|
import pulumi
|
@@ -753,7 +753,7 @@ class IAMMember(pulumi.CustomResource):
|
|
753
753
|
))
|
754
754
|
```
|
755
755
|
|
756
|
-
##
|
756
|
+
## folder.IamAuditConfig
|
757
757
|
|
758
758
|
```python
|
759
759
|
import pulumi
|