pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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 (167) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -1,357 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
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__ = ['ProjectDefaultConfigArgs', 'ProjectDefaultConfig']
20
-
21
- @pulumi.input_type
22
- class ProjectDefaultConfigArgs:
23
- def __init__(__self__, *,
24
- project: Optional[pulumi.Input[str]] = None,
25
- sign_in: Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']] = None):
26
- """
27
- The set of arguments for constructing a ProjectDefaultConfig resource.
28
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
- If it is not provided, the provider project is used.
30
- :param pulumi.Input['ProjectDefaultConfigSignInArgs'] sign_in: Configuration related to local sign in methods.
31
- Structure is documented below.
32
- """
33
- if project is not None:
34
- pulumi.set(__self__, "project", project)
35
- if sign_in is not None:
36
- pulumi.set(__self__, "sign_in", sign_in)
37
-
38
- @property
39
- @pulumi.getter
40
- def project(self) -> Optional[pulumi.Input[str]]:
41
- """
42
- The ID of the project in which the resource belongs.
43
- If it is not provided, the provider project is used.
44
- """
45
- return pulumi.get(self, "project")
46
-
47
- @project.setter
48
- def project(self, value: Optional[pulumi.Input[str]]):
49
- pulumi.set(self, "project", value)
50
-
51
- @property
52
- @pulumi.getter(name="signIn")
53
- def sign_in(self) -> Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']]:
54
- """
55
- Configuration related to local sign in methods.
56
- Structure is documented below.
57
- """
58
- return pulumi.get(self, "sign_in")
59
-
60
- @sign_in.setter
61
- def sign_in(self, value: Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']]):
62
- pulumi.set(self, "sign_in", value)
63
-
64
-
65
- @pulumi.input_type
66
- class _ProjectDefaultConfigState:
67
- def __init__(__self__, *,
68
- name: Optional[pulumi.Input[str]] = None,
69
- project: Optional[pulumi.Input[str]] = None,
70
- sign_in: Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']] = None):
71
- """
72
- Input properties used for looking up and filtering ProjectDefaultConfig resources.
73
- :param pulumi.Input[str] name: The name of the Config resource. Example: "projects/my-awesome-project/config"
74
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
75
- If it is not provided, the provider project is used.
76
- :param pulumi.Input['ProjectDefaultConfigSignInArgs'] sign_in: Configuration related to local sign in methods.
77
- Structure is documented below.
78
- """
79
- if name is not None:
80
- pulumi.set(__self__, "name", name)
81
- if project is not None:
82
- pulumi.set(__self__, "project", project)
83
- if sign_in is not None:
84
- pulumi.set(__self__, "sign_in", sign_in)
85
-
86
- @property
87
- @pulumi.getter
88
- def name(self) -> Optional[pulumi.Input[str]]:
89
- """
90
- The name of the Config resource. Example: "projects/my-awesome-project/config"
91
- """
92
- return pulumi.get(self, "name")
93
-
94
- @name.setter
95
- def name(self, value: Optional[pulumi.Input[str]]):
96
- pulumi.set(self, "name", value)
97
-
98
- @property
99
- @pulumi.getter
100
- def project(self) -> Optional[pulumi.Input[str]]:
101
- """
102
- The ID of the project in which the resource belongs.
103
- If it is not provided, the provider project is used.
104
- """
105
- return pulumi.get(self, "project")
106
-
107
- @project.setter
108
- def project(self, value: Optional[pulumi.Input[str]]):
109
- pulumi.set(self, "project", value)
110
-
111
- @property
112
- @pulumi.getter(name="signIn")
113
- def sign_in(self) -> Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']]:
114
- """
115
- Configuration related to local sign in methods.
116
- Structure is documented below.
117
- """
118
- return pulumi.get(self, "sign_in")
119
-
120
- @sign_in.setter
121
- def sign_in(self, value: Optional[pulumi.Input['ProjectDefaultConfigSignInArgs']]):
122
- pulumi.set(self, "sign_in", value)
123
-
124
-
125
- class ProjectDefaultConfig(pulumi.CustomResource):
126
- @overload
127
- def __init__(__self__,
128
- resource_name: str,
129
- opts: Optional[pulumi.ResourceOptions] = None,
130
- project: Optional[pulumi.Input[str]] = None,
131
- sign_in: Optional[pulumi.Input[Union['ProjectDefaultConfigSignInArgs', 'ProjectDefaultConfigSignInArgsDict']]] = None,
132
- __props__=None):
133
- """
134
- > **Warning:** `identityplatform.Config` is deprecated and will be removed in the next major release of the provider. Use the `identityplatform.Config` resource instead. It contains a more comprehensive list of fields, and was created before `identityplatform.ProjectDefaultConfig` was added.
135
-
136
- There is no persistent data associated with this resource.
137
-
138
- > **Warning:** If you are using User ADCs (Application Default Credentials) with this resource,
139
- you must specify a `billing_project` and set `user_project_override` to true
140
- in the provider configuration. Otherwise the ACM API will return a 403 error.
141
- Your account must have the `serviceusage.services.use` permission on the
142
- `billing_project` you defined.
143
-
144
- ## Example Usage
145
-
146
- ### Identity Platform Project Default Config
147
-
148
- ```python
149
- import pulumi
150
- import pulumi_gcp as gcp
151
-
152
- default = gcp.identityplatform.ProjectDefaultConfig("default", sign_in={
153
- "allow_duplicate_emails": True,
154
- "anonymous": {
155
- "enabled": True,
156
- },
157
- "email": {
158
- "enabled": True,
159
- "password_required": False,
160
- },
161
- "phone_number": {
162
- "enabled": True,
163
- "test_phone_numbers": {
164
- "_11231231234": "000000",
165
- },
166
- },
167
- })
168
- ```
169
-
170
- ## Import
171
-
172
- ProjectDefaultConfig can be imported using any of these accepted formats:
173
-
174
- * `projects/{{project}}/config/{{name}}`
175
-
176
- * `{{project}}/{{name}}`
177
-
178
- * `{{name}}`
179
-
180
- When using the `pulumi import` command, ProjectDefaultConfig can be imported using one of the formats above. For example:
181
-
182
- ```sh
183
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default projects/{{project}}/config/{{name}}
184
- ```
185
-
186
- ```sh
187
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default {{project}}/{{name}}
188
- ```
189
-
190
- ```sh
191
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default {{name}}
192
- ```
193
-
194
- :param str resource_name: The name of the resource.
195
- :param pulumi.ResourceOptions opts: Options for the resource.
196
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
197
- If it is not provided, the provider project is used.
198
- :param pulumi.Input[Union['ProjectDefaultConfigSignInArgs', 'ProjectDefaultConfigSignInArgsDict']] sign_in: Configuration related to local sign in methods.
199
- Structure is documented below.
200
- """
201
- ...
202
- @overload
203
- def __init__(__self__,
204
- resource_name: str,
205
- args: Optional[ProjectDefaultConfigArgs] = None,
206
- opts: Optional[pulumi.ResourceOptions] = None):
207
- """
208
- > **Warning:** `identityplatform.Config` is deprecated and will be removed in the next major release of the provider. Use the `identityplatform.Config` resource instead. It contains a more comprehensive list of fields, and was created before `identityplatform.ProjectDefaultConfig` was added.
209
-
210
- There is no persistent data associated with this resource.
211
-
212
- > **Warning:** If you are using User ADCs (Application Default Credentials) with this resource,
213
- you must specify a `billing_project` and set `user_project_override` to true
214
- in the provider configuration. Otherwise the ACM API will return a 403 error.
215
- Your account must have the `serviceusage.services.use` permission on the
216
- `billing_project` you defined.
217
-
218
- ## Example Usage
219
-
220
- ### Identity Platform Project Default Config
221
-
222
- ```python
223
- import pulumi
224
- import pulumi_gcp as gcp
225
-
226
- default = gcp.identityplatform.ProjectDefaultConfig("default", sign_in={
227
- "allow_duplicate_emails": True,
228
- "anonymous": {
229
- "enabled": True,
230
- },
231
- "email": {
232
- "enabled": True,
233
- "password_required": False,
234
- },
235
- "phone_number": {
236
- "enabled": True,
237
- "test_phone_numbers": {
238
- "_11231231234": "000000",
239
- },
240
- },
241
- })
242
- ```
243
-
244
- ## Import
245
-
246
- ProjectDefaultConfig can be imported using any of these accepted formats:
247
-
248
- * `projects/{{project}}/config/{{name}}`
249
-
250
- * `{{project}}/{{name}}`
251
-
252
- * `{{name}}`
253
-
254
- When using the `pulumi import` command, ProjectDefaultConfig can be imported using one of the formats above. For example:
255
-
256
- ```sh
257
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default projects/{{project}}/config/{{name}}
258
- ```
259
-
260
- ```sh
261
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default {{project}}/{{name}}
262
- ```
263
-
264
- ```sh
265
- $ pulumi import gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig default {{name}}
266
- ```
267
-
268
- :param str resource_name: The name of the resource.
269
- :param ProjectDefaultConfigArgs args: The arguments to use to populate this resource's properties.
270
- :param pulumi.ResourceOptions opts: Options for the resource.
271
- """
272
- ...
273
- def __init__(__self__, resource_name: str, *args, **kwargs):
274
- resource_args, opts = _utilities.get_resource_args_opts(ProjectDefaultConfigArgs, pulumi.ResourceOptions, *args, **kwargs)
275
- if resource_args is not None:
276
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
277
- else:
278
- __self__._internal_init(resource_name, *args, **kwargs)
279
-
280
- def _internal_init(__self__,
281
- resource_name: str,
282
- opts: Optional[pulumi.ResourceOptions] = None,
283
- project: Optional[pulumi.Input[str]] = None,
284
- sign_in: Optional[pulumi.Input[Union['ProjectDefaultConfigSignInArgs', 'ProjectDefaultConfigSignInArgsDict']]] = None,
285
- __props__=None):
286
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
287
- if not isinstance(opts, pulumi.ResourceOptions):
288
- raise TypeError('Expected resource options to be a ResourceOptions instance')
289
- if opts.id is None:
290
- if __props__ is not None:
291
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
292
- __props__ = ProjectDefaultConfigArgs.__new__(ProjectDefaultConfigArgs)
293
-
294
- __props__.__dict__["project"] = project
295
- __props__.__dict__["sign_in"] = sign_in
296
- __props__.__dict__["name"] = None
297
- super(ProjectDefaultConfig, __self__).__init__(
298
- 'gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig',
299
- resource_name,
300
- __props__,
301
- opts)
302
-
303
- @staticmethod
304
- def get(resource_name: str,
305
- id: pulumi.Input[str],
306
- opts: Optional[pulumi.ResourceOptions] = None,
307
- name: Optional[pulumi.Input[str]] = None,
308
- project: Optional[pulumi.Input[str]] = None,
309
- sign_in: Optional[pulumi.Input[Union['ProjectDefaultConfigSignInArgs', 'ProjectDefaultConfigSignInArgsDict']]] = None) -> 'ProjectDefaultConfig':
310
- """
311
- Get an existing ProjectDefaultConfig resource's state with the given name, id, and optional extra
312
- properties used to qualify the lookup.
313
-
314
- :param str resource_name: The unique name of the resulting resource.
315
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
316
- :param pulumi.ResourceOptions opts: Options for the resource.
317
- :param pulumi.Input[str] name: The name of the Config resource. Example: "projects/my-awesome-project/config"
318
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
319
- If it is not provided, the provider project is used.
320
- :param pulumi.Input[Union['ProjectDefaultConfigSignInArgs', 'ProjectDefaultConfigSignInArgsDict']] sign_in: Configuration related to local sign in methods.
321
- Structure is documented below.
322
- """
323
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
324
-
325
- __props__ = _ProjectDefaultConfigState.__new__(_ProjectDefaultConfigState)
326
-
327
- __props__.__dict__["name"] = name
328
- __props__.__dict__["project"] = project
329
- __props__.__dict__["sign_in"] = sign_in
330
- return ProjectDefaultConfig(resource_name, opts=opts, __props__=__props__)
331
-
332
- @property
333
- @pulumi.getter
334
- def name(self) -> pulumi.Output[str]:
335
- """
336
- The name of the Config resource. Example: "projects/my-awesome-project/config"
337
- """
338
- return pulumi.get(self, "name")
339
-
340
- @property
341
- @pulumi.getter
342
- def project(self) -> pulumi.Output[str]:
343
- """
344
- The ID of the project in which the resource belongs.
345
- If it is not provided, the provider project is used.
346
- """
347
- return pulumi.get(self, "project")
348
-
349
- @property
350
- @pulumi.getter(name="signIn")
351
- def sign_in(self) -> pulumi.Output[Optional['outputs.ProjectDefaultConfigSignIn']]:
352
- """
353
- Configuration related to local sign in methods.
354
- Structure is documented below.
355
- """
356
- return pulumi.get(self, "sign_in")
357
-