pulumi-gcp 7.31.0a1720850808__py3-none-any.whl → 7.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +51 -0
- pulumi_gcp/alloydb/cluster.py +0 -24
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +0 -12
- pulumi_gcp/bigquery/dataset.py +0 -28
- pulumi_gcp/bigquery/dataset_access.py +0 -28
- pulumi_gcp/bigquery/outputs.py +0 -24
- pulumi_gcp/bigquery/reservation_assignment.py +48 -30
- pulumi_gcp/bigtable/authorized_view.py +104 -0
- pulumi_gcp/certificateauthority/certificate_template.py +2 -2
- pulumi_gcp/certificatemanager/_inputs.py +33 -0
- pulumi_gcp/certificatemanager/outputs.py +36 -0
- pulumi_gcp/certificatemanager/trust_config.py +107 -0
- pulumi_gcp/compute/_inputs.py +3 -6
- pulumi_gcp/compute/ca_external_account_key.py +2 -2
- pulumi_gcp/compute/get_health_check.py +11 -1
- pulumi_gcp/compute/global_address.py +16 -4
- pulumi_gcp/compute/global_forwarding_rule.py +2 -4
- pulumi_gcp/compute/health_check.py +124 -0
- pulumi_gcp/compute/instance.py +14 -14
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/outputs.py +4 -8
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/compute/target_instance.py +2 -2
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note.py +2 -2
- pulumi_gcp/dataloss/_inputs.py +3 -0
- pulumi_gcp/dataloss/outputs.py +2 -0
- pulumi_gcp/dataloss/prevention_job_trigger.py +90 -0
- pulumi_gcp/dataplex/_inputs.py +56 -0
- pulumi_gcp/dataplex/datascan.py +12 -0
- pulumi_gcp/dataplex/outputs.py +52 -0
- pulumi_gcp/filestore/backup.py +2 -2
- pulumi_gcp/filestore/instance.py +2 -2
- pulumi_gcp/filestore/snapshot.py +2 -2
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/get_membership_binding.py +222 -0
- pulumi_gcp/gkehub/outputs.py +31 -0
- pulumi_gcp/iap/client.py +7 -7
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +110 -7
- pulumi_gcp/kms/get_crypto_keys.py +143 -0
- pulumi_gcp/kms/get_key_rings.py +119 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/outputs.py +382 -0
- pulumi_gcp/logging/_inputs.py +12 -12
- pulumi_gcp/logging/folder_bucket_config.py +6 -6
- pulumi_gcp/logging/organization_bucket_config.py +6 -6
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/logging/project_bucket_config.py +6 -6
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +2 -2
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +2 -2
- pulumi_gcp/netapp/storage_pool.py +132 -53
- pulumi_gcp/netapp/volume.py +60 -4
- pulumi_gcp/networksecurity/address_group.py +85 -1
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
- pulumi_gcp/networksecurity/security_profile_group.py +2 -2
- pulumi_gcp/orgpolicy/_inputs.py +40 -10
- pulumi_gcp/orgpolicy/outputs.py +28 -8
- pulumi_gcp/orgpolicy/policy.py +52 -35
- pulumi_gcp/privilegedaccessmanager/entitlement.py +4 -0
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pubsub/_inputs.py +3 -3
- pulumi_gcp/pubsub/outputs.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +5 -0
- pulumi_gcp/securesourcemanager/_inputs.py +284 -0
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +177 -0
- pulumi_gcp/securesourcemanager/outputs.py +202 -0
- pulumi_gcp/securesourcemanager/repository.py +715 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +804 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +804 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +643 -0
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +576 -0
- pulumi_gcp/securityposture/posture_deployment.py +0 -78
- pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- pulumi_gcp/vertex/_inputs.py +21 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +222 -0
- pulumi_gcp/vertex/outputs.py +15 -1
- pulumi_gcp/workstations/_inputs.py +33 -1
- pulumi_gcp/workstations/outputs.py +23 -1
- pulumi_gcp/workstations/workstation_config.py +18 -0
- {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.32.0.dist-info}/RECORD +103 -91
- {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.32.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.31.0a1720850808.dist-info → pulumi_gcp-7.32.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/orgpolicy/policy.py
CHANGED
@@ -30,11 +30,12 @@ class PolicyArgs:
|
|
30
30
|
:param pulumi.Input[str] parent: The parent of the resource.
|
31
31
|
|
32
32
|
|
33
|
-
|
34
33
|
- - -
|
35
34
|
:param pulumi.Input['PolicyDryRunSpecArgs'] dry_run_spec: Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
35
|
+
Structure is documented below.
|
36
36
|
:param pulumi.Input[str] name: Immutable. The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * `projects/{project_number}/policies/{constraint_name}` * `folders/{folder_id}/policies/{constraint_name}` * `organizations/{organization_id}/policies/{constraint_name}` For example, "projects/123/policies/compute.disableSerialPortAccess". Note: `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, but responses will return the name using the equivalent project number.
|
37
37
|
:param pulumi.Input['PolicySpecArgs'] spec: Basic information about the Organization Policy.
|
38
|
+
Structure is documented below.
|
38
39
|
"""
|
39
40
|
pulumi.set(__self__, "parent", parent)
|
40
41
|
if dry_run_spec is not None:
|
@@ -51,7 +52,6 @@ class PolicyArgs:
|
|
51
52
|
The parent of the resource.
|
52
53
|
|
53
54
|
|
54
|
-
|
55
55
|
- - -
|
56
56
|
"""
|
57
57
|
return pulumi.get(self, "parent")
|
@@ -65,6 +65,7 @@ class PolicyArgs:
|
|
65
65
|
def dry_run_spec(self) -> Optional[pulumi.Input['PolicyDryRunSpecArgs']]:
|
66
66
|
"""
|
67
67
|
Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
68
|
+
Structure is documented below.
|
68
69
|
"""
|
69
70
|
return pulumi.get(self, "dry_run_spec")
|
70
71
|
|
@@ -89,6 +90,7 @@ class PolicyArgs:
|
|
89
90
|
def spec(self) -> Optional[pulumi.Input['PolicySpecArgs']]:
|
90
91
|
"""
|
91
92
|
Basic information about the Organization Policy.
|
93
|
+
Structure is documented below.
|
92
94
|
"""
|
93
95
|
return pulumi.get(self, "spec")
|
94
96
|
|
@@ -108,14 +110,15 @@ class _PolicyState:
|
|
108
110
|
"""
|
109
111
|
Input properties used for looking up and filtering Policy resources.
|
110
112
|
:param pulumi.Input['PolicyDryRunSpecArgs'] dry_run_spec: Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
113
|
+
Structure is documented below.
|
111
114
|
:param pulumi.Input[str] etag: Optional. An opaque tag indicating the current state of the policy, used for concurrency control. This 'etag' is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
112
115
|
:param pulumi.Input[str] name: Immutable. The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * `projects/{project_number}/policies/{constraint_name}` * `folders/{folder_id}/policies/{constraint_name}` * `organizations/{organization_id}/policies/{constraint_name}` For example, "projects/123/policies/compute.disableSerialPortAccess". Note: `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, but responses will return the name using the equivalent project number.
|
113
116
|
:param pulumi.Input[str] parent: The parent of the resource.
|
114
117
|
|
115
118
|
|
116
|
-
|
117
119
|
- - -
|
118
120
|
:param pulumi.Input['PolicySpecArgs'] spec: Basic information about the Organization Policy.
|
121
|
+
Structure is documented below.
|
119
122
|
"""
|
120
123
|
if dry_run_spec is not None:
|
121
124
|
pulumi.set(__self__, "dry_run_spec", dry_run_spec)
|
@@ -133,6 +136,7 @@ class _PolicyState:
|
|
133
136
|
def dry_run_spec(self) -> Optional[pulumi.Input['PolicyDryRunSpecArgs']]:
|
134
137
|
"""
|
135
138
|
Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
139
|
+
Structure is documented below.
|
136
140
|
"""
|
137
141
|
return pulumi.get(self, "dry_run_spec")
|
138
142
|
|
@@ -171,7 +175,6 @@ class _PolicyState:
|
|
171
175
|
The parent of the resource.
|
172
176
|
|
173
177
|
|
174
|
-
|
175
178
|
- - -
|
176
179
|
"""
|
177
180
|
return pulumi.get(self, "parent")
|
@@ -185,6 +188,7 @@ class _PolicyState:
|
|
185
188
|
def spec(self) -> Optional[pulumi.Input['PolicySpecArgs']]:
|
186
189
|
"""
|
187
190
|
Basic information about the Organization Policy.
|
191
|
+
Structure is documented below.
|
188
192
|
"""
|
189
193
|
return pulumi.get(self, "spec")
|
190
194
|
|
@@ -204,16 +208,19 @@ class Policy(pulumi.CustomResource):
|
|
204
208
|
spec: Optional[pulumi.Input[Union['PolicySpecArgs', 'PolicySpecArgsDict']]] = None,
|
205
209
|
__props__=None):
|
206
210
|
"""
|
207
|
-
|
211
|
+
Defines an organization policy which is used to specify constraints for configurations of Google Cloud resources.
|
212
|
+
|
213
|
+
To get more information about Policy, see:
|
214
|
+
|
215
|
+
* [API documentation](https://cloud.google.com/resource-manager/docs/reference/orgpolicy/rest/v2/organizations.policies)
|
216
|
+
* How-to Guides
|
217
|
+
* [Official Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/creating-managing-custom-constraints)
|
218
|
+
* [Supported Services](https://cloud.google.com/resource-manager/docs/organization-policy/custom-constraint-supported-services)
|
208
219
|
|
209
|
-
For more information, see:
|
210
|
-
* [Understanding Org Policy concepts](https://cloud.google.com/resource-manager/docs/organization-policy/overview)
|
211
|
-
* [The resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy)
|
212
|
-
* [All valid constraints](https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints)
|
213
220
|
## Example Usage
|
214
221
|
|
215
|
-
###
|
216
|
-
|
222
|
+
### Org Policy Policy Enforce
|
223
|
+
|
217
224
|
```python
|
218
225
|
import pulumi
|
219
226
|
import pulumi_gcp as gcp
|
@@ -231,8 +238,8 @@ class Policy(pulumi.CustomResource):
|
|
231
238
|
}],
|
232
239
|
})
|
233
240
|
```
|
234
|
-
###
|
235
|
-
|
241
|
+
### Org Policy Policy Folder
|
242
|
+
|
236
243
|
```python
|
237
244
|
import pulumi
|
238
245
|
import pulumi_gcp as gcp
|
@@ -250,8 +257,8 @@ class Policy(pulumi.CustomResource):
|
|
250
257
|
}],
|
251
258
|
})
|
252
259
|
```
|
253
|
-
###
|
254
|
-
|
260
|
+
### Org Policy Policy Organization
|
261
|
+
|
255
262
|
```python
|
256
263
|
import pulumi
|
257
264
|
import pulumi_gcp as gcp
|
@@ -263,8 +270,8 @@ class Policy(pulumi.CustomResource):
|
|
263
270
|
"reset": True,
|
264
271
|
})
|
265
272
|
```
|
266
|
-
###
|
267
|
-
|
273
|
+
### Org Policy Policy Project
|
274
|
+
|
268
275
|
```python
|
269
276
|
import pulumi
|
270
277
|
import pulumi_gcp as gcp
|
@@ -296,7 +303,8 @@ class Policy(pulumi.CustomResource):
|
|
296
303
|
],
|
297
304
|
})
|
298
305
|
```
|
299
|
-
###
|
306
|
+
### Org Policy Policy Dry Run Spec
|
307
|
+
|
300
308
|
```python
|
301
309
|
import pulumi
|
302
310
|
import pulumi_gcp as gcp
|
@@ -330,6 +338,7 @@ class Policy(pulumi.CustomResource):
|
|
330
338
|
## Import
|
331
339
|
|
332
340
|
Policy can be imported using any of these accepted formats:
|
341
|
+
|
333
342
|
* `{{parent}}/policies/{{name}}`
|
334
343
|
|
335
344
|
When using the `pulumi import` command, Policy can be imported using one of the formats above. For example:
|
@@ -341,13 +350,14 @@ class Policy(pulumi.CustomResource):
|
|
341
350
|
:param str resource_name: The name of the resource.
|
342
351
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
343
352
|
:param pulumi.Input[Union['PolicyDryRunSpecArgs', 'PolicyDryRunSpecArgsDict']] dry_run_spec: Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
353
|
+
Structure is documented below.
|
344
354
|
:param pulumi.Input[str] name: Immutable. The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * `projects/{project_number}/policies/{constraint_name}` * `folders/{folder_id}/policies/{constraint_name}` * `organizations/{organization_id}/policies/{constraint_name}` For example, "projects/123/policies/compute.disableSerialPortAccess". Note: `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, but responses will return the name using the equivalent project number.
|
345
355
|
:param pulumi.Input[str] parent: The parent of the resource.
|
346
356
|
|
347
357
|
|
348
|
-
|
349
358
|
- - -
|
350
359
|
:param pulumi.Input[Union['PolicySpecArgs', 'PolicySpecArgsDict']] spec: Basic information about the Organization Policy.
|
360
|
+
Structure is documented below.
|
351
361
|
"""
|
352
362
|
...
|
353
363
|
@overload
|
@@ -356,16 +366,19 @@ class Policy(pulumi.CustomResource):
|
|
356
366
|
args: PolicyArgs,
|
357
367
|
opts: Optional[pulumi.ResourceOptions] = None):
|
358
368
|
"""
|
359
|
-
|
369
|
+
Defines an organization policy which is used to specify constraints for configurations of Google Cloud resources.
|
370
|
+
|
371
|
+
To get more information about Policy, see:
|
372
|
+
|
373
|
+
* [API documentation](https://cloud.google.com/resource-manager/docs/reference/orgpolicy/rest/v2/organizations.policies)
|
374
|
+
* How-to Guides
|
375
|
+
* [Official Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/creating-managing-custom-constraints)
|
376
|
+
* [Supported Services](https://cloud.google.com/resource-manager/docs/organization-policy/custom-constraint-supported-services)
|
360
377
|
|
361
|
-
For more information, see:
|
362
|
-
* [Understanding Org Policy concepts](https://cloud.google.com/resource-manager/docs/organization-policy/overview)
|
363
|
-
* [The resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy)
|
364
|
-
* [All valid constraints](https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints)
|
365
378
|
## Example Usage
|
366
379
|
|
367
|
-
###
|
368
|
-
|
380
|
+
### Org Policy Policy Enforce
|
381
|
+
|
369
382
|
```python
|
370
383
|
import pulumi
|
371
384
|
import pulumi_gcp as gcp
|
@@ -383,8 +396,8 @@ class Policy(pulumi.CustomResource):
|
|
383
396
|
}],
|
384
397
|
})
|
385
398
|
```
|
386
|
-
###
|
387
|
-
|
399
|
+
### Org Policy Policy Folder
|
400
|
+
|
388
401
|
```python
|
389
402
|
import pulumi
|
390
403
|
import pulumi_gcp as gcp
|
@@ -402,8 +415,8 @@ class Policy(pulumi.CustomResource):
|
|
402
415
|
}],
|
403
416
|
})
|
404
417
|
```
|
405
|
-
###
|
406
|
-
|
418
|
+
### Org Policy Policy Organization
|
419
|
+
|
407
420
|
```python
|
408
421
|
import pulumi
|
409
422
|
import pulumi_gcp as gcp
|
@@ -415,8 +428,8 @@ class Policy(pulumi.CustomResource):
|
|
415
428
|
"reset": True,
|
416
429
|
})
|
417
430
|
```
|
418
|
-
###
|
419
|
-
|
431
|
+
### Org Policy Policy Project
|
432
|
+
|
420
433
|
```python
|
421
434
|
import pulumi
|
422
435
|
import pulumi_gcp as gcp
|
@@ -448,7 +461,8 @@ class Policy(pulumi.CustomResource):
|
|
448
461
|
],
|
449
462
|
})
|
450
463
|
```
|
451
|
-
###
|
464
|
+
### Org Policy Policy Dry Run Spec
|
465
|
+
|
452
466
|
```python
|
453
467
|
import pulumi
|
454
468
|
import pulumi_gcp as gcp
|
@@ -482,6 +496,7 @@ class Policy(pulumi.CustomResource):
|
|
482
496
|
## Import
|
483
497
|
|
484
498
|
Policy can be imported using any of these accepted formats:
|
499
|
+
|
485
500
|
* `{{parent}}/policies/{{name}}`
|
486
501
|
|
487
502
|
When using the `pulumi import` command, Policy can be imported using one of the formats above. For example:
|
@@ -548,14 +563,15 @@ class Policy(pulumi.CustomResource):
|
|
548
563
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
549
564
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
550
565
|
:param pulumi.Input[Union['PolicyDryRunSpecArgs', 'PolicyDryRunSpecArgsDict']] dry_run_spec: Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
566
|
+
Structure is documented below.
|
551
567
|
:param pulumi.Input[str] etag: Optional. An opaque tag indicating the current state of the policy, used for concurrency control. This 'etag' is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
552
568
|
:param pulumi.Input[str] name: Immutable. The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * `projects/{project_number}/policies/{constraint_name}` * `folders/{folder_id}/policies/{constraint_name}` * `organizations/{organization_id}/policies/{constraint_name}` For example, "projects/123/policies/compute.disableSerialPortAccess". Note: `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, but responses will return the name using the equivalent project number.
|
553
569
|
:param pulumi.Input[str] parent: The parent of the resource.
|
554
570
|
|
555
571
|
|
556
|
-
|
557
572
|
- - -
|
558
573
|
:param pulumi.Input[Union['PolicySpecArgs', 'PolicySpecArgsDict']] spec: Basic information about the Organization Policy.
|
574
|
+
Structure is documented below.
|
559
575
|
"""
|
560
576
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
561
577
|
|
@@ -573,6 +589,7 @@ class Policy(pulumi.CustomResource):
|
|
573
589
|
def dry_run_spec(self) -> pulumi.Output[Optional['outputs.PolicyDryRunSpec']]:
|
574
590
|
"""
|
575
591
|
Dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced.
|
592
|
+
Structure is documented below.
|
576
593
|
"""
|
577
594
|
return pulumi.get(self, "dry_run_spec")
|
578
595
|
|
@@ -599,7 +616,6 @@ class Policy(pulumi.CustomResource):
|
|
599
616
|
The parent of the resource.
|
600
617
|
|
601
618
|
|
602
|
-
|
603
619
|
- - -
|
604
620
|
"""
|
605
621
|
return pulumi.get(self, "parent")
|
@@ -609,6 +625,7 @@ class Policy(pulumi.CustomResource):
|
|
609
625
|
def spec(self) -> pulumi.Output[Optional['outputs.PolicySpec']]:
|
610
626
|
"""
|
611
627
|
Basic information about the Organization Policy.
|
628
|
+
Structure is documented below.
|
612
629
|
"""
|
613
630
|
return pulumi.get(self, "spec")
|
614
631
|
|
@@ -449,6 +449,8 @@ class Entitlement(pulumi.CustomResource):
|
|
449
449
|
requester_justification_config: Optional[pulumi.Input[Union['EntitlementRequesterJustificationConfigArgs', 'EntitlementRequesterJustificationConfigArgsDict']]] = None,
|
450
450
|
__props__=None):
|
451
451
|
"""
|
452
|
+
An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
|
453
|
+
|
452
454
|
## Example Usage
|
453
455
|
|
454
456
|
### Privileged Access Manager Entitlement Basic
|
@@ -535,6 +537,8 @@ class Entitlement(pulumi.CustomResource):
|
|
535
537
|
args: EntitlementArgs,
|
536
538
|
opts: Optional[pulumi.ResourceOptions] = None):
|
537
539
|
"""
|
540
|
+
An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
|
541
|
+
|
538
542
|
## Example Usage
|
539
543
|
|
540
544
|
### Privileged Access Manager Entitlement Basic
|
pulumi_gcp/provider.py
CHANGED
@@ -165,12 +165,14 @@ class ProviderArgs:
|
|
165
165
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
166
166
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
167
167
|
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
168
|
+
security_center_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
168
169
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
169
170
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
170
171
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
171
172
|
service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
172
173
|
service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
173
174
|
service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
175
|
+
site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
174
176
|
source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
175
177
|
spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
176
178
|
sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -488,6 +490,8 @@ class ProviderArgs:
|
|
488
490
|
pulumi.set(__self__, "security_center_custom_endpoint", security_center_custom_endpoint)
|
489
491
|
if security_center_management_custom_endpoint is not None:
|
490
492
|
pulumi.set(__self__, "security_center_management_custom_endpoint", security_center_management_custom_endpoint)
|
493
|
+
if security_center_v2_custom_endpoint is not None:
|
494
|
+
pulumi.set(__self__, "security_center_v2_custom_endpoint", security_center_v2_custom_endpoint)
|
491
495
|
if security_scanner_custom_endpoint is not None:
|
492
496
|
pulumi.set(__self__, "security_scanner_custom_endpoint", security_scanner_custom_endpoint)
|
493
497
|
if securityposture_custom_endpoint is not None:
|
@@ -500,6 +504,8 @@ class ProviderArgs:
|
|
500
504
|
pulumi.set(__self__, "service_networking_custom_endpoint", service_networking_custom_endpoint)
|
501
505
|
if service_usage_custom_endpoint is not None:
|
502
506
|
pulumi.set(__self__, "service_usage_custom_endpoint", service_usage_custom_endpoint)
|
507
|
+
if site_verification_custom_endpoint is not None:
|
508
|
+
pulumi.set(__self__, "site_verification_custom_endpoint", site_verification_custom_endpoint)
|
503
509
|
if source_repo_custom_endpoint is not None:
|
504
510
|
pulumi.set(__self__, "source_repo_custom_endpoint", source_repo_custom_endpoint)
|
505
511
|
if spanner_custom_endpoint is not None:
|
@@ -1848,6 +1854,15 @@ class ProviderArgs:
|
|
1848
1854
|
def security_center_management_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1849
1855
|
pulumi.set(self, "security_center_management_custom_endpoint", value)
|
1850
1856
|
|
1857
|
+
@property
|
1858
|
+
@pulumi.getter(name="securityCenterV2CustomEndpoint")
|
1859
|
+
def security_center_v2_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1860
|
+
return pulumi.get(self, "security_center_v2_custom_endpoint")
|
1861
|
+
|
1862
|
+
@security_center_v2_custom_endpoint.setter
|
1863
|
+
def security_center_v2_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1864
|
+
pulumi.set(self, "security_center_v2_custom_endpoint", value)
|
1865
|
+
|
1851
1866
|
@property
|
1852
1867
|
@pulumi.getter(name="securityScannerCustomEndpoint")
|
1853
1868
|
def security_scanner_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -1902,6 +1917,15 @@ class ProviderArgs:
|
|
1902
1917
|
def service_usage_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1903
1918
|
pulumi.set(self, "service_usage_custom_endpoint", value)
|
1904
1919
|
|
1920
|
+
@property
|
1921
|
+
@pulumi.getter(name="siteVerificationCustomEndpoint")
|
1922
|
+
def site_verification_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1923
|
+
return pulumi.get(self, "site_verification_custom_endpoint")
|
1924
|
+
|
1925
|
+
@site_verification_custom_endpoint.setter
|
1926
|
+
def site_verification_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1927
|
+
pulumi.set(self, "site_verification_custom_endpoint", value)
|
1928
|
+
|
1905
1929
|
@property
|
1906
1930
|
@pulumi.getter(name="sourceRepoCustomEndpoint")
|
1907
1931
|
def source_repo_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2233,12 +2257,14 @@ class Provider(pulumi.ProviderResource):
|
|
2233
2257
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2234
2258
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2235
2259
|
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2260
|
+
security_center_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2236
2261
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2237
2262
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2238
2263
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2239
2264
|
service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2240
2265
|
service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2241
2266
|
service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2267
|
+
site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2242
2268
|
source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2243
2269
|
spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2244
2270
|
sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2441,12 +2467,14 @@ class Provider(pulumi.ProviderResource):
|
|
2441
2467
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2442
2468
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2443
2469
|
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2470
|
+
security_center_v2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2444
2471
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2445
2472
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2446
2473
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2447
2474
|
service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2448
2475
|
service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2449
2476
|
service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2477
|
+
site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2450
2478
|
source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2451
2479
|
spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2452
2480
|
sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2625,12 +2653,14 @@ class Provider(pulumi.ProviderResource):
|
|
2625
2653
|
__props__.__dict__["secure_source_manager_custom_endpoint"] = secure_source_manager_custom_endpoint
|
2626
2654
|
__props__.__dict__["security_center_custom_endpoint"] = security_center_custom_endpoint
|
2627
2655
|
__props__.__dict__["security_center_management_custom_endpoint"] = security_center_management_custom_endpoint
|
2656
|
+
__props__.__dict__["security_center_v2_custom_endpoint"] = security_center_v2_custom_endpoint
|
2628
2657
|
__props__.__dict__["security_scanner_custom_endpoint"] = security_scanner_custom_endpoint
|
2629
2658
|
__props__.__dict__["securityposture_custom_endpoint"] = securityposture_custom_endpoint
|
2630
2659
|
__props__.__dict__["service_directory_custom_endpoint"] = service_directory_custom_endpoint
|
2631
2660
|
__props__.__dict__["service_management_custom_endpoint"] = service_management_custom_endpoint
|
2632
2661
|
__props__.__dict__["service_networking_custom_endpoint"] = service_networking_custom_endpoint
|
2633
2662
|
__props__.__dict__["service_usage_custom_endpoint"] = service_usage_custom_endpoint
|
2663
|
+
__props__.__dict__["site_verification_custom_endpoint"] = site_verification_custom_endpoint
|
2634
2664
|
__props__.__dict__["source_repo_custom_endpoint"] = source_repo_custom_endpoint
|
2635
2665
|
__props__.__dict__["spanner_custom_endpoint"] = spanner_custom_endpoint
|
2636
2666
|
__props__.__dict__["sql_custom_endpoint"] = sql_custom_endpoint
|
@@ -3356,6 +3386,11 @@ class Provider(pulumi.ProviderResource):
|
|
3356
3386
|
def security_center_management_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3357
3387
|
return pulumi.get(self, "security_center_management_custom_endpoint")
|
3358
3388
|
|
3389
|
+
@property
|
3390
|
+
@pulumi.getter(name="securityCenterV2CustomEndpoint")
|
3391
|
+
def security_center_v2_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3392
|
+
return pulumi.get(self, "security_center_v2_custom_endpoint")
|
3393
|
+
|
3359
3394
|
@property
|
3360
3395
|
@pulumi.getter(name="securityScannerCustomEndpoint")
|
3361
3396
|
def security_scanner_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
@@ -3386,6 +3421,11 @@ class Provider(pulumi.ProviderResource):
|
|
3386
3421
|
def service_usage_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3387
3422
|
return pulumi.get(self, "service_usage_custom_endpoint")
|
3388
3423
|
|
3424
|
+
@property
|
3425
|
+
@pulumi.getter(name="siteVerificationCustomEndpoint")
|
3426
|
+
def site_verification_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3427
|
+
return pulumi.get(self, "site_verification_custom_endpoint")
|
3428
|
+
|
3389
3429
|
@property
|
3390
3430
|
@pulumi.getter(name="sourceRepoCustomEndpoint")
|
3391
3431
|
def source_repo_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/pubsub/_inputs.py
CHANGED
@@ -401,7 +401,7 @@ if not MYPY:
|
|
401
401
|
class SubscriptionBigqueryConfigArgsDict(TypedDict):
|
402
402
|
table: pulumi.Input[str]
|
403
403
|
"""
|
404
|
-
The name of the table to which to write data, of the form {projectId}
|
404
|
+
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
405
405
|
"""
|
406
406
|
drop_unknown_fields: NotRequired[pulumi.Input[bool]]
|
407
407
|
"""
|
@@ -443,7 +443,7 @@ class SubscriptionBigqueryConfigArgs:
|
|
443
443
|
use_topic_schema: Optional[pulumi.Input[bool]] = None,
|
444
444
|
write_metadata: Optional[pulumi.Input[bool]] = None):
|
445
445
|
"""
|
446
|
-
:param pulumi.Input[str] table: The name of the table to which to write data, of the form {projectId}
|
446
|
+
:param pulumi.Input[str] table: The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
447
447
|
:param pulumi.Input[bool] drop_unknown_fields: When true and use_topic_schema or use_table_schema is true, any fields that are a part of the topic schema or message schema that
|
448
448
|
are not part of the BigQuery table schema are dropped when writing to BigQuery. Otherwise, the schemas must be kept in sync
|
449
449
|
and any messages with extra fields are not written and remain in the subscription's backlog.
|
@@ -473,7 +473,7 @@ class SubscriptionBigqueryConfigArgs:
|
|
473
473
|
@pulumi.getter
|
474
474
|
def table(self) -> pulumi.Input[str]:
|
475
475
|
"""
|
476
|
-
The name of the table to which to write data, of the form {projectId}
|
476
|
+
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
477
477
|
"""
|
478
478
|
return pulumi.get(self, "table")
|
479
479
|
|
pulumi_gcp/pubsub/outputs.py
CHANGED
@@ -354,7 +354,7 @@ class SubscriptionBigqueryConfig(dict):
|
|
354
354
|
use_topic_schema: Optional[bool] = None,
|
355
355
|
write_metadata: Optional[bool] = None):
|
356
356
|
"""
|
357
|
-
:param str table: The name of the table to which to write data, of the form {projectId}
|
357
|
+
:param str table: The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
358
358
|
:param bool drop_unknown_fields: When true and use_topic_schema or use_table_schema is true, any fields that are a part of the topic schema or message schema that
|
359
359
|
are not part of the BigQuery table schema are dropped when writing to BigQuery. Otherwise, the schemas must be kept in sync
|
360
360
|
and any messages with extra fields are not written and remain in the subscription's backlog.
|
@@ -384,7 +384,7 @@ class SubscriptionBigqueryConfig(dict):
|
|
384
384
|
@pulumi.getter
|
385
385
|
def table(self) -> str:
|
386
386
|
"""
|
387
|
-
The name of the table to which to write data, of the form {projectId}
|
387
|
+
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
388
388
|
"""
|
389
389
|
return pulumi.get(self, "table")
|
390
390
|
|
@@ -1347,7 +1347,7 @@ class GetSubscriptionBigqueryConfigResult(dict):
|
|
1347
1347
|
:param str service_account_email: The service account to use to write to BigQuery. If not specified, the Pub/Sub
|
1348
1348
|
[service agent](https://cloud.google.com/iam/docs/service-agents),
|
1349
1349
|
service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com, is used.
|
1350
|
-
:param str table: The name of the table to which to write data, of the form {projectId}
|
1350
|
+
:param str table: The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
1351
1351
|
:param bool use_table_schema: When true, use the BigQuery table's schema as the columns to write to in BigQuery. Messages
|
1352
1352
|
must be published in JSON format. Only one of use_topic_schema and use_table_schema can be set.
|
1353
1353
|
:param bool use_topic_schema: When true, use the topic's schema as the columns to write to in BigQuery, if it exists.
|
@@ -1386,7 +1386,7 @@ class GetSubscriptionBigqueryConfigResult(dict):
|
|
1386
1386
|
@pulumi.getter
|
1387
1387
|
def table(self) -> str:
|
1388
1388
|
"""
|
1389
|
-
The name of the table to which to write data, of the form {projectId}
|
1389
|
+
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
1390
1390
|
"""
|
1391
1391
|
return pulumi.get(self, "table")
|
1392
1392
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -6,9 +6,14 @@ from .. import _utilities
|
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .get_instance_iam_policy import *
|
9
|
+
from .get_repository_iam_policy import *
|
9
10
|
from .instance import *
|
10
11
|
from .instance_iam_binding import *
|
11
12
|
from .instance_iam_member import *
|
12
13
|
from .instance_iam_policy import *
|
14
|
+
from .repository import *
|
15
|
+
from .repository_iam_binding import *
|
16
|
+
from .repository_iam_member import *
|
17
|
+
from .repository_iam_policy import *
|
13
18
|
from ._inputs import *
|
14
19
|
from . import outputs
|