pulumi-gcp 9.0.0a1__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.
Files changed (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,393 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['AclConfigArgs', 'AclConfig']
20
+
21
+ @pulumi.input_type
22
+ class AclConfigArgs:
23
+ def __init__(__self__, *,
24
+ location: pulumi.Input[_builtins.str],
25
+ idp_config: Optional[pulumi.Input['AclConfigIdpConfigArgs']] = None,
26
+ project: Optional[pulumi.Input[_builtins.str]] = None):
27
+ """
28
+ The set of arguments for constructing a AclConfig resource.
29
+ :param pulumi.Input[_builtins.str] location: The geographic location where the data store should reside. The value can
30
+ only be one of "global", "us" and "eu".
31
+ :param pulumi.Input['AclConfigIdpConfigArgs'] idp_config: Identity provider config.
32
+ Structure is documented below.
33
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
34
+ If it is not provided, the provider project is used.
35
+ """
36
+ pulumi.set(__self__, "location", location)
37
+ if idp_config is not None:
38
+ pulumi.set(__self__, "idp_config", idp_config)
39
+ if project is not None:
40
+ pulumi.set(__self__, "project", project)
41
+
42
+ @_builtins.property
43
+ @pulumi.getter
44
+ def location(self) -> pulumi.Input[_builtins.str]:
45
+ """
46
+ The geographic location where the data store should reside. The value can
47
+ only be one of "global", "us" and "eu".
48
+ """
49
+ return pulumi.get(self, "location")
50
+
51
+ @location.setter
52
+ def location(self, value: pulumi.Input[_builtins.str]):
53
+ pulumi.set(self, "location", value)
54
+
55
+ @_builtins.property
56
+ @pulumi.getter(name="idpConfig")
57
+ def idp_config(self) -> Optional[pulumi.Input['AclConfigIdpConfigArgs']]:
58
+ """
59
+ Identity provider config.
60
+ Structure is documented below.
61
+ """
62
+ return pulumi.get(self, "idp_config")
63
+
64
+ @idp_config.setter
65
+ def idp_config(self, value: Optional[pulumi.Input['AclConfigIdpConfigArgs']]):
66
+ pulumi.set(self, "idp_config", value)
67
+
68
+ @_builtins.property
69
+ @pulumi.getter
70
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
71
+ """
72
+ The ID of the project in which the resource belongs.
73
+ If it is not provided, the provider project is used.
74
+ """
75
+ return pulumi.get(self, "project")
76
+
77
+ @project.setter
78
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
79
+ pulumi.set(self, "project", value)
80
+
81
+
82
+ @pulumi.input_type
83
+ class _AclConfigState:
84
+ def __init__(__self__, *,
85
+ idp_config: Optional[pulumi.Input['AclConfigIdpConfigArgs']] = None,
86
+ location: Optional[pulumi.Input[_builtins.str]] = None,
87
+ name: Optional[pulumi.Input[_builtins.str]] = None,
88
+ project: Optional[pulumi.Input[_builtins.str]] = None):
89
+ """
90
+ Input properties used for looking up and filtering AclConfig resources.
91
+ :param pulumi.Input['AclConfigIdpConfigArgs'] idp_config: Identity provider config.
92
+ Structure is documented below.
93
+ :param pulumi.Input[_builtins.str] location: The geographic location where the data store should reside. The value can
94
+ only be one of "global", "us" and "eu".
95
+ :param pulumi.Input[_builtins.str] name: The unique full resource name of the aclConfig. Values are of the format
96
+ `projects/{project}/locations/{location}/aclConfig`.
97
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
98
+ If it is not provided, the provider project is used.
99
+ """
100
+ if idp_config is not None:
101
+ pulumi.set(__self__, "idp_config", idp_config)
102
+ if location is not None:
103
+ pulumi.set(__self__, "location", location)
104
+ if name is not None:
105
+ pulumi.set(__self__, "name", name)
106
+ if project is not None:
107
+ pulumi.set(__self__, "project", project)
108
+
109
+ @_builtins.property
110
+ @pulumi.getter(name="idpConfig")
111
+ def idp_config(self) -> Optional[pulumi.Input['AclConfigIdpConfigArgs']]:
112
+ """
113
+ Identity provider config.
114
+ Structure is documented below.
115
+ """
116
+ return pulumi.get(self, "idp_config")
117
+
118
+ @idp_config.setter
119
+ def idp_config(self, value: Optional[pulumi.Input['AclConfigIdpConfigArgs']]):
120
+ pulumi.set(self, "idp_config", value)
121
+
122
+ @_builtins.property
123
+ @pulumi.getter
124
+ def location(self) -> Optional[pulumi.Input[_builtins.str]]:
125
+ """
126
+ The geographic location where the data store should reside. The value can
127
+ only be one of "global", "us" and "eu".
128
+ """
129
+ return pulumi.get(self, "location")
130
+
131
+ @location.setter
132
+ def location(self, value: Optional[pulumi.Input[_builtins.str]]):
133
+ pulumi.set(self, "location", value)
134
+
135
+ @_builtins.property
136
+ @pulumi.getter
137
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
138
+ """
139
+ The unique full resource name of the aclConfig. Values are of the format
140
+ `projects/{project}/locations/{location}/aclConfig`.
141
+ """
142
+ return pulumi.get(self, "name")
143
+
144
+ @name.setter
145
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
146
+ pulumi.set(self, "name", value)
147
+
148
+ @_builtins.property
149
+ @pulumi.getter
150
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
151
+ """
152
+ The ID of the project in which the resource belongs.
153
+ If it is not provided, the provider project is used.
154
+ """
155
+ return pulumi.get(self, "project")
156
+
157
+ @project.setter
158
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
159
+ pulumi.set(self, "project", value)
160
+
161
+
162
+ @pulumi.type_token("gcp:discoveryengine/aclConfig:AclConfig")
163
+ class AclConfig(pulumi.CustomResource):
164
+ @overload
165
+ def __init__(__self__,
166
+ resource_name: str,
167
+ opts: Optional[pulumi.ResourceOptions] = None,
168
+ idp_config: Optional[pulumi.Input[Union['AclConfigIdpConfigArgs', 'AclConfigIdpConfigArgsDict']]] = None,
169
+ location: Optional[pulumi.Input[_builtins.str]] = None,
170
+ project: Optional[pulumi.Input[_builtins.str]] = None,
171
+ __props__=None):
172
+ """
173
+ Access Control Configuration.
174
+
175
+ To get more information about AclConfig, see:
176
+
177
+ * [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1alpha#aclconfigservice)
178
+
179
+ ## Example Usage
180
+
181
+ ### Discoveryengine Aclconfig Basic
182
+
183
+ ```python
184
+ import pulumi
185
+ import pulumi_gcp as gcp
186
+
187
+ basic = gcp.discoveryengine.AclConfig("basic",
188
+ location="global",
189
+ idp_config={
190
+ "idp_type": "THIRD_PARTY",
191
+ "external_idp_config": {
192
+ "workforce_pool_name": "locations/global/workforcePools/cloud-console-pool-manual",
193
+ },
194
+ })
195
+ ```
196
+
197
+ ## Import
198
+
199
+ AclConfig can be imported using any of these accepted formats:
200
+
201
+ * `projects/{{project}}/locations/{{location}}/aclConfig`
202
+
203
+ * `{{project}}/{{location}}`
204
+
205
+ * `{{location}}`
206
+
207
+ When using the `pulumi import` command, AclConfig can be imported using one of the formats above. For example:
208
+
209
+ ```sh
210
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default projects/{{project}}/locations/{{location}}/aclConfig
211
+ ```
212
+
213
+ ```sh
214
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default {{project}}/{{location}}
215
+ ```
216
+
217
+ ```sh
218
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default {{location}}
219
+ ```
220
+
221
+ :param str resource_name: The name of the resource.
222
+ :param pulumi.ResourceOptions opts: Options for the resource.
223
+ :param pulumi.Input[Union['AclConfigIdpConfigArgs', 'AclConfigIdpConfigArgsDict']] idp_config: Identity provider config.
224
+ Structure is documented below.
225
+ :param pulumi.Input[_builtins.str] location: The geographic location where the data store should reside. The value can
226
+ only be one of "global", "us" and "eu".
227
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
228
+ If it is not provided, the provider project is used.
229
+ """
230
+ ...
231
+ @overload
232
+ def __init__(__self__,
233
+ resource_name: str,
234
+ args: AclConfigArgs,
235
+ opts: Optional[pulumi.ResourceOptions] = None):
236
+ """
237
+ Access Control Configuration.
238
+
239
+ To get more information about AclConfig, see:
240
+
241
+ * [API documentation](https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1alpha#aclconfigservice)
242
+
243
+ ## Example Usage
244
+
245
+ ### Discoveryengine Aclconfig Basic
246
+
247
+ ```python
248
+ import pulumi
249
+ import pulumi_gcp as gcp
250
+
251
+ basic = gcp.discoveryengine.AclConfig("basic",
252
+ location="global",
253
+ idp_config={
254
+ "idp_type": "THIRD_PARTY",
255
+ "external_idp_config": {
256
+ "workforce_pool_name": "locations/global/workforcePools/cloud-console-pool-manual",
257
+ },
258
+ })
259
+ ```
260
+
261
+ ## Import
262
+
263
+ AclConfig can be imported using any of these accepted formats:
264
+
265
+ * `projects/{{project}}/locations/{{location}}/aclConfig`
266
+
267
+ * `{{project}}/{{location}}`
268
+
269
+ * `{{location}}`
270
+
271
+ When using the `pulumi import` command, AclConfig can be imported using one of the formats above. For example:
272
+
273
+ ```sh
274
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default projects/{{project}}/locations/{{location}}/aclConfig
275
+ ```
276
+
277
+ ```sh
278
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default {{project}}/{{location}}
279
+ ```
280
+
281
+ ```sh
282
+ $ pulumi import gcp:discoveryengine/aclConfig:AclConfig default {{location}}
283
+ ```
284
+
285
+ :param str resource_name: The name of the resource.
286
+ :param AclConfigArgs args: The arguments to use to populate this resource's properties.
287
+ :param pulumi.ResourceOptions opts: Options for the resource.
288
+ """
289
+ ...
290
+ def __init__(__self__, resource_name: str, *args, **kwargs):
291
+ resource_args, opts = _utilities.get_resource_args_opts(AclConfigArgs, pulumi.ResourceOptions, *args, **kwargs)
292
+ if resource_args is not None:
293
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
294
+ else:
295
+ __self__._internal_init(resource_name, *args, **kwargs)
296
+
297
+ def _internal_init(__self__,
298
+ resource_name: str,
299
+ opts: Optional[pulumi.ResourceOptions] = None,
300
+ idp_config: Optional[pulumi.Input[Union['AclConfigIdpConfigArgs', 'AclConfigIdpConfigArgsDict']]] = None,
301
+ location: Optional[pulumi.Input[_builtins.str]] = None,
302
+ project: Optional[pulumi.Input[_builtins.str]] = None,
303
+ __props__=None):
304
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
305
+ if not isinstance(opts, pulumi.ResourceOptions):
306
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
307
+ if opts.id is None:
308
+ if __props__ is not None:
309
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
310
+ __props__ = AclConfigArgs.__new__(AclConfigArgs)
311
+
312
+ __props__.__dict__["idp_config"] = idp_config
313
+ if location is None and not opts.urn:
314
+ raise TypeError("Missing required property 'location'")
315
+ __props__.__dict__["location"] = location
316
+ __props__.__dict__["project"] = project
317
+ __props__.__dict__["name"] = None
318
+ super(AclConfig, __self__).__init__(
319
+ 'gcp:discoveryengine/aclConfig:AclConfig',
320
+ resource_name,
321
+ __props__,
322
+ opts)
323
+
324
+ @staticmethod
325
+ def get(resource_name: str,
326
+ id: pulumi.Input[str],
327
+ opts: Optional[pulumi.ResourceOptions] = None,
328
+ idp_config: Optional[pulumi.Input[Union['AclConfigIdpConfigArgs', 'AclConfigIdpConfigArgsDict']]] = None,
329
+ location: Optional[pulumi.Input[_builtins.str]] = None,
330
+ name: Optional[pulumi.Input[_builtins.str]] = None,
331
+ project: Optional[pulumi.Input[_builtins.str]] = None) -> 'AclConfig':
332
+ """
333
+ Get an existing AclConfig resource's state with the given name, id, and optional extra
334
+ properties used to qualify the lookup.
335
+
336
+ :param str resource_name: The unique name of the resulting resource.
337
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
338
+ :param pulumi.ResourceOptions opts: Options for the resource.
339
+ :param pulumi.Input[Union['AclConfigIdpConfigArgs', 'AclConfigIdpConfigArgsDict']] idp_config: Identity provider config.
340
+ Structure is documented below.
341
+ :param pulumi.Input[_builtins.str] location: The geographic location where the data store should reside. The value can
342
+ only be one of "global", "us" and "eu".
343
+ :param pulumi.Input[_builtins.str] name: The unique full resource name of the aclConfig. Values are of the format
344
+ `projects/{project}/locations/{location}/aclConfig`.
345
+ :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
346
+ If it is not provided, the provider project is used.
347
+ """
348
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
349
+
350
+ __props__ = _AclConfigState.__new__(_AclConfigState)
351
+
352
+ __props__.__dict__["idp_config"] = idp_config
353
+ __props__.__dict__["location"] = location
354
+ __props__.__dict__["name"] = name
355
+ __props__.__dict__["project"] = project
356
+ return AclConfig(resource_name, opts=opts, __props__=__props__)
357
+
358
+ @_builtins.property
359
+ @pulumi.getter(name="idpConfig")
360
+ def idp_config(self) -> pulumi.Output[Optional['outputs.AclConfigIdpConfig']]:
361
+ """
362
+ Identity provider config.
363
+ Structure is documented below.
364
+ """
365
+ return pulumi.get(self, "idp_config")
366
+
367
+ @_builtins.property
368
+ @pulumi.getter
369
+ def location(self) -> pulumi.Output[_builtins.str]:
370
+ """
371
+ The geographic location where the data store should reside. The value can
372
+ only be one of "global", "us" and "eu".
373
+ """
374
+ return pulumi.get(self, "location")
375
+
376
+ @_builtins.property
377
+ @pulumi.getter
378
+ def name(self) -> pulumi.Output[_builtins.str]:
379
+ """
380
+ The unique full resource name of the aclConfig. Values are of the format
381
+ `projects/{project}/locations/{location}/aclConfig`.
382
+ """
383
+ return pulumi.get(self, "name")
384
+
385
+ @_builtins.property
386
+ @pulumi.getter
387
+ def project(self) -> pulumi.Output[_builtins.str]:
388
+ """
389
+ The ID of the project in which the resource belongs.
390
+ If it is not provided, the provider project is used.
391
+ """
392
+ return pulumi.get(self, "project")
393
+
@@ -16,6 +16,8 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'AclConfigIdpConfig',
20
+ 'AclConfigIdpConfigExternalIdpConfig',
19
21
  'ChatEngineChatEngineConfig',
20
22
  'ChatEngineChatEngineConfigAgentCreationConfig',
21
23
  'ChatEngineChatEngineMetadata',
@@ -46,6 +48,96 @@ __all__ = [
46
48
  'TargetSiteSiteVerificationInfo',
47
49
  ]
48
50
 
51
+ @pulumi.output_type
52
+ class AclConfigIdpConfig(dict):
53
+ @staticmethod
54
+ def __key_warning(key: str):
55
+ suggest = None
56
+ if key == "externalIdpConfig":
57
+ suggest = "external_idp_config"
58
+ elif key == "idpType":
59
+ suggest = "idp_type"
60
+
61
+ if suggest:
62
+ pulumi.log.warn(f"Key '{key}' not found in AclConfigIdpConfig. Access the value via the '{suggest}' property getter instead.")
63
+
64
+ def __getitem__(self, key: str) -> Any:
65
+ AclConfigIdpConfig.__key_warning(key)
66
+ return super().__getitem__(key)
67
+
68
+ def get(self, key: str, default = None) -> Any:
69
+ AclConfigIdpConfig.__key_warning(key)
70
+ return super().get(key, default)
71
+
72
+ def __init__(__self__, *,
73
+ external_idp_config: Optional['outputs.AclConfigIdpConfigExternalIdpConfig'] = None,
74
+ idp_type: Optional[_builtins.str] = None):
75
+ """
76
+ :param 'AclConfigIdpConfigExternalIdpConfigArgs' external_idp_config: External third party identity provider config.
77
+ Structure is documented below.
78
+ :param _builtins.str idp_type: Identity provider type.
79
+ Possible values are: `GSUITE`, `THIRD_PARTY`.
80
+ """
81
+ if external_idp_config is not None:
82
+ pulumi.set(__self__, "external_idp_config", external_idp_config)
83
+ if idp_type is not None:
84
+ pulumi.set(__self__, "idp_type", idp_type)
85
+
86
+ @_builtins.property
87
+ @pulumi.getter(name="externalIdpConfig")
88
+ def external_idp_config(self) -> Optional['outputs.AclConfigIdpConfigExternalIdpConfig']:
89
+ """
90
+ External third party identity provider config.
91
+ Structure is documented below.
92
+ """
93
+ return pulumi.get(self, "external_idp_config")
94
+
95
+ @_builtins.property
96
+ @pulumi.getter(name="idpType")
97
+ def idp_type(self) -> Optional[_builtins.str]:
98
+ """
99
+ Identity provider type.
100
+ Possible values are: `GSUITE`, `THIRD_PARTY`.
101
+ """
102
+ return pulumi.get(self, "idp_type")
103
+
104
+
105
+ @pulumi.output_type
106
+ class AclConfigIdpConfigExternalIdpConfig(dict):
107
+ @staticmethod
108
+ def __key_warning(key: str):
109
+ suggest = None
110
+ if key == "workforcePoolName":
111
+ suggest = "workforce_pool_name"
112
+
113
+ if suggest:
114
+ pulumi.log.warn(f"Key '{key}' not found in AclConfigIdpConfigExternalIdpConfig. Access the value via the '{suggest}' property getter instead.")
115
+
116
+ def __getitem__(self, key: str) -> Any:
117
+ AclConfigIdpConfigExternalIdpConfig.__key_warning(key)
118
+ return super().__getitem__(key)
119
+
120
+ def get(self, key: str, default = None) -> Any:
121
+ AclConfigIdpConfigExternalIdpConfig.__key_warning(key)
122
+ return super().get(key, default)
123
+
124
+ def __init__(__self__, *,
125
+ workforce_pool_name: Optional[_builtins.str] = None):
126
+ """
127
+ :param _builtins.str workforce_pool_name: Workforce pool name: "locations/global/workforcePools/pool_id"
128
+ """
129
+ if workforce_pool_name is not None:
130
+ pulumi.set(__self__, "workforce_pool_name", workforce_pool_name)
131
+
132
+ @_builtins.property
133
+ @pulumi.getter(name="workforcePoolName")
134
+ def workforce_pool_name(self) -> Optional[_builtins.str]:
135
+ """
136
+ Workforce pool name: "locations/global/workforcePools/pool_id"
137
+ """
138
+ return pulumi.get(self, "workforce_pool_name")
139
+
140
+
49
141
  @pulumi.output_type
50
142
  class ChatEngineChatEngineConfig(dict):
51
143
  @staticmethod
@@ -331,6 +331,14 @@ class AndroidApp(pulumi.CustomResource):
331
331
  sha256_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
332
332
  __props__=None):
333
333
  """
334
+ A Google Cloud Firebase Android application instance
335
+
336
+ To get more information about AndroidApp, see:
337
+
338
+ * [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.androidApps)
339
+ * How-to Guides
340
+ * [Official Documentation](https://firebase.google.com/docs/android/setup)
341
+
334
342
  ## Example Usage
335
343
 
336
344
  ### Firebase Android App Basic
@@ -429,6 +437,14 @@ class AndroidApp(pulumi.CustomResource):
429
437
  args: AndroidAppArgs,
430
438
  opts: Optional[pulumi.ResourceOptions] = None):
431
439
  """
440
+ A Google Cloud Firebase Android application instance
441
+
442
+ To get more information about AndroidApp, see:
443
+
444
+ * [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.androidApps)
445
+ * How-to Guides
446
+ * [Official Documentation](https://firebase.google.com/docs/android/setup)
447
+
432
448
  ## Example Usage
433
449
 
434
450
  ### Firebase Android App Basic
@@ -309,6 +309,14 @@ class AppleApp(pulumi.CustomResource):
309
309
  team_id: Optional[pulumi.Input[_builtins.str]] = None,
310
310
  __props__=None):
311
311
  """
312
+ A Google Cloud Firebase Apple application instance
313
+
314
+ To get more information about AppleApp, see:
315
+
316
+ * [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps)
317
+ * How-to Guides
318
+ * [Official Documentation](https://firebase.google.com/docs/ios/setup)
319
+
312
320
  ## Example Usage
313
321
 
314
322
  ### Firebase Apple App Basic
@@ -401,6 +409,14 @@ class AppleApp(pulumi.CustomResource):
401
409
  args: AppleAppArgs,
402
410
  opts: Optional[pulumi.ResourceOptions] = None):
403
411
  """
412
+ A Google Cloud Firebase Apple application instance
413
+
414
+ To get more information about AppleApp, see:
415
+
416
+ * [API documentation](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps)
417
+ * How-to Guides
418
+ * [Official Documentation](https://firebase.google.com/docs/ios/setup)
419
+
404
420
  ## Example Usage
405
421
 
406
422
  ### Firebase Apple App Basic
@@ -291,6 +291,14 @@ class DatabaseInstance(pulumi.CustomResource):
291
291
  type: Optional[pulumi.Input[_builtins.str]] = None,
292
292
  __props__=None):
293
293
  """
294
+ A Firebase Realtime Database instance.
295
+
296
+ To get more information about Instance, see:
297
+
298
+ * [API documentation](https://firebase.google.com/docs/reference/rest/database/database-management/rest)
299
+ * How-to Guides
300
+ * [Official Documentation](https://firebase.google.com/products/realtime-database)
301
+
294
302
  ## Example Usage
295
303
 
296
304
  ### Firebase Database Instance Basic
@@ -403,6 +411,14 @@ class DatabaseInstance(pulumi.CustomResource):
403
411
  args: DatabaseInstanceArgs,
404
412
  opts: Optional[pulumi.ResourceOptions] = None):
405
413
  """
414
+ A Firebase Realtime Database instance.
415
+
416
+ To get more information about Instance, see:
417
+
418
+ * [API documentation](https://firebase.google.com/docs/reference/rest/database/database-management/rest)
419
+ * How-to Guides
420
+ * [Official Documentation](https://firebase.google.com/products/realtime-database)
421
+
406
422
  ## Example Usage
407
423
 
408
424
  ### Firebase Database Instance Basic
@@ -325,6 +325,12 @@ class ExtensionsInstance(pulumi.CustomResource):
325
325
  project: Optional[pulumi.Input[_builtins.str]] = None,
326
326
  __props__=None):
327
327
  """
328
+ An Instance is an installation of an Extension into a user's project.
329
+
330
+ To get more information about Instance, see:
331
+ * How-to Guides
332
+ * [Official Documentation](https://firebase.google.com/products/extensions)
333
+
328
334
  ## Example Usage
329
335
 
330
336
  ### Firebase Extentions Instance Resize Image
@@ -406,6 +412,12 @@ class ExtensionsInstance(pulumi.CustomResource):
406
412
  args: ExtensionsInstanceArgs,
407
413
  opts: Optional[pulumi.ResourceOptions] = None):
408
414
  """
415
+ An Instance is an installation of an Extension into a user's project.
416
+
417
+ To get more information about Instance, see:
418
+ * How-to Guides
419
+ * [Official Documentation](https://firebase.google.com/products/extensions)
420
+
409
421
  ## Example Usage
410
422
 
411
423
  ### Firebase Extentions Instance Resize Image
@@ -167,7 +167,8 @@ def get_android_app(app_id: Optional[_builtins.str] = None,
167
167
  project: Optional[_builtins.str] = None,
168
168
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAndroidAppResult:
169
169
  """
170
- Use this data source to access information about an existing resource.
170
+ A Google Cloud Firebase Android application instance
171
+
171
172
 
172
173
  :param _builtins.str app_id: The app_id of name of the Firebase androidApp.
173
174
 
@@ -198,7 +199,8 @@ def get_android_app_output(app_id: Optional[pulumi.Input[_builtins.str]] = None,
198
199
  project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
199
200
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAndroidAppResult]:
200
201
  """
201
- Use this data source to access information about an existing resource.
202
+ A Google Cloud Firebase Android application instance
203
+
202
204
 
203
205
  :param _builtins.str app_id: The app_id of name of the Firebase androidApp.
204
206
 
@@ -154,7 +154,8 @@ def get_apple_app(app_id: Optional[_builtins.str] = None,
154
154
  project: Optional[_builtins.str] = None,
155
155
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppleAppResult:
156
156
  """
157
- Use this data source to access information about an existing resource.
157
+ A Google Cloud Firebase Apple application instance
158
+
158
159
 
159
160
  :param _builtins.str app_id: The app_id of name of the Firebase iosApp.
160
161
 
@@ -184,7 +185,8 @@ def get_apple_app_output(app_id: Optional[pulumi.Input[_builtins.str]] = None,
184
185
  project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
185
186
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppleAppResult]:
186
187
  """
187
- Use this data source to access information about an existing resource.
188
+ A Google Cloud Firebase Apple application instance
189
+
188
190
 
189
191
  :param _builtins.str app_id: The app_id of name of the Firebase iosApp.
190
192