pulumi-gcp 9.4.0a1760251681__py3-none-any.whl → 9.4.0a1760424526__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 (33) hide show
  1. pulumi_gcp/activedirectory/domain_trust.py +4 -0
  2. pulumi_gcp/activedirectory/peering.py +12 -0
  3. pulumi_gcp/alloydb/cluster.py +4 -0
  4. pulumi_gcp/artifactregistry/get_maven_artifact.py +4 -0
  5. pulumi_gcp/artifactregistry/get_tag.py +4 -0
  6. pulumi_gcp/compute/get_region_disk.py +4 -0
  7. pulumi_gcp/containeranalysis/occurence.py +4 -0
  8. pulumi_gcp/datastream/stream.py +4 -0
  9. pulumi_gcp/developerconnect/git_repository_link.py +4 -0
  10. pulumi_gcp/endpoints/consumers_iam_binding.py +4 -0
  11. pulumi_gcp/endpoints/consumers_iam_member.py +4 -0
  12. pulumi_gcp/endpoints/consumers_iam_policy.py +4 -0
  13. pulumi_gcp/firebase/app_hosting_build.py +4 -0
  14. pulumi_gcp/lustre/get_instance.py +4 -0
  15. pulumi_gcp/monitoring/uptime_check_config.py +4 -0
  16. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -0
  17. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -0
  18. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -0
  19. pulumi_gcp/organizations/get_client_config.py +4 -0
  20. pulumi_gcp/organizations/get_client_open_id_user_info.py +4 -0
  21. pulumi_gcp/projects/get_ancestry.py +4 -0
  22. pulumi_gcp/pulumi-plugin.json +1 -1
  23. pulumi_gcp/secretmanager/secret_version.py +40 -0
  24. pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +4 -0
  25. pulumi_gcp/securitycenter/folder_notification_config.py +4 -0
  26. pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +4 -0
  27. pulumi_gcp/securitycenter/organization_scc_big_query_export.py +4 -0
  28. pulumi_gcp/securitycenter/project_scc_big_query_export.py +4 -0
  29. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +4 -0
  30. {pulumi_gcp-9.4.0a1760251681.dist-info → pulumi_gcp-9.4.0a1760424526.dist-info}/METADATA +1 -1
  31. {pulumi_gcp-9.4.0a1760251681.dist-info → pulumi_gcp-9.4.0a1760424526.dist-info}/RECORD +33 -33
  32. {pulumi_gcp-9.4.0a1760251681.dist-info → pulumi_gcp-9.4.0a1760424526.dist-info}/WHEEL +0 -0
  33. {pulumi_gcp-9.4.0a1760251681.dist-info → pulumi_gcp-9.4.0a1760424526.dist-info}/top_level.txt +0 -0
@@ -328,6 +328,8 @@ class DomainTrust(pulumi.CustomResource):
328
328
 
329
329
  ## Example Usage
330
330
 
331
+ ### Active Directory Domain Trust Basic
332
+
331
333
  ## Import
332
334
 
333
335
  DomainTrust can be imported using any of these accepted formats:
@@ -385,6 +387,8 @@ class DomainTrust(pulumi.CustomResource):
385
387
 
386
388
  ## Example Usage
387
389
 
390
+ ### Active Directory Domain Trust Basic
391
+
388
392
  ## Import
389
393
 
390
394
  DomainTrust can be imported using any of these accepted formats:
@@ -340,6 +340,12 @@ class Peering(pulumi.CustomResource):
340
340
 
341
341
  ## Example Usage
342
342
 
343
+ ### Active Directory Peering Basic
344
+
345
+ ## Import
346
+
347
+ This resource does not support import.
348
+
343
349
  :param str resource_name: The name of the resource.
344
350
  :param pulumi.ResourceOptions opts: Options for the resource.
345
351
  :param pulumi.Input[_builtins.str] authorized_network: The full names of the Google Compute Engine networks to which the instance is connected. Caller needs to make sure that CIDR subnets do not overlap between networks, else peering creation will fail.
@@ -370,6 +376,12 @@ class Peering(pulumi.CustomResource):
370
376
 
371
377
  ## Example Usage
372
378
 
379
+ ### Active Directory Peering Basic
380
+
381
+ ## Import
382
+
383
+ This resource does not support import.
384
+
373
385
  :param str resource_name: The name of the resource.
374
386
  :param PeeringArgs args: The arguments to use to populate this resource's properties.
375
387
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -1223,6 +1223,8 @@ class Cluster(pulumi.CustomResource):
1223
1223
  deletion_protection=False)
1224
1224
  project = gcp.organizations.get_project()
1225
1225
  ```
1226
+ ### Alloydb Cluster Restore
1227
+
1226
1228
  ### Alloydb Secondary Cluster Basic
1227
1229
 
1228
1230
  ```python
@@ -1480,6 +1482,8 @@ class Cluster(pulumi.CustomResource):
1480
1482
  deletion_protection=False)
1481
1483
  project = gcp.organizations.get_project()
1482
1484
  ```
1485
+ ### Alloydb Cluster Restore
1486
+
1483
1487
  ### Alloydb Secondary Cluster Basic
1484
1488
 
1485
1489
  ```python
@@ -166,6 +166,8 @@ def get_maven_artifact(artifact_id: Optional[_builtins.str] = None,
166
166
  """
167
167
  This data source fetches information from a provided Artifact Registry repository, based on a the latest version of the artifact and optional version.
168
168
 
169
+ ## Example Usage
170
+
169
171
 
170
172
  :param _builtins.str artifact_id: The name of the artifact to fetch. Can optionally include a specific version (e.g., `my_artifact:1.2.3`). If no version is provided, the latest version is used.
171
173
  :param _builtins.str group_id: Group ID for the artifact. Example: `com.google.guava`
@@ -203,6 +205,8 @@ def get_maven_artifact_output(artifact_id: Optional[pulumi.Input[_builtins.str]]
203
205
  """
204
206
  This data source fetches information from a provided Artifact Registry repository, based on a the latest version of the artifact and optional version.
205
207
 
208
+ ## Example Usage
209
+
206
210
 
207
211
  :param _builtins.str artifact_id: The name of the artifact to fetch. Can optionally include a specific version (e.g., `my_artifact:1.2.3`). If no version is provided, the latest version is used.
208
212
  :param _builtins.str group_id: Group ID for the artifact. Example: `com.google.guava`
@@ -127,6 +127,8 @@ def get_tag(location: Optional[_builtins.str] = None,
127
127
  """
128
128
  This data source fetches information of a tag from a provided Artifact Registry repository.
129
129
 
130
+ ## Example Usage
131
+
130
132
 
131
133
  :param _builtins.str location: The location of the artifact registry.
132
134
  :param _builtins.str package_name: The name of the package.
@@ -161,6 +163,8 @@ def get_tag_output(location: Optional[pulumi.Input[_builtins.str]] = None,
161
163
  """
162
164
  This data source fetches information of a tag from a provided Artifact Registry repository.
163
165
 
166
+ ## Example Usage
167
+
164
168
 
165
169
  :param _builtins.str location: The location of the artifact registry.
166
170
  :param _builtins.str package_name: The name of the package.
@@ -356,6 +356,8 @@ def get_region_disk(name: Optional[_builtins.str] = None,
356
356
 
357
357
  [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
358
358
 
359
+ ## Example Usage
360
+
359
361
 
360
362
  :param _builtins.str name: The name of a specific disk.
361
363
 
@@ -415,6 +417,8 @@ def get_region_disk_output(name: Optional[pulumi.Input[_builtins.str]] = None,
415
417
 
416
418
  [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
417
419
 
420
+ ## Example Usage
421
+
418
422
 
419
423
  :param _builtins.str name: The name of a specific disk.
420
424
 
@@ -335,6 +335,8 @@ class Occurence(pulumi.CustomResource):
335
335
 
336
336
  ## Example Usage
337
337
 
338
+ ### Container Analysis Occurrence Kms
339
+
338
340
  ## Import
339
341
 
340
342
  Occurrence can be imported using any of these accepted formats:
@@ -398,6 +400,8 @@ class Occurence(pulumi.CustomResource):
398
400
 
399
401
  ## Example Usage
400
402
 
403
+ ### Container Analysis Occurrence Kms
404
+
401
405
  ## Import
402
406
 
403
407
  Occurrence can be imported using any of these accepted formats:
@@ -1062,6 +1062,8 @@ class Stream(pulumi.CustomResource):
1062
1062
  },
1063
1063
  backfill_none={})
1064
1064
  ```
1065
+ ### Datastream Stream Mysql Gtid
1066
+
1065
1067
  ### Datastream Stream Postgresql Bigquery Dataset Id
1066
1068
 
1067
1069
  ```python
@@ -2116,6 +2118,8 @@ class Stream(pulumi.CustomResource):
2116
2118
  },
2117
2119
  backfill_none={})
2118
2120
  ```
2121
+ ### Datastream Stream Mysql Gtid
2122
+
2119
2123
  ### Datastream Stream Postgresql Bigquery Dataset Id
2120
2124
 
2121
2125
  ```python
@@ -492,6 +492,8 @@ class GitRepositoryLink(pulumi.CustomResource):
492
492
 
493
493
  ## Example Usage
494
494
 
495
+ ### Developer Connect Git Repository Link Github Doc
496
+
495
497
  ## Import
496
498
 
497
499
  GitRepositoryLink can be imported using any of these accepted formats:
@@ -553,6 +555,8 @@ class GitRepositoryLink(pulumi.CustomResource):
553
555
 
554
556
  ## Example Usage
555
557
 
558
+ ### Developer Connect Git Repository Link Github Doc
559
+
556
560
  ## Import
557
561
 
558
562
  GitRepositoryLink can be imported using any of these accepted formats:
@@ -277,6 +277,8 @@ class ConsumersIamBinding(pulumi.CustomResource):
277
277
 
278
278
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
279
279
 
280
+ ## endpoints.ConsumersIamPolicy
281
+
280
282
  ## Import
281
283
 
282
284
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -354,6 +356,8 @@ class ConsumersIamBinding(pulumi.CustomResource):
354
356
 
355
357
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
356
358
 
359
+ ## endpoints.ConsumersIamPolicy
360
+
357
361
  ## Import
358
362
 
359
363
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -277,6 +277,8 @@ class ConsumersIamMember(pulumi.CustomResource):
277
277
 
278
278
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
279
279
 
280
+ ## endpoints.ConsumersIamPolicy
281
+
280
282
  ## Import
281
283
 
282
284
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -354,6 +356,8 @@ class ConsumersIamMember(pulumi.CustomResource):
354
356
 
355
357
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
356
358
 
359
+ ## endpoints.ConsumersIamPolicy
360
+
357
361
  ## Import
358
362
 
359
363
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -170,6 +170,8 @@ class ConsumersIamPolicy(pulumi.CustomResource):
170
170
 
171
171
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
172
172
 
173
+ ## endpoints.ConsumersIamPolicy
174
+
173
175
  ## Import
174
176
 
175
177
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -234,6 +236,8 @@ class ConsumersIamPolicy(pulumi.CustomResource):
234
236
 
235
237
  > **Note:** `endpoints.ConsumersIamBinding` resources **can be** used in conjunction with `endpoints.ConsumersIamMember` resources **only if** they do not grant privilege to the same role.
236
238
 
239
+ ## endpoints.ConsumersIamPolicy
240
+
237
241
  ## Import
238
242
 
239
243
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -700,6 +700,8 @@ class AppHostingBuild(pulumi.CustomResource):
700
700
  role="roles/firebaseapphosting.computeRunner",
701
701
  member=service_account.member)
702
702
  ```
703
+ ### Firebase App Hosting Build Github
704
+
703
705
  ## Import
704
706
 
705
707
  Build can be imported using any of these accepted formats:
@@ -841,6 +843,8 @@ class AppHostingBuild(pulumi.CustomResource):
841
843
  role="roles/firebaseapphosting.computeRunner",
842
844
  member=service_account.member)
843
845
  ```
846
+ ### Firebase App Hosting Build Github
847
+
844
848
  ## Import
845
849
 
846
850
  Build can be imported using any of these accepted formats:
@@ -218,6 +218,8 @@ def get_instance(instance_id: Optional[_builtins.str] = None,
218
218
  """
219
219
  Use this data source to get information about a Lustre instance. For more information see the [API docs](https://cloud.google.com/filestore/docs/lustre/reference/rest/v1/projects.locations.instances).
220
220
 
221
+ ## Example Usage
222
+
221
223
 
222
224
  :param _builtins.str instance_id: The instance id of the Lustre instance.
223
225
  :param _builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
@@ -257,6 +259,8 @@ def get_instance_output(instance_id: Optional[pulumi.Input[_builtins.str]] = Non
257
259
  """
258
260
  Use this data source to get information about a Lustre instance. For more information see the [API docs](https://cloud.google.com/filestore/docs/lustre/reference/rest/v1/projects.locations.instances).
259
261
 
262
+ ## Example Usage
263
+
260
264
 
261
265
  :param _builtins.str instance_id: The instance id of the Lustre instance.
262
266
  :param _builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
@@ -625,6 +625,8 @@ class UptimeCheckConfig(pulumi.CustomResource):
625
625
  }],
626
626
  checker_type="STATIC_IP_CHECKERS")
627
627
  ```
628
+ ### Uptime Check Config Http Password Wo
629
+
628
630
  ### Uptime Check Config Status Code
629
631
 
630
632
  ```python
@@ -881,6 +883,8 @@ class UptimeCheckConfig(pulumi.CustomResource):
881
883
  }],
882
884
  checker_type="STATIC_IP_CHECKERS")
883
885
  ```
886
+ ### Uptime Check Config Http Password Wo
887
+
884
888
  ### Uptime Check Config Status Code
885
889
 
886
890
  ```python
@@ -328,6 +328,8 @@ class AddressGroupIamBinding(pulumi.CustomResource):
328
328
 
329
329
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
330
330
 
331
+ ## networksecurity.AddressGroupIamPolicy
332
+
331
333
  ## Import
332
334
 
333
335
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -412,6 +414,8 @@ class AddressGroupIamBinding(pulumi.CustomResource):
412
414
 
413
415
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
414
416
 
417
+ ## networksecurity.AddressGroupIamPolicy
418
+
415
419
  ## Import
416
420
 
417
421
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -328,6 +328,8 @@ class AddressGroupIamMember(pulumi.CustomResource):
328
328
 
329
329
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
330
330
 
331
+ ## networksecurity.AddressGroupIamPolicy
332
+
331
333
  ## Import
332
334
 
333
335
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -412,6 +414,8 @@ class AddressGroupIamMember(pulumi.CustomResource):
412
414
 
413
415
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
414
416
 
417
+ ## networksecurity.AddressGroupIamPolicy
418
+
415
419
  ## Import
416
420
 
417
421
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -221,6 +221,8 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
221
221
 
222
222
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
223
223
 
224
+ ## networksecurity.AddressGroupIamPolicy
225
+
224
226
  ## Import
225
227
 
226
228
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -292,6 +294,8 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
292
294
 
293
295
  > **Note:** `networksecurity.AddressGroupIamBinding` resources **can be** used in conjunction with `networksecurity.AddressGroupIamMember` resources **only if** they do not grant privilege to the same role.
294
296
 
297
+ ## networksecurity.AddressGroupIamPolicy
298
+
295
299
  ## Import
296
300
 
297
301
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -117,6 +117,8 @@ def get_client_config(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableG
117
117
  current = gcp.organizations.get_client_config()
118
118
  pulumi.export("project", current.project)
119
119
  ```
120
+
121
+ ### Configure Kubernetes Provider With OAuth2 Access Token
120
122
  """
121
123
  __args__ = dict()
122
124
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -140,6 +142,8 @@ def get_client_config_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.I
140
142
  current = gcp.organizations.get_client_config()
141
143
  pulumi.export("project", current.project)
142
144
  ```
145
+
146
+ ### Configure Kubernetes Provider With OAuth2 Access Token
143
147
  """
144
148
  __args__ = dict()
145
149
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -83,6 +83,8 @@ def get_client_open_id_user_info(opts: Optional[pulumi.InvokeOptions] = None) ->
83
83
  me = gcp.organizations.get_client_open_id_user_info()
84
84
  pulumi.export("my-email", me.email)
85
85
  ```
86
+
87
+ ### OpenID Connect W/ Kubernetes Provider + RBAC IAM Role
86
88
  """
87
89
  __args__ = dict()
88
90
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -116,6 +118,8 @@ def get_client_open_id_user_info_output(opts: Optional[Union[pulumi.InvokeOption
116
118
  me = gcp.organizations.get_client_open_id_user_info()
117
119
  pulumi.export("my-email", me.email)
118
120
  ```
121
+
122
+ ### OpenID Connect W/ Kubernetes Provider + RBAC IAM Role
119
123
  """
120
124
  __args__ = dict()
121
125
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -113,6 +113,8 @@ def get_ancestry(project: Optional[_builtins.str] = None,
113
113
  Retrieve the ancestors for a project.
114
114
  See the [REST API](https://cloud.google.com/resource-manager/reference/rest/v1/projects/getAncestry) for more details.
115
115
 
116
+ ## Example Usage
117
+
116
118
 
117
119
  :param _builtins.str project: The ID of the project. If it is not provided, the provider project is used.
118
120
  """
@@ -134,6 +136,8 @@ def get_ancestry_output(project: Optional[pulumi.Input[Optional[_builtins.str]]]
134
136
  Retrieve the ancestors for a project.
135
137
  See the [REST API](https://cloud.google.com/resource-manager/reference/rest/v1/projects/getAncestry) for more details.
136
138
 
139
+ ## Example Usage
140
+
137
141
 
138
142
  :param _builtins.str project: The ID of the project. If it is not provided, the provider project is used.
139
143
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "9.4.0-alpha.1760251681"
4
+ "version": "9.4.0-alpha.1760424526"
5
5
  }
@@ -358,6 +358,8 @@ class SecretVersion(pulumi.CustomResource):
358
358
  secret=secret_basic.id,
359
359
  secret_data="secret-data")
360
360
  ```
361
+ ### Secret Version Basic Write Only
362
+
361
363
  ### Secret Version Deletion Policy Abandon
362
364
 
363
365
  ```python
@@ -419,6 +421,24 @@ class SecretVersion(pulumi.CustomResource):
419
421
  is_secret_data_base64=True,
420
422
  secret_data=std.filebase64(input="secret-data.pfx").result)
421
423
  ```
424
+ ### Secret Version With Base64 String Secret Data Write Only
425
+
426
+ ## Ephemeral Attributes Reference
427
+
428
+ The following write-only attributes are supported:
429
+
430
+ * `secret_data_wo` -
431
+ (Optional)
432
+ The secret data. Must be no larger than 64KiB. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
433
+ **Note**: This property is write-only and will not be read from the API.
434
+
435
+ <a name="nested_payload"></a>The `payload` block supports:
436
+
437
+ * `secret_data_wo` -
438
+ (Optional)
439
+ The secret data. Must be no larger than 64KiB. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
440
+ **Note**: This property is write-only and will not be read from the API.
441
+
422
442
  ## Import
423
443
 
424
444
  SecretVersion can be imported using any of these accepted formats:
@@ -484,6 +504,8 @@ class SecretVersion(pulumi.CustomResource):
484
504
  secret=secret_basic.id,
485
505
  secret_data="secret-data")
486
506
  ```
507
+ ### Secret Version Basic Write Only
508
+
487
509
  ### Secret Version Deletion Policy Abandon
488
510
 
489
511
  ```python
@@ -545,6 +567,24 @@ class SecretVersion(pulumi.CustomResource):
545
567
  is_secret_data_base64=True,
546
568
  secret_data=std.filebase64(input="secret-data.pfx").result)
547
569
  ```
570
+ ### Secret Version With Base64 String Secret Data Write Only
571
+
572
+ ## Ephemeral Attributes Reference
573
+
574
+ The following write-only attributes are supported:
575
+
576
+ * `secret_data_wo` -
577
+ (Optional)
578
+ The secret data. Must be no larger than 64KiB. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
579
+ **Note**: This property is write-only and will not be read from the API.
580
+
581
+ <a name="nested_payload"></a>The `payload` block supports:
582
+
583
+ * `secret_data_wo` -
584
+ (Optional)
585
+ The secret data. Must be no larger than 64KiB. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
586
+ **Note**: This property is write-only and will not be read from the API.
587
+
548
588
  ## Import
549
589
 
550
590
  SecretVersion can be imported using any of these accepted formats:
@@ -275,6 +275,8 @@ class EventThreatDetectionCustomModule(pulumi.CustomResource):
275
275
 
276
276
  ## Example Usage
277
277
 
278
+ ### Scc Event Threat Detection Custom Module
279
+
278
280
  ## Import
279
281
 
280
282
  EventThreatDetectionCustomModule can be imported using any of these accepted formats:
@@ -322,6 +324,8 @@ class EventThreatDetectionCustomModule(pulumi.CustomResource):
322
324
 
323
325
  ## Example Usage
324
326
 
327
+ ### Scc Event Threat Detection Custom Module
328
+
325
329
  ## Import
326
330
 
327
331
  EventThreatDetectionCustomModule can be imported using any of these accepted formats:
@@ -263,6 +263,8 @@ class FolderNotificationConfig(pulumi.CustomResource):
263
263
 
264
264
  ## Example Usage
265
265
 
266
+ ### Scc Folder Notification Config Basic
267
+
266
268
  ## Import
267
269
 
268
270
  FolderNotificationConfig can be imported using any of these accepted formats:
@@ -314,6 +316,8 @@ class FolderNotificationConfig(pulumi.CustomResource):
314
316
 
315
317
  ## Example Usage
316
318
 
319
+ ### Scc Folder Notification Config Basic
320
+
317
321
  ## Import
318
322
 
319
323
  FolderNotificationConfig can be imported using any of these accepted formats:
@@ -311,6 +311,8 @@ class ManagementOrganizationEventThreatDetectionCustomModule(pulumi.CustomResour
311
311
 
312
312
  ## Example Usage
313
313
 
314
+ ### Scc Management Organization Event Threat Detection Custom Module
315
+
314
316
  ## Import
315
317
 
316
318
  OrganizationEventThreatDetectionCustomModule can be imported using any of these accepted formats:
@@ -359,6 +361,8 @@ class ManagementOrganizationEventThreatDetectionCustomModule(pulumi.CustomResour
359
361
 
360
362
  ## Example Usage
361
363
 
364
+ ### Scc Management Organization Event Threat Detection Custom Module
365
+
362
366
  ## Import
363
367
 
364
368
  OrganizationEventThreatDetectionCustomModule can be imported using any of these accepted formats:
@@ -396,6 +396,8 @@ class OrganizationSccBigQueryExport(pulumi.CustomResource):
396
396
 
397
397
  ## Example Usage
398
398
 
399
+ ### Scc Organization Big Query Export Config Basic
400
+
399
401
  ## Import
400
402
 
401
403
  OrganizationSccBigQueryExport can be imported using any of these accepted formats:
@@ -465,6 +467,8 @@ class OrganizationSccBigQueryExport(pulumi.CustomResource):
465
467
 
466
468
  ## Example Usage
467
469
 
470
+ ### Scc Organization Big Query Export Config Basic
471
+
468
472
  ## Import
469
473
 
470
474
  OrganizationSccBigQueryExport can be imported using any of these accepted formats:
@@ -397,6 +397,8 @@ class ProjectSccBigQueryExport(pulumi.CustomResource):
397
397
 
398
398
  ## Example Usage
399
399
 
400
+ ### Scc Project Big Query Export Config Basic
401
+
400
402
  ## Import
401
403
 
402
404
  ProjectSccBigQueryExport can be imported using any of these accepted formats:
@@ -472,6 +474,8 @@ class ProjectSccBigQueryExport(pulumi.CustomResource):
472
474
 
473
475
  ## Example Usage
474
476
 
477
+ ### Scc Project Big Query Export Config Basic
478
+
475
479
  ## Import
476
480
 
477
481
  ProjectSccBigQueryExport can be imported using any of these accepted formats:
@@ -430,6 +430,8 @@ class V2ProjectSccBigQueryExport(pulumi.CustomResource):
430
430
 
431
431
  ## Example Usage
432
432
 
433
+ ### Scc V2 Project Big Query Export Config Basic
434
+
433
435
  ## Import
434
436
 
435
437
  ProjectSccBigQueryExport can be imported using any of these accepted formats:
@@ -506,6 +508,8 @@ class V2ProjectSccBigQueryExport(pulumi.CustomResource):
506
508
 
507
509
  ## Example Usage
508
510
 
511
+ ### Scc V2 Project Big Query Export Config Basic
512
+
509
513
  ## Import
510
514
 
511
515
  ProjectSccBigQueryExport can be imported using any of these accepted formats:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 9.4.0a1760251681
3
+ Version: 9.4.0a1760424526
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -2,7 +2,7 @@ pulumi_gcp/__init__.py,sha256=PuMGWMhZ0M3mYUrTk5OzktdXOoY3q7lO1NnR0pTsZt0,255244
2
2
  pulumi_gcp/_inputs.py,sha256=9NE1j2Jtucd4Z7z_r1il6wrHGF17X2oNokzIEQIOYZE,3787
3
3
  pulumi_gcp/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_gcp/provider.py,sha256=D5OkrZN8orQ1Gqz9yrV7i0RsRInlX6caJPfjQsFPak8,233131
5
- pulumi_gcp/pulumi-plugin.json,sha256=_K2HhkMfw4mxeq1dWToHSKgeTgySICM0IC4qHsQTKns,79
5
+ pulumi_gcp/pulumi-plugin.json,sha256=VGfx3bKXhRY7v39sxmLSR8kb6GavU0z_Mbiw75nUFCY,79
6
6
  pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  pulumi_gcp/accessapproval/__init__.py,sha256=7WCKQDjkMsqVD0VCrMLh7-CQN7MTmnk2UROrYzvs0F4,413
8
8
  pulumi_gcp/accessapproval/get_folder_service_account.py,sha256=34v0e2PxL6mgp2WnY01WVPWbvxtzwRkqtl9mzoRkOLo,6441
@@ -34,12 +34,12 @@ pulumi_gcp/accesscontextmanager/service_perimeter_resource.py,sha256=YXeIjjI7gtM
34
34
  pulumi_gcp/accesscontextmanager/service_perimeters.py,sha256=Vd8Q0gAoaqzZJ7ty5h7oo_x83MWQbnZmMgOBIsZzF0U,17193
35
35
  pulumi_gcp/activedirectory/__init__.py,sha256=WxKaqweYb5Bc9hdtNyVsgd1BMdp4YgkqRAAloOS69xQ,353
36
36
  pulumi_gcp/activedirectory/domain.py,sha256=sNR839l6maaqJDSLnYNRbTEL84LK5mDpAhK119kB-ow,38424
37
- pulumi_gcp/activedirectory/domain_trust.py,sha256=stWh0HVK4ocJCdYB_pEwsbLXL0bxQ8HuGE1OuyMQngI,30455
38
- pulumi_gcp/activedirectory/peering.py,sha256=D9ZO2OG1bcyp3UJ4jNM7GKntdEjPQMkvBwQ0kZmwBgs,29168
37
+ pulumi_gcp/activedirectory/domain_trust.py,sha256=wti2y71b1MszslEbU3hiF5q-d1mYcgLkEWXeLtrNKw4,30553
38
+ pulumi_gcp/activedirectory/peering.py,sha256=VmoRtS5_a2iARiTSAQs8dOdMnnXu_GLr3ZyJ3e30lHA,29390
39
39
  pulumi_gcp/alloydb/__init__.py,sha256=rVLlziGHmJKpybu_Dq1o1Y9uYd2dFuCGtvzofBXc-98,542
40
40
  pulumi_gcp/alloydb/_inputs.py,sha256=qi4bbcUGA9jd8_2-jkhPU-AHDFk8wuLlVImmMBw6560,121403
41
41
  pulumi_gcp/alloydb/backup.py,sha256=TgfJubuPpGmylshQ4b8dUFkGgsDJ7N2OoHcIgZmKEic,68649
42
- pulumi_gcp/alloydb/cluster.py,sha256=W3WzJOLaOsky6hMkn62bpdUsokt1PejuZAjkFEMfslk,114083
42
+ pulumi_gcp/alloydb/cluster.py,sha256=IVMp2J0mCR9qpJ_fCvU8a19kHKE_NBRSBDY6MNEAIcE,114157
43
43
  pulumi_gcp/alloydb/get_cluster.py,sha256=XoZZPXWc7IhIr_OxbLK4xs7km4Msh-ZqZOGIq0WqlBc,25663
44
44
  pulumi_gcp/alloydb/get_instance.py,sha256=IoxjpYeKMCqsr7Njiwt9KUbLAFMBZzj9xGifTP8fSnE,23159
45
45
  pulumi_gcp/alloydb/get_locations.py,sha256=LVBKL5pSWEui1Df3eHxPMb9kwACl2qPX7AqB6dxHALo,4396
@@ -144,7 +144,7 @@ pulumi_gcp/artifactregistry/_inputs.py,sha256=CofzRDUPGVJwcG2v7AkVln_cdUXC5PUYUx
144
144
  pulumi_gcp/artifactregistry/get_docker_image.py,sha256=Ou872c37OMPZgum2KZkAqQ6oOo2713mrfoMnZEKb6IU,13261
145
145
  pulumi_gcp/artifactregistry/get_docker_images.py,sha256=KrIBbpuESpX89pU4NoV91g_GnBkGa5lR--DmbOoZKEU,6911
146
146
  pulumi_gcp/artifactregistry/get_locations.py,sha256=iB1fSMsSApHLlrPDW_cUrMhJ7oTF-wxkuE-OTE7d1Sk,5827
147
- pulumi_gcp/artifactregistry/get_maven_artifact.py,sha256=C1DQB2hoKD14oGMDm2ndDQv-zXO0QkZ_mIIIm804FWg,10584
147
+ pulumi_gcp/artifactregistry/get_maven_artifact.py,sha256=lvktqqZgA-pph07VNFzwhk2WR5C3yPeXVs-dCZfXFPY,10628
148
148
  pulumi_gcp/artifactregistry/get_maven_artifacts.py,sha256=Zpk88R9IUt83RnoPeOWrp0CoKWdX9KJPZubEoPshrag,7015
149
149
  pulumi_gcp/artifactregistry/get_npm_package.py,sha256=GqeyqlvioO7mfdwZBhuO0d7NFPQa02T29JDHTxE8tPU,10628
150
150
  pulumi_gcp/artifactregistry/get_npm_packages.py,sha256=Pckd8__HMKM7XcSNli7bWu3fFH1nB8SBluLc0zlg_ec,6864
@@ -153,7 +153,7 @@ pulumi_gcp/artifactregistry/get_python_package.py,sha256=TPGyirbZ2UJAoi1RZJabC6V
153
153
  pulumi_gcp/artifactregistry/get_repositories.py,sha256=TYb1xyT_UIYmrb8KYoSC_sq2Ra6PfgWVdWBOrrxz3s4,7202
154
154
  pulumi_gcp/artifactregistry/get_repository.py,sha256=Hdx-UUA_3rXfMyu50dRd5OkSEoCHu8K97ZTWTbzL42E,16611
155
155
  pulumi_gcp/artifactregistry/get_repository_iam_policy.py,sha256=9exrXQE8hjA4lsxtV2eI_MVnVqmbxTSbt_PboA8emvg,8676
156
- pulumi_gcp/artifactregistry/get_tag.py,sha256=L9Cs5zDh08goKn1mWKl4sLhx0CgpFUqyiaNH7FCNzwk,7907
156
+ pulumi_gcp/artifactregistry/get_tag.py,sha256=xmYnUBNyqpJt1sDVgzt6waJa0YpYl7He4_faqVz3HFQ,7951
157
157
  pulumi_gcp/artifactregistry/get_tags.py,sha256=-V5EhUaGaS8SWd9VfkZ--3TM866jR-bEikfunK7YmdM,8839
158
158
  pulumi_gcp/artifactregistry/get_version.py,sha256=GU8YtogNomphOhbJuz9-nN6zClf5_NaNleNlCBvkInw,11787
159
159
  pulumi_gcp/artifactregistry/outputs.py,sha256=yZFoN84VIl9pwh9a_gN9N2aeihEWTYU-bWcJ2Gz_7os,109855
@@ -572,7 +572,7 @@ pulumi_gcp/compute/get_networks.py,sha256=sSGqLaVMum1ZSTmur05gyPVYp-L1Ic0uxbNpXX
572
572
  pulumi_gcp/compute/get_node_types.py,sha256=WGnQHlhnPFEf5hszOlV_QGHTrIlKGl662CKTNS3bBjo,6262
573
573
  pulumi_gcp/compute/get_region_backend_service.py,sha256=z6ZnmL9VS3qGO0JFuNM2MhCFBYUJdUNtYpuNwszsWwc,26046
574
574
  pulumi_gcp/compute/get_region_backend_service_iam_policy.py,sha256=xeSf52eginRjvXhazhQcY9whA7UbxK0Av792SZl1MYs,8179
575
- pulumi_gcp/compute/get_region_disk.py,sha256=n1TQvVPqMkSwGiHyQQUBHDMe9VwTBZ-RgP8LO6WHVBk,23235
575
+ pulumi_gcp/compute/get_region_disk.py,sha256=4u6KWjjFygbKTLnQi6dcsh7MPGGvRXK-B-5jwepbUt4,23279
576
576
  pulumi_gcp/compute/get_region_disk_iam_policy.py,sha256=UyDyHiofg_LqRddAN4Y8qnbXoVBmKgnzKMAGFIyXdF4,7827
577
577
  pulumi_gcp/compute/get_region_instance_group.py,sha256=M1pep4MgMfTy_dS6I4-Nm7JdxOUeGeSHesD98QKMfmI,9103
578
578
  pulumi_gcp/compute/get_region_instance_group_manager.py,sha256=gPQQzAPFEWF6gGX4N7RdudgO7knhfEi7U07cMWeeP98,25968
@@ -776,7 +776,7 @@ pulumi_gcp/containeranalysis/note.py,sha256=D9rcGpY1Yzx1zBW_N98CiSADFUi1RpsPHTmt
776
776
  pulumi_gcp/containeranalysis/note_iam_binding.py,sha256=u4T24Lti5D0busKpHsL82nOaGQeP6TfSEpT1IluBYTA,43177
777
777
  pulumi_gcp/containeranalysis/note_iam_member.py,sha256=6tG1Akn9LifRQU4NF-UVxfTHP1sDZZuivrmPXwS2m7Q,42776
778
778
  pulumi_gcp/containeranalysis/note_iam_policy.py,sha256=tY6vObRY1bgAZDyiSq_kr0nMUn6_urhlR6B5cuEFHYc,26305
779
- pulumi_gcp/containeranalysis/occurence.py,sha256=zrvy98wKpp8AUmZ1tyO6VJL6cu1CHMd-Wb6bdGt2Bbs,28595
779
+ pulumi_gcp/containeranalysis/occurence.py,sha256=k6HZMef26ApboRuMc8uqxvCzuhnesVOpnm20DTSMkn0,28689
780
780
  pulumi_gcp/containeranalysis/outputs.py,sha256=ZBc9VecNTu_H73jiaov9yhLDyoBMwHMBUq8tdCjwDVg,12216
781
781
  pulumi_gcp/databasemigrationservice/__init__.py,sha256=JOlbvRPTp-at7LprzC3NppNk4D9r38MP1Jsgz9RGVPI,422
782
782
  pulumi_gcp/databasemigrationservice/_inputs.py,sha256=p-EOzBZJvO3v3F67lQ4FpK3deyJrrr-rm1KvzXDFWDA,122756
@@ -939,7 +939,7 @@ pulumi_gcp/datastream/connection_profile.py,sha256=70b2wdNoO3BXnj3goDXCQx2aKGSYA
939
939
  pulumi_gcp/datastream/get_static_ips.py,sha256=i3es7Lgl1KXxEsQ5lgZNtVi033HE7WkokQATDFoo-D8,5645
940
940
  pulumi_gcp/datastream/outputs.py,sha256=z1j8uzNCIeawAemsHQSbfttzLnAHgNMldPC8V_kt4WE,242323
941
941
  pulumi_gcp/datastream/private_connection.py,sha256=Uw6RjP6R2kOlVNsxLyfMdfK9vfJaTBYup0c46BDXj1k,40865
942
- pulumi_gcp/datastream/stream.py,sha256=YYzPUqtEOCC3tIlaQzM375IyQuzYA_vU7XqZBMeR0vk,123904
942
+ pulumi_gcp/datastream/stream.py,sha256=sWXtGQkzkEufNA9KJhAcp6cqs6XXtBnMaaeknMepnjw,123988
943
943
  pulumi_gcp/deploymentmanager/__init__.py,sha256=HgV_D3VBE6WF9Hli_6b9rf1-S4w-bv80Q4Ln-y4EoP8,351
944
944
  pulumi_gcp/deploymentmanager/_inputs.py,sha256=UaDtTivzpkOh2WKXevKG7ZsIvZCIOX4SVKexbZBKRb0,7795
945
945
  pulumi_gcp/deploymentmanager/deployment.py,sha256=LDL8dTjrNUW4Ez5sOltLUeISw8SeeaiGj3rJDT1qBD0,40301
@@ -948,7 +948,7 @@ pulumi_gcp/developerconnect/__init__.py,sha256=4k--h1tBMoJxd6GrbfcqHQSjczqKHdt4G
948
948
  pulumi_gcp/developerconnect/_inputs.py,sha256=dQXmFLHJ5Rd1_BSHwDicO6J7WQigrpRmVBnzUNmLY5c,102906
949
949
  pulumi_gcp/developerconnect/account_connector.py,sha256=zJv5mH7XLMbIKcBvUS9xqbthlLWz3IB74FlP0pUBD0k,42886
950
950
  pulumi_gcp/developerconnect/connection.py,sha256=IZ09Kx3PS_3VlvE5vtMLYpdR8WFrdlPQiapuuZ-um08,91839
951
- pulumi_gcp/developerconnect/git_repository_link.py,sha256=d8_HKzIgXXx_6irOV_QjcYoJxKhN0RFxPcEl4tHOwlw,46202
951
+ pulumi_gcp/developerconnect/git_repository_link.py,sha256=Klm3jvDhUq13G92gK-XzEu5kYvh4rbB50n_Q5XXz058,46326
952
952
  pulumi_gcp/developerconnect/insights_config.py,sha256=eqPs4TLoz3GTLxoY9_JsigM2NYwxhajBO8qTrUhro60,45766
953
953
  pulumi_gcp/developerconnect/outputs.py,sha256=9nk5l_R8ZYkb3j1sRLhOWlgVxBxK31f7k9hox6tI1Tc,78761
954
954
  pulumi_gcp/diagflow/__init__.py,sha256=b6OXriEqewvZkB28MGmlhgTo789DFZ067EYZV2tr1IA,876
@@ -1015,9 +1015,9 @@ pulumi_gcp/edgenetwork/network.py,sha256=FyAoBCQ_X53mn98jydWxRNJAegjXAe6RvosTT0y
1015
1015
  pulumi_gcp/edgenetwork/subnet.py,sha256=ucCTgFYLMcHmcuLKVIpTY1PNjtPl5YjqQVtTtfT_r6g,45560
1016
1016
  pulumi_gcp/endpoints/__init__.py,sha256=l5A-AHq7Fudvurosm1jvs9ANejhhzmUVb7haLiQOX8Q,646
1017
1017
  pulumi_gcp/endpoints/_inputs.py,sha256=YbRxBC2KsWu_jZq8TMRumOwTtJvRGYodGfsQ_pgvX7A,16226
1018
- pulumi_gcp/endpoints/consumers_iam_binding.py,sha256=drCzI_actzzOV3gfN_JRm537kkOVAMEOCITn_NgE8mQ,35219
1019
- pulumi_gcp/endpoints/consumers_iam_member.py,sha256=am8D0m10rKOIYmckKN9OBhZRXfaAKwTDYwPU3xmSEls,34818
1020
- pulumi_gcp/endpoints/consumers_iam_policy.py,sha256=CyRTqtO4EHSIKXBGN9dF43wVYe8bIkpnA7uTaexmjlw,18303
1018
+ pulumi_gcp/endpoints/consumers_iam_binding.py,sha256=KYYydlQrFxYJZuHU-gnwz0rCzcfSfFGP0CZ5y4-bnI4,35301
1019
+ pulumi_gcp/endpoints/consumers_iam_member.py,sha256=ym34u0-lv-eTo1bON6lHpcBHTS6N3OBRyXxje4XdSk0,34900
1020
+ pulumi_gcp/endpoints/consumers_iam_policy.py,sha256=sRUgN0jPzSBT_bpHXEgkwbfrm68VK69BU2XCPcpWYYE,18385
1021
1021
  pulumi_gcp/endpoints/get_service_consumers_iam_policy.py,sha256=9zhtojzO4z8KQESPPpI5Z3yD00P85IW76Awwdi0SW88,6116
1022
1022
  pulumi_gcp/endpoints/get_service_iam_policy.py,sha256=V1-38xHyt5KRN58DEiwhGcofhDzYEUPNxZ0zs6VfScY,5113
1023
1023
  pulumi_gcp/endpoints/outputs.py,sha256=XaMmgMEjxQHNFGY7pd_y_ic0vX3Apba1kBTlClNLbwE,9778
@@ -1061,7 +1061,7 @@ pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py,sha256=U2RQeL07zEGa
1061
1061
  pulumi_gcp/firebase/app_check_recaptcha_v3_config.py,sha256=10phphfUjQ6jjvdXQ9AlBdgpLHeDpgRpuB8BA95yCiM,24263
1062
1062
  pulumi_gcp/firebase/app_check_service_config.py,sha256=BeyYKU1dlr1D91Rusq85r6rOn5-8lJVjaEfLk9hGofM,19305
1063
1063
  pulumi_gcp/firebase/app_hosting_backend.py,sha256=-6fk6WkFHSaaLlA47s4SmczK8CEqaO1PYQjEr6Kotj8,67060
1064
- pulumi_gcp/firebase/app_hosting_build.py,sha256=D7FUuz9Dw6-Ys3KqpPF8g2-TtYUkH9NwTFKNro-MA5g,59065
1064
+ pulumi_gcp/firebase/app_hosting_build.py,sha256=_8iifdMAfUC3i1eAkOw3pTXYyXhRM4kKj0PweIxAI98,59159
1065
1065
  pulumi_gcp/firebase/app_hosting_default_domain.py,sha256=Ovq2pypIMfXbmZG8sgc32Br6IJXRL5faCazuTs63qPM,30203
1066
1066
  pulumi_gcp/firebase/app_hosting_domain.py,sha256=Os7HIN0Mqk4MhEt6F2EaqkyGjVDWzM-xv67e_27Ijg4,33600
1067
1067
  pulumi_gcp/firebase/app_hosting_traffic.py,sha256=dALgLrkRU_wqTJslfbNrfMwEi13IQbfA9iZXzlWTAkA,39849
@@ -1390,7 +1390,7 @@ pulumi_gcp/looker/_inputs.py,sha256=ZlmYMz7ln7ohq2_zqQkhww61LSPMV78mE5vq5gtL1G8,
1390
1390
  pulumi_gcp/looker/instance.py,sha256=5NI_49t2MErzNptpHP8VIMQPTIVuQcmwptue5qXfwLA,101361
1391
1391
  pulumi_gcp/looker/outputs.py,sha256=vCmgFGyumI1D9CLVPl0uN_umF0k4GTIXmsK8wPvi7Wo,28421
1392
1392
  pulumi_gcp/lustre/__init__.py,sha256=v3WRd23PkUH66o1MQoqDjPhGN6ZHblU2vXA5XWaxl3w,332
1393
- pulumi_gcp/lustre/get_instance.py,sha256=pRxGnAm2oYFGtdoALtBtE81rHoQeyCmYVot0q85F3qo,13328
1393
+ pulumi_gcp/lustre/get_instance.py,sha256=XsOKL1kKETxLQt_CDoEjjes6HgIQdxEWpbjZXRl_j1k,13372
1394
1394
  pulumi_gcp/lustre/instance.py,sha256=j8ytLhIXbgVI1g6GtTrwyWklIdGUPAKgSC72cGIMwDw,48170
1395
1395
  pulumi_gcp/managedkafka/__init__.py,sha256=trVhZecNvqQq6RDJRbGxYg1NKyeVt5Ohcg34yT8Jm8g,444
1396
1396
  pulumi_gcp/managedkafka/_inputs.py,sha256=ijgSZD-J77zixvhJwmGEPGId-9NTk7fqVWf7sbzn7y4,38587
@@ -1444,7 +1444,7 @@ pulumi_gcp/monitoring/monitored_project.py,sha256=ngQarZHsrZNkbt8bqw5adRT_iUenvn
1444
1444
  pulumi_gcp/monitoring/notification_channel.py,sha256=hL0LJBoS99lOUWcSjQAURClyqwfOWaHWfLVRZY8xB-c,55770
1445
1445
  pulumi_gcp/monitoring/outputs.py,sha256=_0ipl7YOQPIBSoBkjb3N0dSUSiKUBvZL8KiS9kDVP0M,233785
1446
1446
  pulumi_gcp/monitoring/slo.py,sha256=R7t_TpfgOVlWF2UzclAP4JUvz6QlX_TCzmIsk82KWaI,59712
1447
- pulumi_gcp/monitoring/uptime_check_config.py,sha256=HVXrv9hHiNLCotQonZ7V4EMK_VYoTywu4bypTwTpzYE,69812
1447
+ pulumi_gcp/monitoring/uptime_check_config.py,sha256=n620EPbf5dn4IXzunkEZ32aK4zrMNK6i2uBrBawfv88,69912
1448
1448
  pulumi_gcp/netapp/__init__.py,sha256=9pR1FWM3GBsgq2Hrp-7njeJIHo5Vq_j8PgvSES_nzlw,609
1449
1449
  pulumi_gcp/netapp/_inputs.py,sha256=GKcmUsndkfHGS9k3B2LqGR1CgfpL7gOr5_KFkzguFhA,93926
1450
1450
  pulumi_gcp/netapp/active_directory.py,sha256=B8DLeBcCdlM4dXG173Pshb3pfb-mi-riRwpvsYup4cc,76007
@@ -1478,9 +1478,9 @@ pulumi_gcp/networkmanagement/vpc_flow_logs_config.py,sha256=_tjiI-oSkrE_Gw5bvOf3
1478
1478
  pulumi_gcp/networksecurity/__init__.py,sha256=9m409oOrr9veJhHW4fef6sNMVuit07nB0e_f2DfMOfo,1326
1479
1479
  pulumi_gcp/networksecurity/_inputs.py,sha256=jX4u08z24mvj1E1gJPj7JVOGS8ROHKx03pWFDyvvyTg,229416
1480
1480
  pulumi_gcp/networksecurity/address_group.py,sha256=8JcwW5nAknWEBEUMP2TzRsIqhJe2SiTRMmTzJxymdzo,39620
1481
- pulumi_gcp/networksecurity/address_group_iam_binding.py,sha256=68bDpbfPF_VnnQoNXMOQxuMw2ZmM9mh4hygw1_N9URU,40512
1482
- pulumi_gcp/networksecurity/address_group_iam_member.py,sha256=xeVxk7rbQFNO4HHJGTCbzbUjJ2SVQaposo5F0r9ZP0A,40111
1483
- pulumi_gcp/networksecurity/address_group_iam_policy.py,sha256=wz5mXCtxzPC9_XeeXXHieA8y2-0I8exNgHIN9d5JuJg,23494
1481
+ pulumi_gcp/networksecurity/address_group_iam_binding.py,sha256=gyNi9HWNv4gf74nWv85Qfkjuwso8neGzc7I0AkbWhJ0,40612
1482
+ pulumi_gcp/networksecurity/address_group_iam_member.py,sha256=PSSDTCUmOeU-HeC8TKXlyKvJ9tkuy9kPvRw2wwSq8kQ,40211
1483
+ pulumi_gcp/networksecurity/address_group_iam_policy.py,sha256=6VLjQUwF1K8MgeAxhTJj8yAR75s5n9qiHM6nbNKigWY,23594
1484
1484
  pulumi_gcp/networksecurity/authorization_policy.py,sha256=0lk89B4-0y9hmMydVuPrnt3HyXmzDzNJdDKgcsxpaOc,36304
1485
1485
  pulumi_gcp/networksecurity/authz_policy.py,sha256=2RPkUoIl_fhfFc39e11jXkL0J0u4hj3C7St4OA4mTBI,44858
1486
1486
  pulumi_gcp/networksecurity/backend_authentication_config.py,sha256=pjvVdNaP07UxrOie9A94qE_j5yHpqWgRIoMCj_qfW4k,47635
@@ -1559,8 +1559,8 @@ pulumi_gcp/organizations/access_approval_settings.py,sha256=ke72yFtsKVHOIvw8LhPA
1559
1559
  pulumi_gcp/organizations/folder.py,sha256=7xs-dEmJS63haWMl67KJyzwnnv8xch747T_KLZGvwwA,29893
1560
1560
  pulumi_gcp/organizations/get_active_folder.py,sha256=uQbuH3BfPkuI7U1_M4dbgl2v0Egm2_YvJGy3R_xCm_w,7221
1561
1561
  pulumi_gcp/organizations/get_billing_account.py,sha256=aLAM47V4vgYgqFN1wGceWfsAcS7rtGyjntzy2MGBv90,9753
1562
- pulumi_gcp/organizations/get_client_config.py,sha256=UObVlmqeYhHM2Hp7FM0YjuZwFKN-g61bIoNmg0qzNuo,5493
1563
- pulumi_gcp/organizations/get_client_open_id_user_info.py,sha256=QbASLIh007H_aiHkTj5GYKN-vlVg__q_EuUiNysh0Yw,4690
1562
+ pulumi_gcp/organizations/get_client_config.py,sha256=iKqZ9cMHyqnsogyK6e-GojTiL1VIAsIZIy7FNIWiL5Q,5621
1563
+ pulumi_gcp/organizations/get_client_open_id_user_info.py,sha256=WG2bIRMt3Nr0qlv5v5sEA2O13KYROPImct9AKSAb1w0,4816
1564
1564
  pulumi_gcp/organizations/get_folder.py,sha256=oaivwmptOS34Voib70U0kK3F9u8GyGDSQmW2VBOwkTY,11609
1565
1565
  pulumi_gcp/organizations/get_folders.py,sha256=D4HNJoGvExsFsowfpTozOP_3r-TaoHphMxuO8MRLY1U,4984
1566
1566
  pulumi_gcp/organizations/get_iam_custom_role.py,sha256=Q8ufMgQF-VfX4p-aj6A9-o5R41TpyoQGvukHCdNYe04,7949
@@ -1620,7 +1620,7 @@ pulumi_gcp/projects/_inputs.py,sha256=y29iJ2_5c6I3VgQr-8cb-NDn-qE10DmR92CS-_B9IH
1620
1620
  pulumi_gcp/projects/access_approval_settings.py,sha256=-SgZdalSZRGpRnzqwBVMbCD20gSfu0yVg_1bCxd2RPI,38290
1621
1621
  pulumi_gcp/projects/api_key.py,sha256=6OsFo5xqU14imO21IaNN_TDqSrY7fW0hOdWl7yiO1fs,28916
1622
1622
  pulumi_gcp/projects/default_service_accounts.py,sha256=Bp3u_c8bR3knj5G0KWbqFDbOzr0jbFd9YbWZ8W3v4Pg,19757
1623
- pulumi_gcp/projects/get_ancestry.py,sha256=g_oXNhjzxOGRtR8FHVwrT57jRXOFOHmCr5RLU7r3QSo,5821
1623
+ pulumi_gcp/projects/get_ancestry.py,sha256=PdsoStOn7fPNp16uoMpEsuNsZdNNyAq9vYalvjssXTg,5865
1624
1624
  pulumi_gcp/projects/get_iam_custom_role.py,sha256=N2_lVwkypmmCLdRfmfQbD97R5hQHNXMSti7lLWyID94,7975
1625
1625
  pulumi_gcp/projects/get_iam_custom_roles.py,sha256=I55ApFG7oCVWMHHwJitmw6GYwU4b4KvSLHOLrcUWX9c,7068
1626
1626
  pulumi_gcp/projects/get_iam_policy.py,sha256=jCL0_mL61ORb_St5SUW67FN7huNt2HAlNUGkcWDxpgc,4696
@@ -1716,7 +1716,7 @@ pulumi_gcp/secretmanager/secret.py,sha256=ZuYwmPJksIFdAXnd_USezXQMQKBd6buBBRCUdd
1716
1716
  pulumi_gcp/secretmanager/secret_iam_binding.py,sha256=XwRkf4lJYnxR_2y1m7N6etfv9u-RPhU0Ms6zBo37dpA,53910
1717
1717
  pulumi_gcp/secretmanager/secret_iam_member.py,sha256=bnpvlpQ3pb3pWmrvgzJYNT80iimMGXql0xxTBOV192k,53503
1718
1718
  pulumi_gcp/secretmanager/secret_iam_policy.py,sha256=QQzApVBJjqRLXXvxeJ3iS2OwY7J_Qin_trZjQkWvtyQ,35588
1719
- pulumi_gcp/secretmanager/secret_version.py,sha256=bpqRgpaDC22pO6o3zji7G1x4PBoYsgOTYFAyVZbmpl8,33610
1719
+ pulumi_gcp/secretmanager/secret_version.py,sha256=c_JBpL8IBcqKlcVdU5MBMSqEMfYO4AgIG5A69tpfCVc,35626
1720
1720
  pulumi_gcp/securesourcemanager/__init__.py,sha256=qJj35ia77XdThohMCwNYIYe1lrFXGh1HHPW_JjCeQnY,720
1721
1721
  pulumi_gcp/securesourcemanager/_inputs.py,sha256=AxwuaCzfCVnqOdzz3LbgNvTq2CLdR1I_JcVW2mabkfs,25542
1722
1722
  pulumi_gcp/securesourcemanager/branch_rule.py,sha256=kdczqQFwSlvditITsLrnu4wvwsc-7ESZMPqH0OZPioY,44883
@@ -1734,9 +1734,9 @@ pulumi_gcp/securesourcemanager/repository_iam_member.py,sha256=vEdLIV8NyKR4BEKcS
1734
1734
  pulumi_gcp/securesourcemanager/repository_iam_policy.py,sha256=FGHqfGUY40zLB7NO7rdCe8WJmykO0S4_u2F3RjU9Ob4,32625
1735
1735
  pulumi_gcp/securitycenter/__init__.py,sha256=L-CNdDEnkGo4nnsRW_gfVkrO21C4Nk9jq_x19AFrUpw,2039
1736
1736
  pulumi_gcp/securitycenter/_inputs.py,sha256=KkSAxYzG5JMFfj6g6OYGjSpY8bgacGEWFhU6ZNwLJsE,178017
1737
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py,sha256=rNwKLiNyMQSSx5CCk285ptI5D1WIAupsIzYh_h1zIMI,24336
1737
+ pulumi_gcp/securitycenter/event_threat_detection_custom_module.py,sha256=fBMNCzzHg52TOn0SOahukiLv9Jkc-HwUBz7k86NpW74,24444
1738
1738
  pulumi_gcp/securitycenter/folder_custom_module.py,sha256=yqJGL2VWvk2x1wpblF5SP0nrp5Hv8F8zr7txr9XPZ6s,32084
1739
- pulumi_gcp/securitycenter/folder_notification_config.py,sha256=_EGRkxd5Zzf7X6rU3NAVcX1f4oaNq6Nu2L5OHWzX8uE,22663
1739
+ pulumi_gcp/securitycenter/folder_notification_config.py,sha256=1Hdme3jk-pW8MrifBL3VPUdOXNwKSUeRtGsv24MC2cU,22763
1740
1740
  pulumi_gcp/securitycenter/folder_scc_big_query_export.py,sha256=WP2-CS7-fslBTlqfkZFkwyZqRleRrvKMbonYX3MAyms,37590
1741
1741
  pulumi_gcp/securitycenter/get_source_iam_policy.py,sha256=H9PsZ8DVFhTYsO2AL7QnitjC51abvBopGnp8_8XtI90,5698
1742
1742
  pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py,sha256=rMv4fPN4L0CfVcJj3QaquhXzoHAhC-ofcyCvfrqmyXY,6134
@@ -1744,17 +1744,17 @@ pulumi_gcp/securitycenter/instance_iam_binding.py,sha256=WqkopCWYeIt8-IijD_rmVPB
1744
1744
  pulumi_gcp/securitycenter/instance_iam_member.py,sha256=CpmfoMKADV_5znD4gNsib9GFd8T_cdzRDCkPxmd1lcs,29253
1745
1745
  pulumi_gcp/securitycenter/instance_iam_policy.py,sha256=hOA-LTisdHdBY1CFvyEHeI3orzOffjFUfu5XlAUGbNc,26379
1746
1746
  pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py,sha256=__2HBWlqGWwVWG5uCdH019d8cKqoo7VK4tbVQsNP8qw,36904
1747
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py,sha256=zHIni5Rwcx7Lft2v24MzajeOFQRUvzYmxX_FM9jy3rw,27510
1747
+ pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py,sha256=WRTTpO9I9xvbSp9r4U6L_lblZa4JegdT70OXv1ACqXU,27666
1748
1748
  pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py,sha256=ZY-VEo3V_2ClsSFLIqUcJq_wBsEwogdm3IJOsgaqYDI,36944
1749
1749
  pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py,sha256=jFV0-QSROIxHRBlADCE3CL3DJJ-mLsdrhIlCrog09QI,37246
1750
1750
  pulumi_gcp/securitycenter/mute_config.py,sha256=Mfms23qo0sxqKi8CPASpSzcmpXt1wdjqbjOVBXENLno,32228
1751
1751
  pulumi_gcp/securitycenter/notification_config.py,sha256=rWgIq-v0f9pedg4n2Qy9Rny4054w1dZXTM3e9WZYLlA,23835
1752
1752
  pulumi_gcp/securitycenter/organization_custom_module.py,sha256=TK7LHfB0k3xrIx4spdxdGcWgVIOW-agRxAwjaIUqjic,32088
1753
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py,sha256=h9XD-Qyd61gPVWHymVGAPgsa2x61syrHtxiML5DLtHI,37173
1753
+ pulumi_gcp/securitycenter/organization_scc_big_query_export.py,sha256=3ar3pAX9N-On-SAjKO1Qp5qQlNXohNLwTm2gwcUY5CI,37293
1754
1754
  pulumi_gcp/securitycenter/outputs.py,sha256=5A3lAcelhpuBNpHJhEZ5WWExE1b0zqBpQiUD1kml66Q,117613
1755
1755
  pulumi_gcp/securitycenter/project_custom_module.py,sha256=yT6dRlAqJRicTgJbUVl49kYMh-V5ImXIBKlFBslkggQ,32161
1756
1756
  pulumi_gcp/securitycenter/project_notification_config.py,sha256=L5UtSk1AWX7J5oAm7sJleOwxqXe5ci6imtHzVLOYSJs,24156
1757
- pulumi_gcp/securitycenter/project_scc_big_query_export.py,sha256=T6oCH8LxD46_5EQxDimJSyn6Sk2UxQFAR0T15tM6smY,37159
1757
+ pulumi_gcp/securitycenter/project_scc_big_query_export.py,sha256=VnS-R__BeiA63J9I-f9C90-rjyCciLIFVSYkg12u7O0,37269
1758
1758
  pulumi_gcp/securitycenter/source.py,sha256=oGSSfGlUROKb5FR7mD6KDWowbaCpQHo5nHfk52cncIM,17238
1759
1759
  pulumi_gcp/securitycenter/source_iam_binding.py,sha256=f03x-5Ws0PKBvq2u8RRxJLxR6yFj7S_lqLDqSNPa7I0,16180
1760
1760
  pulumi_gcp/securitycenter/source_iam_member.py,sha256=MxIFZ9sQt3n5wpb9K9Skpk6URYvzmSWiDvj0_bIJWpo,15883
@@ -1772,7 +1772,7 @@ pulumi_gcp/securitycenter/v2_organization_source_iam_member.py,sha256=jlfqmsTqsY
1772
1772
  pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py,sha256=vWMBLtaFK_tnI7BKfwqIFl061UDgt5ThhBTEc8rLW2w,25709
1773
1773
  pulumi_gcp/securitycenter/v2_project_mute_config.py,sha256=C4T2d8IIStWnIEKdZmKkzn7TkUSCpVKAQydw8bUOPfg,30028
1774
1774
  pulumi_gcp/securitycenter/v2_project_notification_config.py,sha256=Gfmfd-0yJGuF5fgDR-gISZK8y10UpRdz6zHIlk8aasE,26805
1775
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py,sha256=HEgolg824V3_I4CaPYY3t_FIZ03HbGEenN5UAgp3uIY,39768
1775
+ pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py,sha256=4uY69fT188dmeVccJFJFi2aY2gKF2jIgDL8C4b09Aio,39884
1776
1776
  pulumi_gcp/securityposture/__init__.py,sha256=GeOrks969msJHR30lo2ACt_Ape5T-TGOt0k-6RpOLT4,382
1777
1777
  pulumi_gcp/securityposture/_inputs.py,sha256=WDuEDVsAFGkOHB1ovwyiOVp85wXNUGGnq9Dxwelt084,88008
1778
1778
  pulumi_gcp/securityposture/outputs.py,sha256=y765y6xGuDYnZoJEV93rXE4seEqHW5yJ4080CrTYnkQ,62973
@@ -2034,7 +2034,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=KM_jsjBkRDDF_v6H
2034
2034
  pulumi_gcp/workstations/workstation_iam_binding.py,sha256=_KGKrsho5AbuZ3K2D1lmoN8KsbiMh2L2saIeO86AkVQ,57772
2035
2035
  pulumi_gcp/workstations/workstation_iam_member.py,sha256=5KIgJXVQno-z6nv7tlgTZhExU2vO_pmEqtDz4249NMc,57371
2036
2036
  pulumi_gcp/workstations/workstation_iam_policy.py,sha256=rU98LWchg9ucBAkBTRYmvxf2usGpxStcUzTSWGm3NL8,40795
2037
- pulumi_gcp-9.4.0a1760251681.dist-info/METADATA,sha256=C6ldzkay3E5IGtGcT9pQUky8u4_ytlRYCvNfYRsix20,2740
2038
- pulumi_gcp-9.4.0a1760251681.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2039
- pulumi_gcp-9.4.0a1760251681.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
2040
- pulumi_gcp-9.4.0a1760251681.dist-info/RECORD,,
2037
+ pulumi_gcp-9.4.0a1760424526.dist-info/METADATA,sha256=ZhjV1anNi3tzznILzLwUHjXeIVn-wAI2kbbOGidTZ84,2740
2038
+ pulumi_gcp-9.4.0a1760424526.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2039
+ pulumi_gcp-9.4.0a1760424526.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
2040
+ pulumi_gcp-9.4.0a1760424526.dist-info/RECORD,,