pulumi-gcp 8.42.0a1758178363__py3-none-any.whl → 9.0.0a1758219982__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 +83 -48
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -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_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +3 -5
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- 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 +309 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +380 -30
- pulumi_gcp/cloudbuild/trigger.py +160 -2
- pulumi_gcp/cloudbuild/worker_pool.py +2 -6
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +80 -26
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +109 -30
- pulumi_gcp/cloudrunv2/service.py +72 -12
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/compute/_inputs.py +884 -24
- pulumi_gcp/compute/backend_bucket.py +68 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -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/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +799 -16
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- 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/subnetwork.py +0 -98
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +466 -18
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +448 -15
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- 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/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -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/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +20 -8
- 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/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -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 +8 -0
- pulumi_gcp/iap/_inputs.py +260 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +152 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +14 -84
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/projects/service.py +2 -11
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +12 -0
- pulumi_gcp/saasruntime/_inputs.py +513 -0
- pulumi_gcp/saasruntime/outputs.py +431 -0
- pulumi_gcp/saasruntime/saa_s.py +819 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +94 -0
- pulumi_gcp/sql/get_database_instance.py +23 -1
- pulumi_gcp/sql/outputs.py +276 -3
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +253 -7
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +198 -8
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/vertex/outputs.py +7 -8
- 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 +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +266 -255
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -237,14 +237,14 @@ class InstanceIamMemberConditionArgs:
|
|
237
237
|
|
238
238
|
if not MYPY:
|
239
239
|
class InstancePrivateConfigArgsDict(TypedDict):
|
240
|
-
ca_pool: pulumi.Input[_builtins.str]
|
241
|
-
"""
|
242
|
-
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
243
|
-
"""
|
244
240
|
is_private: pulumi.Input[_builtins.bool]
|
245
241
|
"""
|
246
242
|
'Indicate if it's private instance.'
|
247
243
|
"""
|
244
|
+
ca_pool: NotRequired[pulumi.Input[_builtins.str]]
|
245
|
+
"""
|
246
|
+
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
247
|
+
"""
|
248
248
|
http_service_attachment: NotRequired[pulumi.Input[_builtins.str]]
|
249
249
|
"""
|
250
250
|
(Output)
|
@@ -261,37 +261,26 @@ elif False:
|
|
261
261
|
@pulumi.input_type
|
262
262
|
class InstancePrivateConfigArgs:
|
263
263
|
def __init__(__self__, *,
|
264
|
-
ca_pool: pulumi.Input[_builtins.str],
|
265
264
|
is_private: pulumi.Input[_builtins.bool],
|
265
|
+
ca_pool: Optional[pulumi.Input[_builtins.str]] = None,
|
266
266
|
http_service_attachment: Optional[pulumi.Input[_builtins.str]] = None,
|
267
267
|
ssh_service_attachment: Optional[pulumi.Input[_builtins.str]] = None):
|
268
268
|
"""
|
269
|
-
:param pulumi.Input[_builtins.str] ca_pool: CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
270
269
|
:param pulumi.Input[_builtins.bool] is_private: 'Indicate if it's private instance.'
|
270
|
+
:param pulumi.Input[_builtins.str] ca_pool: CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
271
271
|
:param pulumi.Input[_builtins.str] http_service_attachment: (Output)
|
272
272
|
Service Attachment for HTTP, resource is in the format of `projects/{project}/regions/{region}/serviceAttachments/{service_attachment}`.
|
273
273
|
:param pulumi.Input[_builtins.str] ssh_service_attachment: (Output)
|
274
274
|
Service Attachment for SSH, resource is in the format of `projects/{project}/regions/{region}/serviceAttachments/{service_attachment}`.
|
275
275
|
"""
|
276
|
-
pulumi.set(__self__, "ca_pool", ca_pool)
|
277
276
|
pulumi.set(__self__, "is_private", is_private)
|
277
|
+
if ca_pool is not None:
|
278
|
+
pulumi.set(__self__, "ca_pool", ca_pool)
|
278
279
|
if http_service_attachment is not None:
|
279
280
|
pulumi.set(__self__, "http_service_attachment", http_service_attachment)
|
280
281
|
if ssh_service_attachment is not None:
|
281
282
|
pulumi.set(__self__, "ssh_service_attachment", ssh_service_attachment)
|
282
283
|
|
283
|
-
@_builtins.property
|
284
|
-
@pulumi.getter(name="caPool")
|
285
|
-
def ca_pool(self) -> pulumi.Input[_builtins.str]:
|
286
|
-
"""
|
287
|
-
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
288
|
-
"""
|
289
|
-
return pulumi.get(self, "ca_pool")
|
290
|
-
|
291
|
-
@ca_pool.setter
|
292
|
-
def ca_pool(self, value: pulumi.Input[_builtins.str]):
|
293
|
-
pulumi.set(self, "ca_pool", value)
|
294
|
-
|
295
284
|
@_builtins.property
|
296
285
|
@pulumi.getter(name="isPrivate")
|
297
286
|
def is_private(self) -> pulumi.Input[_builtins.bool]:
|
@@ -304,6 +293,18 @@ class InstancePrivateConfigArgs:
|
|
304
293
|
def is_private(self, value: pulumi.Input[_builtins.bool]):
|
305
294
|
pulumi.set(self, "is_private", value)
|
306
295
|
|
296
|
+
@_builtins.property
|
297
|
+
@pulumi.getter(name="caPool")
|
298
|
+
def ca_pool(self) -> Optional[pulumi.Input[_builtins.str]]:
|
299
|
+
"""
|
300
|
+
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
301
|
+
"""
|
302
|
+
return pulumi.get(self, "ca_pool")
|
303
|
+
|
304
|
+
@ca_pool.setter
|
305
|
+
def ca_pool(self, value: Optional[pulumi.Input[_builtins.str]]):
|
306
|
+
pulumi.set(self, "ca_pool", value)
|
307
|
+
|
307
308
|
@_builtins.property
|
308
309
|
@pulumi.getter(name="httpServiceAttachment")
|
309
310
|
def http_service_attachment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -37,7 +37,7 @@ class InstanceArgs:
|
|
37
37
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
38
38
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
39
39
|
deletion by erroring out during plan.
|
40
|
-
Default is `
|
40
|
+
Default is `PREVENT`. Possible values are:
|
41
41
|
* DELETE
|
42
42
|
* PREVENT
|
43
43
|
* ABANDON
|
@@ -101,7 +101,7 @@ class InstanceArgs:
|
|
101
101
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
102
102
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
103
103
|
deletion by erroring out during plan.
|
104
|
-
Default is `
|
104
|
+
Default is `PREVENT`. Possible values are:
|
105
105
|
* DELETE
|
106
106
|
* PREVENT
|
107
107
|
* ABANDON
|
@@ -206,7 +206,7 @@ class _InstanceState:
|
|
206
206
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
207
207
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
208
208
|
deletion by erroring out during plan.
|
209
|
-
Default is `
|
209
|
+
Default is `PREVENT`. Possible values are:
|
210
210
|
* DELETE
|
211
211
|
* PREVENT
|
212
212
|
* ABANDON
|
@@ -287,7 +287,7 @@ class _InstanceState:
|
|
287
287
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
288
288
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
289
289
|
deletion by erroring out during plan.
|
290
|
-
Default is `
|
290
|
+
Default is `PREVENT`. Possible values are:
|
291
291
|
* DELETE
|
292
292
|
* PREVENT
|
293
293
|
* ABANDON
|
@@ -917,7 +917,7 @@ class Instance(pulumi.CustomResource):
|
|
917
917
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
918
918
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
919
919
|
deletion by erroring out during plan.
|
920
|
-
Default is `
|
920
|
+
Default is `PREVENT`. Possible values are:
|
921
921
|
* DELETE
|
922
922
|
* PREVENT
|
923
923
|
* ABANDON
|
@@ -1454,7 +1454,7 @@ class Instance(pulumi.CustomResource):
|
|
1454
1454
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
1455
1455
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
1456
1456
|
deletion by erroring out during plan.
|
1457
|
-
Default is `
|
1457
|
+
Default is `PREVENT`. Possible values are:
|
1458
1458
|
* DELETE
|
1459
1459
|
* PREVENT
|
1460
1460
|
* ABANDON
|
@@ -1520,7 +1520,7 @@ class Instance(pulumi.CustomResource):
|
|
1520
1520
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
1521
1521
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
1522
1522
|
deletion by erroring out during plan.
|
1523
|
-
Default is `
|
1523
|
+
Default is `PREVENT`. Possible values are:
|
1524
1524
|
* DELETE
|
1525
1525
|
* PREVENT
|
1526
1526
|
* ABANDON
|
@@ -167,10 +167,10 @@ class InstancePrivateConfig(dict):
|
|
167
167
|
@staticmethod
|
168
168
|
def __key_warning(key: str):
|
169
169
|
suggest = None
|
170
|
-
if key == "
|
171
|
-
suggest = "ca_pool"
|
172
|
-
elif key == "isPrivate":
|
170
|
+
if key == "isPrivate":
|
173
171
|
suggest = "is_private"
|
172
|
+
elif key == "caPool":
|
173
|
+
suggest = "ca_pool"
|
174
174
|
elif key == "httpServiceAttachment":
|
175
175
|
suggest = "http_service_attachment"
|
176
176
|
elif key == "sshServiceAttachment":
|
@@ -188,33 +188,26 @@ class InstancePrivateConfig(dict):
|
|
188
188
|
return super().get(key, default)
|
189
189
|
|
190
190
|
def __init__(__self__, *,
|
191
|
-
ca_pool: _builtins.str,
|
192
191
|
is_private: _builtins.bool,
|
192
|
+
ca_pool: Optional[_builtins.str] = None,
|
193
193
|
http_service_attachment: Optional[_builtins.str] = None,
|
194
194
|
ssh_service_attachment: Optional[_builtins.str] = None):
|
195
195
|
"""
|
196
|
-
:param _builtins.str ca_pool: CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
197
196
|
:param _builtins.bool is_private: 'Indicate if it's private instance.'
|
197
|
+
:param _builtins.str ca_pool: CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
198
198
|
:param _builtins.str http_service_attachment: (Output)
|
199
199
|
Service Attachment for HTTP, resource is in the format of `projects/{project}/regions/{region}/serviceAttachments/{service_attachment}`.
|
200
200
|
:param _builtins.str ssh_service_attachment: (Output)
|
201
201
|
Service Attachment for SSH, resource is in the format of `projects/{project}/regions/{region}/serviceAttachments/{service_attachment}`.
|
202
202
|
"""
|
203
|
-
pulumi.set(__self__, "ca_pool", ca_pool)
|
204
203
|
pulumi.set(__self__, "is_private", is_private)
|
204
|
+
if ca_pool is not None:
|
205
|
+
pulumi.set(__self__, "ca_pool", ca_pool)
|
205
206
|
if http_service_attachment is not None:
|
206
207
|
pulumi.set(__self__, "http_service_attachment", http_service_attachment)
|
207
208
|
if ssh_service_attachment is not None:
|
208
209
|
pulumi.set(__self__, "ssh_service_attachment", ssh_service_attachment)
|
209
210
|
|
210
|
-
@_builtins.property
|
211
|
-
@pulumi.getter(name="caPool")
|
212
|
-
def ca_pool(self) -> _builtins.str:
|
213
|
-
"""
|
214
|
-
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
215
|
-
"""
|
216
|
-
return pulumi.get(self, "ca_pool")
|
217
|
-
|
218
211
|
@_builtins.property
|
219
212
|
@pulumi.getter(name="isPrivate")
|
220
213
|
def is_private(self) -> _builtins.bool:
|
@@ -223,6 +216,14 @@ class InstancePrivateConfig(dict):
|
|
223
216
|
"""
|
224
217
|
return pulumi.get(self, "is_private")
|
225
218
|
|
219
|
+
@_builtins.property
|
220
|
+
@pulumi.getter(name="caPool")
|
221
|
+
def ca_pool(self) -> Optional[_builtins.str]:
|
222
|
+
"""
|
223
|
+
CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`.
|
224
|
+
"""
|
225
|
+
return pulumi.get(self, "ca_pool")
|
226
|
+
|
226
227
|
@_builtins.property
|
227
228
|
@pulumi.getter(name="httpServiceAttachment")
|
228
229
|
def http_service_attachment(self) -> Optional[_builtins.str]:
|
@@ -37,7 +37,7 @@ class RepositoryArgs:
|
|
37
37
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
38
38
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
39
39
|
by erroring out during plan.
|
40
|
-
Default is `
|
40
|
+
Default is `PREVENT`. Possible values are:
|
41
41
|
* DELETE
|
42
42
|
* PREVENT
|
43
43
|
* ABANDON
|
@@ -103,7 +103,7 @@ class RepositoryArgs:
|
|
103
103
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
104
104
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
105
105
|
by erroring out during plan.
|
106
|
-
Default is `
|
106
|
+
Default is `PREVENT`. Possible values are:
|
107
107
|
* DELETE
|
108
108
|
* PREVENT
|
109
109
|
* ABANDON
|
@@ -175,7 +175,7 @@ class _RepositoryState:
|
|
175
175
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
176
176
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
177
177
|
by erroring out during plan.
|
178
|
-
Default is `
|
178
|
+
Default is `PREVENT`. Possible values are:
|
179
179
|
* DELETE
|
180
180
|
* PREVENT
|
181
181
|
* ABANDON
|
@@ -238,7 +238,7 @@ class _RepositoryState:
|
|
238
238
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
239
239
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
240
240
|
by erroring out during plan.
|
241
|
-
Default is `
|
241
|
+
Default is `PREVENT`. Possible values are:
|
242
242
|
* DELETE
|
243
243
|
* PREVENT
|
244
244
|
* ABANDON
|
@@ -474,7 +474,7 @@ class Repository(pulumi.CustomResource):
|
|
474
474
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
475
475
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
476
476
|
by erroring out during plan.
|
477
|
-
Default is `
|
477
|
+
Default is `PREVENT`. Possible values are:
|
478
478
|
* DELETE
|
479
479
|
* PREVENT
|
480
480
|
* ABANDON
|
@@ -657,7 +657,7 @@ class Repository(pulumi.CustomResource):
|
|
657
657
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
658
658
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
659
659
|
by erroring out during plan.
|
660
|
-
Default is `
|
660
|
+
Default is `PREVENT`. Possible values are:
|
661
661
|
* DELETE
|
662
662
|
* PREVENT
|
663
663
|
* ABANDON
|
@@ -709,7 +709,7 @@ class Repository(pulumi.CustomResource):
|
|
709
709
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
710
710
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
711
711
|
by erroring out during plan.
|
712
|
-
Default is `
|
712
|
+
Default is `PREVENT`. Possible values are:
|
713
713
|
* DELETE
|
714
714
|
* PREVENT
|
715
715
|
* ABANDON
|
@@ -26,7 +26,7 @@ class GetAccountKeyResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getAccountKey.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, id=None, key_algorithm=None, name=None,
|
29
|
+
def __init__(__self__, id=None, key_algorithm=None, name=None, public_key=None, public_key_type=None):
|
30
30
|
if id and not isinstance(id, str):
|
31
31
|
raise TypeError("Expected argument 'id' to be a str")
|
32
32
|
pulumi.set(__self__, "id", id)
|
@@ -36,9 +36,6 @@ class GetAccountKeyResult:
|
|
36
36
|
if name and not isinstance(name, str):
|
37
37
|
raise TypeError("Expected argument 'name' to be a str")
|
38
38
|
pulumi.set(__self__, "name", name)
|
39
|
-
if project and not isinstance(project, str):
|
40
|
-
raise TypeError("Expected argument 'project' to be a str")
|
41
|
-
pulumi.set(__self__, "project", project)
|
42
39
|
if public_key and not isinstance(public_key, str):
|
43
40
|
raise TypeError("Expected argument 'public_key' to be a str")
|
44
41
|
pulumi.set(__self__, "public_key", public_key)
|
@@ -64,12 +61,6 @@ class GetAccountKeyResult:
|
|
64
61
|
def name(self) -> _builtins.str:
|
65
62
|
return pulumi.get(self, "name")
|
66
63
|
|
67
|
-
@_builtins.property
|
68
|
-
@pulumi.getter
|
69
|
-
@_utilities.deprecated("""`project` is deprecated and will be removed in a future major release. This field is non-functional and can be removed from your configuration safely.""")
|
70
|
-
def project(self) -> Optional[_builtins.str]:
|
71
|
-
return pulumi.get(self, "project")
|
72
|
-
|
73
64
|
@_builtins.property
|
74
65
|
@pulumi.getter(name="publicKey")
|
75
66
|
def public_key(self) -> _builtins.str:
|
@@ -93,13 +84,11 @@ class AwaitableGetAccountKeyResult(GetAccountKeyResult):
|
|
93
84
|
id=self.id,
|
94
85
|
key_algorithm=self.key_algorithm,
|
95
86
|
name=self.name,
|
96
|
-
project=self.project,
|
97
87
|
public_key=self.public_key,
|
98
88
|
public_key_type=self.public_key_type)
|
99
89
|
|
100
90
|
|
101
91
|
def get_account_key(name: Optional[_builtins.str] = None,
|
102
|
-
project: Optional[_builtins.str] = None,
|
103
92
|
public_key_type: Optional[_builtins.str] = None,
|
104
93
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountKeyResult:
|
105
94
|
"""
|
@@ -121,13 +110,10 @@ def get_account_key(name: Optional[_builtins.str] = None,
|
|
121
110
|
:param _builtins.str name: The name of the service account key. This must have format
|
122
111
|
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{KEYID}`, where `{ACCOUNT}`
|
123
112
|
is the email address or unique id of the service account.
|
124
|
-
:param _builtins.str project: The ID of the project that the service account is present in.
|
125
|
-
Defaults to the provider project configuration.
|
126
113
|
:param _builtins.str public_key_type: The output format of the public key requested. TYPE_X509_PEM_FILE is the default output format.
|
127
114
|
"""
|
128
115
|
__args__ = dict()
|
129
116
|
__args__['name'] = name
|
130
|
-
__args__['project'] = project
|
131
117
|
__args__['publicKeyType'] = public_key_type
|
132
118
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
133
119
|
__ret__ = pulumi.runtime.invoke('gcp:serviceaccount/getAccountKey:getAccountKey', __args__, opts=opts, typ=GetAccountKeyResult).value
|
@@ -136,11 +122,9 @@ def get_account_key(name: Optional[_builtins.str] = None,
|
|
136
122
|
id=pulumi.get(__ret__, 'id'),
|
137
123
|
key_algorithm=pulumi.get(__ret__, 'key_algorithm'),
|
138
124
|
name=pulumi.get(__ret__, 'name'),
|
139
|
-
project=pulumi.get(__ret__, 'project'),
|
140
125
|
public_key=pulumi.get(__ret__, 'public_key'),
|
141
126
|
public_key_type=pulumi.get(__ret__, 'public_key_type'))
|
142
127
|
def get_account_key_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
143
|
-
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
144
128
|
public_key_type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
145
129
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountKeyResult]:
|
146
130
|
"""
|
@@ -162,13 +146,10 @@ def get_account_key_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
162
146
|
:param _builtins.str name: The name of the service account key. This must have format
|
163
147
|
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{KEYID}`, where `{ACCOUNT}`
|
164
148
|
is the email address or unique id of the service account.
|
165
|
-
:param _builtins.str project: The ID of the project that the service account is present in.
|
166
|
-
Defaults to the provider project configuration.
|
167
149
|
:param _builtins.str public_key_type: The output format of the public key requested. TYPE_X509_PEM_FILE is the default output format.
|
168
150
|
"""
|
169
151
|
__args__ = dict()
|
170
152
|
__args__['name'] = name
|
171
|
-
__args__['project'] = project
|
172
153
|
__args__['publicKeyType'] = public_key_type
|
173
154
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
174
155
|
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountKey:getAccountKey', __args__, opts=opts, typ=GetAccountKeyResult)
|
@@ -176,6 +157,5 @@ def get_account_key_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
176
157
|
id=pulumi.get(__response__, 'id'),
|
177
158
|
key_algorithm=pulumi.get(__response__, 'key_algorithm'),
|
178
159
|
name=pulumi.get(__response__, 'name'),
|
179
|
-
project=pulumi.get(__response__, 'project'),
|
180
160
|
public_key=pulumi.get(__response__, 'public_key'),
|
181
161
|
public_key_type=pulumi.get(__response__, 'public_key_type')))
|
@@ -242,7 +242,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.NamespaceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.NamespaceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.NamespaceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.NamespaceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -242,7 +242,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.NamespaceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.NamespaceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.NamespaceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.NamespaceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -139,7 +139,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
139
139
|
|
140
140
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
141
141
|
|
142
|
-
##
|
142
|
+
## servicedirectory.NamespaceIamPolicy
|
143
143
|
|
144
144
|
```python
|
145
145
|
import pulumi
|
@@ -199,7 +199,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
199
199
|
|
200
200
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
201
201
|
|
202
|
-
##
|
202
|
+
## servicedirectory.NamespaceIamPolicy
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -301,7 +301,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
301
301
|
|
302
302
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
303
303
|
|
304
|
-
##
|
304
|
+
## servicedirectory.NamespaceIamPolicy
|
305
305
|
|
306
306
|
```python
|
307
307
|
import pulumi
|
@@ -361,7 +361,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
363
363
|
|
364
|
-
##
|
364
|
+
## servicedirectory.NamespaceIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -242,7 +242,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.ServiceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.ServiceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.ServiceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.ServiceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -242,7 +242,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.ServiceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.ServiceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.ServiceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.ServiceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -139,7 +139,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
139
139
|
|
140
140
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
141
141
|
|
142
|
-
##
|
142
|
+
## servicedirectory.ServiceIamPolicy
|
143
143
|
|
144
144
|
```python
|
145
145
|
import pulumi
|
@@ -199,7 +199,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
199
199
|
|
200
200
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
201
201
|
|
202
|
-
##
|
202
|
+
## servicedirectory.ServiceIamPolicy
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -301,7 +301,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
301
301
|
|
302
302
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
303
303
|
|
304
|
-
##
|
304
|
+
## servicedirectory.ServiceIamPolicy
|
305
305
|
|
306
306
|
```python
|
307
307
|
import pulumi
|
@@ -361,7 +361,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
363
363
|
|
364
|
-
##
|
364
|
+
## servicedirectory.ServiceIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|