pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.1.0__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 +104 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +11 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +11 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +11 -4
- pulumi_gcp/apigateway/api_iam_member.py +11 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +11 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +11 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +3 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +137 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +140 -3
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +185 -6
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +1185 -191
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +243 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +243 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +471 -0
- pulumi_gcp/compute/backend_service_iam_member.py +471 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +15 -4
- pulumi_gcp/compute/machine_image_iam_member.py +15 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +1138 -135
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +75 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +495 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +495 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +505 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +490 -15
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +20 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +349 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +250 -0
- pulumi_gcp/healthcare/outputs.py +276 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +471 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +471 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1009 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1009 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +8 -4
- pulumi_gcp/managedkafka/connector.py +8 -4
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +243 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +243 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +2 -0
- pulumi_gcp/saasruntime/_inputs.py +802 -0
- pulumi_gcp/saasruntime/outputs.py +614 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +11 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +11 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +11 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +11 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +98 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +243 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +243 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +255 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +255 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +243 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +243 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +245 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +245 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +255 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +255 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +267 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +267 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +279 -0
- pulumi_gcp/workstations/workstation_iam_member.py +279 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/RECORD +443 -421
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1407,6 +1407,38 @@ _utilities.register(
|
|
1407
1407
|
"gcp:bigquery/dataTransferConfig:DataTransferConfig": "DataTransferConfig"
|
1408
1408
|
}
|
1409
1409
|
},
|
1410
|
+
{
|
1411
|
+
"pkg": "gcp",
|
1412
|
+
"mod": "bigquery/datapolicyv2DataPolicy",
|
1413
|
+
"fqn": "pulumi_gcp.bigquery",
|
1414
|
+
"classes": {
|
1415
|
+
"gcp:bigquery/datapolicyv2DataPolicy:Datapolicyv2DataPolicy": "Datapolicyv2DataPolicy"
|
1416
|
+
}
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"pkg": "gcp",
|
1420
|
+
"mod": "bigquery/datapolicyv2DataPolicyIamBinding",
|
1421
|
+
"fqn": "pulumi_gcp.bigquery",
|
1422
|
+
"classes": {
|
1423
|
+
"gcp:bigquery/datapolicyv2DataPolicyIamBinding:Datapolicyv2DataPolicyIamBinding": "Datapolicyv2DataPolicyIamBinding"
|
1424
|
+
}
|
1425
|
+
},
|
1426
|
+
{
|
1427
|
+
"pkg": "gcp",
|
1428
|
+
"mod": "bigquery/datapolicyv2DataPolicyIamMember",
|
1429
|
+
"fqn": "pulumi_gcp.bigquery",
|
1430
|
+
"classes": {
|
1431
|
+
"gcp:bigquery/datapolicyv2DataPolicyIamMember:Datapolicyv2DataPolicyIamMember": "Datapolicyv2DataPolicyIamMember"
|
1432
|
+
}
|
1433
|
+
},
|
1434
|
+
{
|
1435
|
+
"pkg": "gcp",
|
1436
|
+
"mod": "bigquery/datapolicyv2DataPolicyIamPolicy",
|
1437
|
+
"fqn": "pulumi_gcp.bigquery",
|
1438
|
+
"classes": {
|
1439
|
+
"gcp:bigquery/datapolicyv2DataPolicyIamPolicy:Datapolicyv2DataPolicyIamPolicy": "Datapolicyv2DataPolicyIamPolicy"
|
1440
|
+
}
|
1441
|
+
},
|
1410
1442
|
{
|
1411
1443
|
"pkg": "gcp",
|
1412
1444
|
"mod": "bigquery/dataset",
|
@@ -5159,6 +5191,14 @@ _utilities.register(
|
|
5159
5191
|
"gcp:diagflow/intent:Intent": "Intent"
|
5160
5192
|
}
|
5161
5193
|
},
|
5194
|
+
{
|
5195
|
+
"pkg": "gcp",
|
5196
|
+
"mod": "discoveryengine/aclConfig",
|
5197
|
+
"fqn": "pulumi_gcp.discoveryengine",
|
5198
|
+
"classes": {
|
5199
|
+
"gcp:discoveryengine/aclConfig:AclConfig": "AclConfig"
|
5200
|
+
}
|
5201
|
+
},
|
5162
5202
|
{
|
5163
5203
|
"pkg": "gcp",
|
5164
5204
|
"mod": "discoveryengine/chatEngine",
|
@@ -6759,6 +6799,30 @@ _utilities.register(
|
|
6759
6799
|
"gcp:iap/webCloudRunServiceIamPolicy:WebCloudRunServiceIamPolicy": "WebCloudRunServiceIamPolicy"
|
6760
6800
|
}
|
6761
6801
|
},
|
6802
|
+
{
|
6803
|
+
"pkg": "gcp",
|
6804
|
+
"mod": "iap/webForwardingRuleServiceIamBinding",
|
6805
|
+
"fqn": "pulumi_gcp.iap",
|
6806
|
+
"classes": {
|
6807
|
+
"gcp:iap/webForwardingRuleServiceIamBinding:WebForwardingRuleServiceIamBinding": "WebForwardingRuleServiceIamBinding"
|
6808
|
+
}
|
6809
|
+
},
|
6810
|
+
{
|
6811
|
+
"pkg": "gcp",
|
6812
|
+
"mod": "iap/webForwardingRuleServiceIamMember",
|
6813
|
+
"fqn": "pulumi_gcp.iap",
|
6814
|
+
"classes": {
|
6815
|
+
"gcp:iap/webForwardingRuleServiceIamMember:WebForwardingRuleServiceIamMember": "WebForwardingRuleServiceIamMember"
|
6816
|
+
}
|
6817
|
+
},
|
6818
|
+
{
|
6819
|
+
"pkg": "gcp",
|
6820
|
+
"mod": "iap/webForwardingRuleServiceIamPolicy",
|
6821
|
+
"fqn": "pulumi_gcp.iap",
|
6822
|
+
"classes": {
|
6823
|
+
"gcp:iap/webForwardingRuleServiceIamPolicy:WebForwardingRuleServiceIamPolicy": "WebForwardingRuleServiceIamPolicy"
|
6824
|
+
}
|
6825
|
+
},
|
6762
6826
|
{
|
6763
6827
|
"pkg": "gcp",
|
6764
6828
|
"mod": "iap/webIamBinding",
|
@@ -7615,6 +7679,14 @@ _utilities.register(
|
|
7615
7679
|
"gcp:networkmanagement/connectivityTest:ConnectivityTest": "ConnectivityTest"
|
7616
7680
|
}
|
7617
7681
|
},
|
7682
|
+
{
|
7683
|
+
"pkg": "gcp",
|
7684
|
+
"mod": "networkmanagement/organizationVpcFlowLogsConfig",
|
7685
|
+
"fqn": "pulumi_gcp.networkmanagement",
|
7686
|
+
"classes": {
|
7687
|
+
"gcp:networkmanagement/organizationVpcFlowLogsConfig:OrganizationVpcFlowLogsConfig": "OrganizationVpcFlowLogsConfig"
|
7688
|
+
}
|
7689
|
+
},
|
7618
7690
|
{
|
7619
7691
|
"pkg": "gcp",
|
7620
7692
|
"mod": "networkmanagement/vpcFlowLogsConfig",
|
@@ -7943,6 +8015,14 @@ _utilities.register(
|
|
7943
8015
|
"gcp:networkservices/tlsRoute:TlsRoute": "TlsRoute"
|
7944
8016
|
}
|
7945
8017
|
},
|
8018
|
+
{
|
8019
|
+
"pkg": "gcp",
|
8020
|
+
"mod": "networkservices/wasmPlugin",
|
8021
|
+
"fqn": "pulumi_gcp.networkservices",
|
8022
|
+
"classes": {
|
8023
|
+
"gcp:networkservices/wasmPlugin:WasmPlugin": "WasmPlugin"
|
8024
|
+
}
|
8025
|
+
},
|
7946
8026
|
{
|
7947
8027
|
"pkg": "gcp",
|
7948
8028
|
"mod": "notebooks/environment",
|
@@ -8559,6 +8639,14 @@ _utilities.register(
|
|
8559
8639
|
"gcp:runtimeconfig/variable:Variable": "Variable"
|
8560
8640
|
}
|
8561
8641
|
},
|
8642
|
+
{
|
8643
|
+
"pkg": "gcp",
|
8644
|
+
"mod": "saasruntime/release",
|
8645
|
+
"fqn": "pulumi_gcp.saasruntime",
|
8646
|
+
"classes": {
|
8647
|
+
"gcp:saasruntime/release:Release": "Release"
|
8648
|
+
}
|
8649
|
+
},
|
8562
8650
|
{
|
8563
8651
|
"pkg": "gcp",
|
8564
8652
|
"mod": "saasruntime/saaS",
|
@@ -8567,6 +8655,14 @@ _utilities.register(
|
|
8567
8655
|
"gcp:saasruntime/saaS:SaaS": "SaaS"
|
8568
8656
|
}
|
8569
8657
|
},
|
8658
|
+
{
|
8659
|
+
"pkg": "gcp",
|
8660
|
+
"mod": "saasruntime/unitKind",
|
8661
|
+
"fqn": "pulumi_gcp.saasruntime",
|
8662
|
+
"classes": {
|
8663
|
+
"gcp:saasruntime/unitKind:UnitKind": "UnitKind"
|
8664
|
+
}
|
8665
|
+
},
|
8570
8666
|
{
|
8571
8667
|
"pkg": "gcp",
|
8572
8668
|
"mod": "secretmanager/regionalSecret",
|
@@ -8655,6 +8751,14 @@ _utilities.register(
|
|
8655
8751
|
"gcp:securesourcemanager/branchRule:BranchRule": "BranchRule"
|
8656
8752
|
}
|
8657
8753
|
},
|
8754
|
+
{
|
8755
|
+
"pkg": "gcp",
|
8756
|
+
"mod": "securesourcemanager/hook",
|
8757
|
+
"fqn": "pulumi_gcp.securesourcemanager",
|
8758
|
+
"classes": {
|
8759
|
+
"gcp:securesourcemanager/hook:Hook": "Hook"
|
8760
|
+
}
|
8761
|
+
},
|
8658
8762
|
{
|
8659
8763
|
"pkg": "gcp",
|
8660
8764
|
"mod": "securesourcemanager/instance",
|
@@ -38,6 +38,7 @@ class AccessPolicyIamBindingArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class AccessPolicyIamBindingArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "members")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _AccessPolicyIamBindingState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _AccessPolicyIamBindingState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "members")
|
187
191
|
|
@@ -388,6 +392,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
388
392
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
389
393
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
390
394
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
395
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
391
396
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
392
397
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
393
398
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -618,6 +623,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
618
623
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
619
624
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
620
625
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
626
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
621
627
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -662,6 +668,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
662
668
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
663
669
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
664
670
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
671
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
665
672
|
"""
|
666
673
|
return pulumi.get(self, "members")
|
667
674
|
|
@@ -38,6 +38,7 @@ class AccessPolicyIamMemberArgs:
|
|
38
38
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
39
39
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
40
40
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
41
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
41
42
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
42
43
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
43
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -65,6 +66,7 @@ class AccessPolicyIamMemberArgs:
|
|
65
66
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
66
67
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
67
68
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
69
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
68
70
|
"""
|
69
71
|
return pulumi.get(self, "member")
|
70
72
|
|
@@ -130,6 +132,7 @@ class _AccessPolicyIamMemberState:
|
|
130
132
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
131
133
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
132
134
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
135
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
133
136
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
134
137
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
135
138
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -182,6 +185,7 @@ class _AccessPolicyIamMemberState:
|
|
182
185
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
183
186
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
184
187
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
185
189
|
"""
|
186
190
|
return pulumi.get(self, "member")
|
187
191
|
|
@@ -388,6 +392,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
388
392
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
389
393
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
390
394
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
395
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
391
396
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
392
397
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
393
398
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -618,6 +623,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
618
623
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
619
624
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
620
625
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
626
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
621
627
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
622
628
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
623
629
|
`accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
@@ -662,6 +668,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
662
668
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
663
669
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
664
670
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
671
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
665
672
|
"""
|
666
673
|
return pulumi.get(self, "member")
|
667
674
|
|
@@ -330,6 +330,14 @@ class Peering(pulumi.CustomResource):
|
|
330
330
|
status_message: Optional[pulumi.Input[_builtins.str]] = None,
|
331
331
|
__props__=None):
|
332
332
|
"""
|
333
|
+
Creates a Peering for Managed AD instance.
|
334
|
+
|
335
|
+
To get more information about Peering, see:
|
336
|
+
|
337
|
+
* [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1beta1/projects.locations.global.peerings)
|
338
|
+
* How-to Guides
|
339
|
+
* [Active Directory Domain Peering](https://cloud.google.com/managed-microsoft-ad/docs/domain-peering)
|
340
|
+
|
333
341
|
## Example Usage
|
334
342
|
|
335
343
|
:param str resource_name: The name of the resource.
|
@@ -352,6 +360,14 @@ class Peering(pulumi.CustomResource):
|
|
352
360
|
args: PeeringArgs,
|
353
361
|
opts: Optional[pulumi.ResourceOptions] = None):
|
354
362
|
"""
|
363
|
+
Creates a Peering for Managed AD instance.
|
364
|
+
|
365
|
+
To get more information about Peering, see:
|
366
|
+
|
367
|
+
* [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1beta1/projects.locations.global.peerings)
|
368
|
+
* How-to Guides
|
369
|
+
* [Active Directory Domain Peering](https://cloud.google.com/managed-microsoft-ad/docs/domain-peering)
|
370
|
+
|
355
371
|
## Example Usage
|
356
372
|
|
357
373
|
:param str resource_name: The name of the resource.
|
@@ -43,6 +43,7 @@ class ApiConfigIamBindingArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -98,6 +99,7 @@ class ApiConfigIamBindingArgs:
|
|
98
99
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
99
100
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
100
101
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
102
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
101
103
|
"""
|
102
104
|
return pulumi.get(self, "members")
|
103
105
|
|
@@ -169,6 +171,7 @@ class _ApiConfigIamBindingState:
|
|
169
171
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
170
172
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
171
173
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
174
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
172
175
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
173
176
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
174
177
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -251,6 +254,7 @@ class _ApiConfigIamBindingState:
|
|
251
254
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
252
255
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
253
256
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
257
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
254
258
|
"""
|
255
259
|
return pulumi.get(self, "members")
|
256
260
|
|
@@ -314,7 +318,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
314
318
|
|
315
319
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
316
320
|
|
317
|
-
##
|
321
|
+
## apigateway.ApiConfigIamPolicy
|
318
322
|
|
319
323
|
```python
|
320
324
|
import pulumi
|
@@ -376,7 +380,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
376
380
|
|
377
381
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
378
382
|
|
379
|
-
##
|
383
|
+
## apigateway.ApiConfigIamPolicy
|
380
384
|
|
381
385
|
```python
|
382
386
|
import pulumi
|
@@ -472,6 +476,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
472
476
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
473
477
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
474
478
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
479
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
475
480
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
476
481
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
477
482
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -499,7 +504,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
499
504
|
|
500
505
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
501
506
|
|
502
|
-
##
|
507
|
+
## apigateway.ApiConfigIamPolicy
|
503
508
|
|
504
509
|
```python
|
505
510
|
import pulumi
|
@@ -561,7 +566,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
561
566
|
|
562
567
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
563
568
|
|
564
|
-
##
|
569
|
+
## apigateway.ApiConfigIamPolicy
|
565
570
|
|
566
571
|
```python
|
567
572
|
import pulumi
|
@@ -725,6 +730,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
725
730
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
726
731
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
727
732
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
733
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
728
734
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
729
735
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
730
736
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -789,6 +795,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
789
795
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
790
796
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
791
797
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
798
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
792
799
|
"""
|
793
800
|
return pulumi.get(self, "members")
|
794
801
|
|
@@ -43,6 +43,7 @@ class ApiConfigIamMemberArgs:
|
|
43
43
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
44
44
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
45
45
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
46
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
46
47
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
47
48
|
`apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -98,6 +99,7 @@ class ApiConfigIamMemberArgs:
|
|
98
99
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
99
100
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
100
101
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
102
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
101
103
|
"""
|
102
104
|
return pulumi.get(self, "member")
|
103
105
|
|
@@ -169,6 +171,7 @@ class _ApiConfigIamMemberState:
|
|
169
171
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
170
172
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
171
173
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
174
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
172
175
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
173
176
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
174
177
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -251,6 +254,7 @@ class _ApiConfigIamMemberState:
|
|
251
254
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
252
255
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
253
256
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
257
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
254
258
|
"""
|
255
259
|
return pulumi.get(self, "member")
|
256
260
|
|
@@ -314,7 +318,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
314
318
|
|
315
319
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
316
320
|
|
317
|
-
##
|
321
|
+
## apigateway.ApiConfigIamPolicy
|
318
322
|
|
319
323
|
```python
|
320
324
|
import pulumi
|
@@ -376,7 +380,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
376
380
|
|
377
381
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
378
382
|
|
379
|
-
##
|
383
|
+
## apigateway.ApiConfigIamPolicy
|
380
384
|
|
381
385
|
```python
|
382
386
|
import pulumi
|
@@ -472,6 +476,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
472
476
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
473
477
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
474
478
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
479
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
475
480
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
476
481
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
477
482
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -499,7 +504,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
499
504
|
|
500
505
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
501
506
|
|
502
|
-
##
|
507
|
+
## apigateway.ApiConfigIamPolicy
|
503
508
|
|
504
509
|
```python
|
505
510
|
import pulumi
|
@@ -561,7 +566,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
561
566
|
|
562
567
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
563
568
|
|
564
|
-
##
|
569
|
+
## apigateway.ApiConfigIamPolicy
|
565
570
|
|
566
571
|
```python
|
567
572
|
import pulumi
|
@@ -725,6 +730,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
725
730
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
726
731
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
727
732
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
733
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
728
734
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
729
735
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
730
736
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -789,6 +795,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
789
795
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
790
796
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
791
797
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
798
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
792
799
|
"""
|
793
800
|
return pulumi.get(self, "member")
|
794
801
|
|
@@ -211,7 +211,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
211
211
|
|
212
212
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
213
213
|
|
214
|
-
##
|
214
|
+
## apigateway.ApiConfigIamPolicy
|
215
215
|
|
216
216
|
```python
|
217
217
|
import pulumi
|
@@ -273,7 +273,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
273
273
|
|
274
274
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
275
275
|
|
276
|
-
##
|
276
|
+
## apigateway.ApiConfigIamPolicy
|
277
277
|
|
278
278
|
```python
|
279
279
|
import pulumi
|
@@ -384,7 +384,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
384
384
|
|
385
385
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
386
386
|
|
387
|
-
##
|
387
|
+
## apigateway.ApiConfigIamPolicy
|
388
388
|
|
389
389
|
```python
|
390
390
|
import pulumi
|
@@ -446,7 +446,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
446
446
|
|
447
447
|
> **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
|
448
448
|
|
449
|
-
##
|
449
|
+
## apigateway.ApiConfigIamPolicy
|
450
450
|
|
451
451
|
```python
|
452
452
|
import pulumi
|
@@ -40,6 +40,7 @@ class ApiIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -81,6 +82,7 @@ class ApiIamBindingArgs:
|
|
81
82
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
82
83
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
83
84
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
85
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
84
86
|
"""
|
85
87
|
return pulumi.get(self, "members")
|
86
88
|
|
@@ -149,6 +151,7 @@ class _ApiIamBindingState:
|
|
149
151
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
150
152
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
151
153
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
154
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
152
155
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
153
156
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
154
157
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -216,6 +219,7 @@ class _ApiIamBindingState:
|
|
216
219
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
217
220
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
218
221
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
222
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
219
223
|
"""
|
220
224
|
return pulumi.get(self, "members")
|
221
225
|
|
@@ -278,7 +282,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
278
282
|
|
279
283
|
> **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
|
280
284
|
|
281
|
-
##
|
285
|
+
## apigateway.ApiIamPolicy
|
282
286
|
|
283
287
|
```python
|
284
288
|
import pulumi
|
@@ -340,7 +344,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
340
344
|
|
341
345
|
> **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
|
342
346
|
|
343
|
-
##
|
347
|
+
## apigateway.ApiIamPolicy
|
344
348
|
|
345
349
|
```python
|
346
350
|
import pulumi
|
@@ -432,6 +436,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
432
436
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
433
437
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
434
438
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
439
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
435
440
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
436
441
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
437
442
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -459,7 +464,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
459
464
|
|
460
465
|
> **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
|
461
466
|
|
462
|
-
##
|
467
|
+
## apigateway.ApiIamPolicy
|
463
468
|
|
464
469
|
```python
|
465
470
|
import pulumi
|
@@ -521,7 +526,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
521
526
|
|
522
527
|
> **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
|
523
528
|
|
524
|
-
##
|
529
|
+
## apigateway.ApiIamPolicy
|
525
530
|
|
526
531
|
```python
|
527
532
|
import pulumi
|
@@ -676,6 +681,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
676
681
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
677
682
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
678
683
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
684
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
679
685
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
680
686
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
681
687
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
@@ -730,6 +736,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
730
736
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
731
737
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
732
738
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
739
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
733
740
|
"""
|
734
741
|
return pulumi.get(self, "members")
|
735
742
|
|