pulumi-gcp 8.10.0__py3-none-any.whl → 8.10.0a1731739693__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 (52) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/accesscontextmanager/__init__.py +0 -1
  3. pulumi_gcp/accesscontextmanager/_inputs.py +54 -90
  4. pulumi_gcp/accesscontextmanager/outputs.py +36 -60
  5. pulumi_gcp/artifactregistry/_inputs.py +0 -56
  6. pulumi_gcp/artifactregistry/outputs.py +0 -65
  7. pulumi_gcp/artifactregistry/repository.py +0 -48
  8. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -63
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -402
  11. pulumi_gcp/certificateauthority/authority.py +138 -28
  12. pulumi_gcp/cloudrun/service.py +10 -0
  13. pulumi_gcp/cloudrunv2/get_service.py +4 -15
  14. pulumi_gcp/cloudrunv2/service.py +2 -30
  15. pulumi_gcp/compute/_inputs.py +12 -12
  16. pulumi_gcp/compute/outputs.py +10 -10
  17. pulumi_gcp/dataproc/__init__.py +0 -1
  18. pulumi_gcp/dataproc/_inputs.py +0 -490
  19. pulumi_gcp/dataproc/outputs.py +0 -385
  20. pulumi_gcp/filestore/_inputs.py +0 -152
  21. pulumi_gcp/filestore/get_instance.py +1 -12
  22. pulumi_gcp/filestore/instance.py +0 -47
  23. pulumi_gcp/filestore/outputs.py +0 -229
  24. pulumi_gcp/iam/__init__.py +0 -2
  25. pulumi_gcp/iam/_inputs.py +0 -274
  26. pulumi_gcp/iam/outputs.py +0 -198
  27. pulumi_gcp/managedkafka/cluster.py +0 -4
  28. pulumi_gcp/managedkafka/topic.py +0 -4
  29. pulumi_gcp/pubsub/subscription.py +8 -8
  30. pulumi_gcp/pulumi-plugin.json +1 -1
  31. pulumi_gcp/redis/_inputs.py +0 -213
  32. pulumi_gcp/redis/cluster.py +0 -289
  33. pulumi_gcp/redis/outputs.py +0 -185
  34. pulumi_gcp/securesourcemanager/_inputs.py +0 -33
  35. pulumi_gcp/securesourcemanager/instance.py +3 -90
  36. pulumi_gcp/securesourcemanager/outputs.py +0 -19
  37. pulumi_gcp/spanner/database.py +14 -14
  38. pulumi_gcp/sql/_inputs.py +0 -73
  39. pulumi_gcp/sql/database_instance.py +0 -60
  40. pulumi_gcp/sql/outputs.py +0 -146
  41. pulumi_gcp/sql/user.py +2 -2
  42. pulumi_gcp/tags/location_tag_binding.py +8 -8
  43. pulumi_gcp/vertex/ai_endpoint.py +29 -22
  44. {pulumi_gcp-8.10.0.dist-info → pulumi_gcp-8.10.0a1731739693.dist-info}/METADATA +5 -5
  45. {pulumi_gcp-8.10.0.dist-info → pulumi_gcp-8.10.0a1731739693.dist-info}/RECORD +47 -52
  46. {pulumi_gcp-8.10.0.dist-info → pulumi_gcp-8.10.0a1731739693.dist-info}/WHEEL +1 -1
  47. pulumi_gcp/accesscontextmanager/get_access_policy.py +0 -158
  48. pulumi_gcp/backupdisasterrecovery/get_data_source.py +0 -263
  49. pulumi_gcp/dataproc/gdc_spark_application.py +0 -1658
  50. pulumi_gcp/iam/folders_policy_binding.py +0 -917
  51. pulumi_gcp/iam/organizations_policy_binding.py +0 -901
  52. {pulumi_gcp-8.10.0.dist-info → pulumi_gcp-8.10.0a1731739693.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -4123,14 +4123,6 @@ _utilities.register(
4123
4123
  "gcp:dataproc/gdcServiceInstance:GdcServiceInstance": "GdcServiceInstance"
4124
4124
  }
4125
4125
  },
4126
- {
4127
- "pkg": "gcp",
4128
- "mod": "dataproc/gdcSparkApplication",
4129
- "fqn": "pulumi_gcp.dataproc",
4130
- "classes": {
4131
- "gcp:dataproc/gdcSparkApplication:GdcSparkApplication": "GdcSparkApplication"
4132
- }
4133
- },
4134
4126
  {
4135
4127
  "pkg": "gcp",
4136
4128
  "mod": "dataproc/job",
@@ -5379,22 +5371,6 @@ _utilities.register(
5379
5371
  "gcp:iam/denyPolicy:DenyPolicy": "DenyPolicy"
5380
5372
  }
5381
5373
  },
5382
- {
5383
- "pkg": "gcp",
5384
- "mod": "iam/foldersPolicyBinding",
5385
- "fqn": "pulumi_gcp.iam",
5386
- "classes": {
5387
- "gcp:iam/foldersPolicyBinding:FoldersPolicyBinding": "FoldersPolicyBinding"
5388
- }
5389
- },
5390
- {
5391
- "pkg": "gcp",
5392
- "mod": "iam/organizationsPolicyBinding",
5393
- "fqn": "pulumi_gcp.iam",
5394
- "classes": {
5395
- "gcp:iam/organizationsPolicyBinding:OrganizationsPolicyBinding": "OrganizationsPolicyBinding"
5396
- }
5397
- },
5398
5374
  {
5399
5375
  "pkg": "gcp",
5400
5376
  "mod": "iam/principalAccessBoundaryPolicy",
@@ -15,7 +15,6 @@ from .access_policy_iam_policy import *
15
15
  from .authorized_orgs_desc import *
16
16
  from .egress_policy import *
17
17
  from .gcp_user_access_binding import *
18
- from .get_access_policy import *
19
18
  from .get_access_policy_iam_policy import *
20
19
  from .ingress_policy import *
21
20
  from .service_perimeter import *
@@ -2231,11 +2231,9 @@ if not MYPY:
2231
2231
  class ServicePerimeterDryRunEgressPolicyEgressFromArgsDict(TypedDict):
2232
2232
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2233
2233
  """
2234
- Identities can be an individual user, service account, Google group,
2235
- or third-party identity. For third-party identity, only single identities
2236
- are supported and other identity types are not supported.The v1 identities
2237
- that have the prefix user, group and serviceAccount in
2238
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2234
+ A list of identities that are allowed access through this `EgressPolicy`.
2235
+ Should be in the format of email address. The email address should
2236
+ represent individual user or service account only.
2239
2237
  """
2240
2238
  identity_type: NotRequired[pulumi.Input[str]]
2241
2239
  """
@@ -2265,11 +2263,9 @@ class ServicePerimeterDryRunEgressPolicyEgressFromArgs:
2265
2263
  source_restriction: Optional[pulumi.Input[str]] = None,
2266
2264
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressFromSourceArgs']]]] = None):
2267
2265
  """
2268
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
2269
- or third-party identity. For third-party identity, only single identities
2270
- are supported and other identity types are not supported.The v1 identities
2271
- that have the prefix user, group and serviceAccount in
2272
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2266
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
2267
+ Should be in the format of email address. The email address should
2268
+ represent individual user or service account only.
2273
2269
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
2274
2270
  perimeter. If left unspecified, then members of `identities` field will
2275
2271
  be allowed access.
@@ -2292,11 +2288,9 @@ class ServicePerimeterDryRunEgressPolicyEgressFromArgs:
2292
2288
  @pulumi.getter
2293
2289
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2294
2290
  """
2295
- Identities can be an individual user, service account, Google group,
2296
- or third-party identity. For third-party identity, only single identities
2297
- are supported and other identity types are not supported.The v1 identities
2298
- that have the prefix user, group and serviceAccount in
2299
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2291
+ A list of identities that are allowed access through this `EgressPolicy`.
2292
+ Should be in the format of email address. The email address should
2293
+ represent individual user or service account only.
2300
2294
  """
2301
2295
  return pulumi.get(self, "identities")
2302
2296
 
@@ -2609,11 +2603,9 @@ if not MYPY:
2609
2603
  class ServicePerimeterDryRunIngressPolicyIngressFromArgsDict(TypedDict):
2610
2604
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2611
2605
  """
2612
- Identities can be an individual user, service account, Google group,
2613
- or third-party identity. For third-party identity, only single identities
2614
- are supported and other identity types are not supported.The v1 identities
2615
- that have the prefix user, group and serviceAccount in
2616
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2606
+ A list of identities that are allowed access through this ingress policy.
2607
+ Should be in the format of email address. The email address should represent
2608
+ individual user or service account only.
2617
2609
  """
2618
2610
  identity_type: NotRequired[pulumi.Input[str]]
2619
2611
  """
@@ -2637,11 +2629,9 @@ class ServicePerimeterDryRunIngressPolicyIngressFromArgs:
2637
2629
  identity_type: Optional[pulumi.Input[str]] = None,
2638
2630
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterDryRunIngressPolicyIngressFromSourceArgs']]]] = None):
2639
2631
  """
2640
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
2641
- or third-party identity. For third-party identity, only single identities
2642
- are supported and other identity types are not supported.The v1 identities
2643
- that have the prefix user, group and serviceAccount in
2644
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2632
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
2633
+ Should be in the format of email address. The email address should represent
2634
+ individual user or service account only.
2645
2635
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
2646
2636
  perimeter. If left unspecified, then members of `identities` field will be
2647
2637
  allowed access.
@@ -2660,11 +2650,9 @@ class ServicePerimeterDryRunIngressPolicyIngressFromArgs:
2660
2650
  @pulumi.getter
2661
2651
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2662
2652
  """
2663
- Identities can be an individual user, service account, Google group,
2664
- or third-party identity. For third-party identity, only single identities
2665
- are supported and other identity types are not supported.The v1 identities
2666
- that have the prefix user, group and serviceAccount in
2667
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2653
+ A list of identities that are allowed access through this ingress policy.
2654
+ Should be in the format of email address. The email address should represent
2655
+ individual user or service account only.
2668
2656
  """
2669
2657
  return pulumi.get(self, "identities")
2670
2658
 
@@ -3003,11 +2991,9 @@ if not MYPY:
3003
2991
  class ServicePerimeterEgressPolicyEgressFromArgsDict(TypedDict):
3004
2992
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3005
2993
  """
3006
- Identities can be an individual user, service account, Google group,
3007
- or third-party identity. For third-party identity, only single identities
3008
- are supported and other identity types are not supported.The v1 identities
3009
- that have the prefix user, group and serviceAccount in
3010
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2994
+ A list of identities that are allowed access through this `EgressPolicy`.
2995
+ Should be in the format of email address. The email address should
2996
+ represent individual user or service account only.
3011
2997
  """
3012
2998
  identity_type: NotRequired[pulumi.Input[str]]
3013
2999
  """
@@ -3037,11 +3023,9 @@ class ServicePerimeterEgressPolicyEgressFromArgs:
3037
3023
  source_restriction: Optional[pulumi.Input[str]] = None,
3038
3024
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterEgressPolicyEgressFromSourceArgs']]]] = None):
3039
3025
  """
3040
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
3041
- or third-party identity. For third-party identity, only single identities
3042
- are supported and other identity types are not supported.The v1 identities
3043
- that have the prefix user, group and serviceAccount in
3044
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3026
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
3027
+ Should be in the format of email address. The email address should
3028
+ represent individual user or service account only.
3045
3029
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
3046
3030
  perimeter. If left unspecified, then members of `identities` field will
3047
3031
  be allowed access.
@@ -3064,11 +3048,9 @@ class ServicePerimeterEgressPolicyEgressFromArgs:
3064
3048
  @pulumi.getter
3065
3049
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3066
3050
  """
3067
- Identities can be an individual user, service account, Google group,
3068
- or third-party identity. For third-party identity, only single identities
3069
- are supported and other identity types are not supported.The v1 identities
3070
- that have the prefix user, group and serviceAccount in
3071
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3051
+ A list of identities that are allowed access through this `EgressPolicy`.
3052
+ Should be in the format of email address. The email address should
3053
+ represent individual user or service account only.
3072
3054
  """
3073
3055
  return pulumi.get(self, "identities")
3074
3056
 
@@ -3381,11 +3363,9 @@ if not MYPY:
3381
3363
  class ServicePerimeterIngressPolicyIngressFromArgsDict(TypedDict):
3382
3364
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3383
3365
  """
3384
- Identities can be an individual user, service account, Google group,
3385
- or third-party identity. For third-party identity, only single identities
3386
- are supported and other identity types are not supported.The v1 identities
3387
- that have the prefix user, group and serviceAccount in
3388
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3366
+ A list of identities that are allowed access through this ingress policy.
3367
+ Should be in the format of email address. The email address should represent
3368
+ individual user or service account only.
3389
3369
  """
3390
3370
  identity_type: NotRequired[pulumi.Input[str]]
3391
3371
  """
@@ -3409,11 +3389,9 @@ class ServicePerimeterIngressPolicyIngressFromArgs:
3409
3389
  identity_type: Optional[pulumi.Input[str]] = None,
3410
3390
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterIngressPolicyIngressFromSourceArgs']]]] = None):
3411
3391
  """
3412
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
3413
- or third-party identity. For third-party identity, only single identities
3414
- are supported and other identity types are not supported.The v1 identities
3415
- that have the prefix user, group and serviceAccount in
3416
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3392
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
3393
+ Should be in the format of email address. The email address should represent
3394
+ individual user or service account only.
3417
3395
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
3418
3396
  perimeter. If left unspecified, then members of `identities` field will be
3419
3397
  allowed access.
@@ -3432,11 +3410,9 @@ class ServicePerimeterIngressPolicyIngressFromArgs:
3432
3410
  @pulumi.getter
3433
3411
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3434
3412
  """
3435
- Identities can be an individual user, service account, Google group,
3436
- or third-party identity. For third-party identity, only single identities
3437
- are supported and other identity types are not supported.The v1 identities
3438
- that have the prefix user, group and serviceAccount in
3439
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3413
+ A list of identities that are allowed access through this ingress policy.
3414
+ Should be in the format of email address. The email address should represent
3415
+ individual user or service account only.
3440
3416
  """
3441
3417
  return pulumi.get(self, "identities")
3442
3418
 
@@ -6596,11 +6572,9 @@ if not MYPY:
6596
6572
  class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgsDict(TypedDict):
6597
6573
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
6598
6574
  """
6599
- Identities can be an individual user, service account, Google group,
6600
- or third-party identity. For third-party identity, only single identities
6601
- are supported and other identity types are not supported.The v1 identities
6602
- that have the prefix user, group and serviceAccount in
6603
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6575
+ A list of identities that are allowed access through this `EgressPolicy`.
6576
+ Should be in the format of email address. The email address should
6577
+ represent individual user or service account only.
6604
6578
  """
6605
6579
  identity_type: NotRequired[pulumi.Input[str]]
6606
6580
  """
@@ -6630,11 +6604,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
6630
6604
  source_restriction: Optional[pulumi.Input[str]] = None,
6631
6605
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgs']]]] = None):
6632
6606
  """
6633
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
6634
- or third-party identity. For third-party identity, only single identities
6635
- are supported and other identity types are not supported.The v1 identities
6636
- that have the prefix user, group and serviceAccount in
6637
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6607
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
6608
+ Should be in the format of email address. The email address should
6609
+ represent individual user or service account only.
6638
6610
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
6639
6611
  perimeter. If left unspecified, then members of `identities` field will
6640
6612
  be allowed access.
@@ -6657,11 +6629,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
6657
6629
  @pulumi.getter
6658
6630
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
6659
6631
  """
6660
- Identities can be an individual user, service account, Google group,
6661
- or third-party identity. For third-party identity, only single identities
6662
- are supported and other identity types are not supported.The v1 identities
6663
- that have the prefix user, group and serviceAccount in
6664
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6632
+ A list of identities that are allowed access through this `EgressPolicy`.
6633
+ Should be in the format of email address. The email address should
6634
+ represent individual user or service account only.
6665
6635
  """
6666
6636
  return pulumi.get(self, "identities")
6667
6637
 
@@ -7728,11 +7698,9 @@ if not MYPY:
7728
7698
  class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgsDict(TypedDict):
7729
7699
  identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
7730
7700
  """
7731
- Identities can be an individual user, service account, Google group,
7732
- or third-party identity. For third-party identity, only single identities
7733
- are supported and other identity types are not supported.The v1 identities
7734
- that have the prefix user, group and serviceAccount in
7735
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7701
+ A list of identities that are allowed access through this `EgressPolicy`.
7702
+ Should be in the format of email address. The email address should
7703
+ represent individual user or service account only.
7736
7704
  """
7737
7705
  identity_type: NotRequired[pulumi.Input[str]]
7738
7706
  """
@@ -7762,11 +7730,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
7762
7730
  source_restriction: Optional[pulumi.Input[str]] = None,
7763
7731
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgs']]]] = None):
7764
7732
  """
7765
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: Identities can be an individual user, service account, Google group,
7766
- or third-party identity. For third-party identity, only single identities
7767
- are supported and other identity types are not supported.The v1 identities
7768
- that have the prefix user, group and serviceAccount in
7769
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7733
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
7734
+ Should be in the format of email address. The email address should
7735
+ represent individual user or service account only.
7770
7736
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
7771
7737
  perimeter. If left unspecified, then members of `identities` field will
7772
7738
  be allowed access.
@@ -7789,11 +7755,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
7789
7755
  @pulumi.getter
7790
7756
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
7791
7757
  """
7792
- Identities can be an individual user, service account, Google group,
7793
- or third-party identity. For third-party identity, only single identities
7794
- are supported and other identity types are not supported.The v1 identities
7795
- that have the prefix user, group and serviceAccount in
7796
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7758
+ A list of identities that are allowed access through this `EgressPolicy`.
7759
+ Should be in the format of email address. The email address should
7760
+ represent individual user or service account only.
7797
7761
  """
7798
7762
  return pulumi.get(self, "identities")
7799
7763
 
@@ -1682,11 +1682,9 @@ class ServicePerimeterDryRunEgressPolicyEgressFrom(dict):
1682
1682
  source_restriction: Optional[str] = None,
1683
1683
  sources: Optional[Sequence['outputs.ServicePerimeterDryRunEgressPolicyEgressFromSource']] = None):
1684
1684
  """
1685
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
1686
- or third-party identity. For third-party identity, only single identities
1687
- are supported and other identity types are not supported.The v1 identities
1688
- that have the prefix user, group and serviceAccount in
1689
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
1685
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
1686
+ Should be in the format of email address. The email address should
1687
+ represent individual user or service account only.
1690
1688
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
1691
1689
  perimeter. If left unspecified, then members of `identities` field will
1692
1690
  be allowed access.
@@ -1709,11 +1707,9 @@ class ServicePerimeterDryRunEgressPolicyEgressFrom(dict):
1709
1707
  @pulumi.getter
1710
1708
  def identities(self) -> Optional[Sequence[str]]:
1711
1709
  """
1712
- Identities can be an individual user, service account, Google group,
1713
- or third-party identity. For third-party identity, only single identities
1714
- are supported and other identity types are not supported.The v1 identities
1715
- that have the prefix user, group and serviceAccount in
1716
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
1710
+ A list of identities that are allowed access through this `EgressPolicy`.
1711
+ Should be in the format of email address. The email address should
1712
+ represent individual user or service account only.
1717
1713
  """
1718
1714
  return pulumi.get(self, "identities")
1719
1715
 
@@ -1982,11 +1978,9 @@ class ServicePerimeterDryRunIngressPolicyIngressFrom(dict):
1982
1978
  identity_type: Optional[str] = None,
1983
1979
  sources: Optional[Sequence['outputs.ServicePerimeterDryRunIngressPolicyIngressFromSource']] = None):
1984
1980
  """
1985
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
1986
- or third-party identity. For third-party identity, only single identities
1987
- are supported and other identity types are not supported.The v1 identities
1988
- that have the prefix user, group and serviceAccount in
1989
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
1981
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
1982
+ Should be in the format of email address. The email address should represent
1983
+ individual user or service account only.
1990
1984
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
1991
1985
  perimeter. If left unspecified, then members of `identities` field will be
1992
1986
  allowed access.
@@ -2005,11 +1999,9 @@ class ServicePerimeterDryRunIngressPolicyIngressFrom(dict):
2005
1999
  @pulumi.getter
2006
2000
  def identities(self) -> Optional[Sequence[str]]:
2007
2001
  """
2008
- Identities can be an individual user, service account, Google group,
2009
- or third-party identity. For third-party identity, only single identities
2010
- are supported and other identity types are not supported.The v1 identities
2011
- that have the prefix user, group and serviceAccount in
2012
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2002
+ A list of identities that are allowed access through this ingress policy.
2003
+ Should be in the format of email address. The email address should represent
2004
+ individual user or service account only.
2013
2005
  """
2014
2006
  return pulumi.get(self, "identities")
2015
2007
 
@@ -2281,11 +2273,9 @@ class ServicePerimeterEgressPolicyEgressFrom(dict):
2281
2273
  source_restriction: Optional[str] = None,
2282
2274
  sources: Optional[Sequence['outputs.ServicePerimeterEgressPolicyEgressFromSource']] = None):
2283
2275
  """
2284
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
2285
- or third-party identity. For third-party identity, only single identities
2286
- are supported and other identity types are not supported.The v1 identities
2287
- that have the prefix user, group and serviceAccount in
2288
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2276
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
2277
+ Should be in the format of email address. The email address should
2278
+ represent individual user or service account only.
2289
2279
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
2290
2280
  perimeter. If left unspecified, then members of `identities` field will
2291
2281
  be allowed access.
@@ -2308,11 +2298,9 @@ class ServicePerimeterEgressPolicyEgressFrom(dict):
2308
2298
  @pulumi.getter
2309
2299
  def identities(self) -> Optional[Sequence[str]]:
2310
2300
  """
2311
- Identities can be an individual user, service account, Google group,
2312
- or third-party identity. For third-party identity, only single identities
2313
- are supported and other identity types are not supported.The v1 identities
2314
- that have the prefix user, group and serviceAccount in
2315
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2301
+ A list of identities that are allowed access through this `EgressPolicy`.
2302
+ Should be in the format of email address. The email address should
2303
+ represent individual user or service account only.
2316
2304
  """
2317
2305
  return pulumi.get(self, "identities")
2318
2306
 
@@ -2581,11 +2569,9 @@ class ServicePerimeterIngressPolicyIngressFrom(dict):
2581
2569
  identity_type: Optional[str] = None,
2582
2570
  sources: Optional[Sequence['outputs.ServicePerimeterIngressPolicyIngressFromSource']] = None):
2583
2571
  """
2584
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
2585
- or third-party identity. For third-party identity, only single identities
2586
- are supported and other identity types are not supported.The v1 identities
2587
- that have the prefix user, group and serviceAccount in
2588
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2572
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
2573
+ Should be in the format of email address. The email address should represent
2574
+ individual user or service account only.
2589
2575
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
2590
2576
  perimeter. If left unspecified, then members of `identities` field will be
2591
2577
  allowed access.
@@ -2604,11 +2590,9 @@ class ServicePerimeterIngressPolicyIngressFrom(dict):
2604
2590
  @pulumi.getter
2605
2591
  def identities(self) -> Optional[Sequence[str]]:
2606
2592
  """
2607
- Identities can be an individual user, service account, Google group,
2608
- or third-party identity. For third-party identity, only single identities
2609
- are supported and other identity types are not supported.The v1 identities
2610
- that have the prefix user, group and serviceAccount in
2611
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
2593
+ A list of identities that are allowed access through this ingress policy.
2594
+ Should be in the format of email address. The email address should represent
2595
+ individual user or service account only.
2612
2596
  """
2613
2597
  return pulumi.get(self, "identities")
2614
2598
 
@@ -5094,11 +5078,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom(dict):
5094
5078
  source_restriction: Optional[str] = None,
5095
5079
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSource']] = None):
5096
5080
  """
5097
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
5098
- or third-party identity. For third-party identity, only single identities
5099
- are supported and other identity types are not supported.The v1 identities
5100
- that have the prefix user, group and serviceAccount in
5101
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
5081
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
5082
+ Should be in the format of email address. The email address should
5083
+ represent individual user or service account only.
5102
5084
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
5103
5085
  perimeter. If left unspecified, then members of `identities` field will
5104
5086
  be allowed access.
@@ -5121,11 +5103,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom(dict):
5121
5103
  @pulumi.getter
5122
5104
  def identities(self) -> Optional[Sequence[str]]:
5123
5105
  """
5124
- Identities can be an individual user, service account, Google group,
5125
- or third-party identity. For third-party identity, only single identities
5126
- are supported and other identity types are not supported.The v1 identities
5127
- that have the prefix user, group and serviceAccount in
5128
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
5106
+ A list of identities that are allowed access through this `EgressPolicy`.
5107
+ Should be in the format of email address. The email address should
5108
+ represent individual user or service account only.
5129
5109
  """
5130
5110
  return pulumi.get(self, "identities")
5131
5111
 
@@ -5995,11 +5975,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom(dict):
5995
5975
  source_restriction: Optional[str] = None,
5996
5976
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSource']] = None):
5997
5977
  """
5998
- :param Sequence[str] identities: Identities can be an individual user, service account, Google group,
5999
- or third-party identity. For third-party identity, only single identities
6000
- are supported and other identity types are not supported.The v1 identities
6001
- that have the prefix user, group and serviceAccount in
6002
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
5978
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
5979
+ Should be in the format of email address. The email address should
5980
+ represent individual user or service account only.
6003
5981
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
6004
5982
  perimeter. If left unspecified, then members of `identities` field will
6005
5983
  be allowed access.
@@ -6022,11 +6000,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom(dict):
6022
6000
  @pulumi.getter
6023
6001
  def identities(self) -> Optional[Sequence[str]]:
6024
6002
  """
6025
- Identities can be an individual user, service account, Google group,
6026
- or third-party identity. For third-party identity, only single identities
6027
- are supported and other identity types are not supported.The v1 identities
6028
- that have the prefix user, group and serviceAccount in
6029
- https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6003
+ A list of identities that are allowed access through this `EgressPolicy`.
6004
+ Should be in the format of email address. The email address should
6005
+ represent individual user or service account only.
6030
6006
  """
6031
6007
  return pulumi.get(self, "identities")
6032
6008
 
@@ -35,8 +35,6 @@ __all__ = [
35
35
  'RepositoryRemoteRepositoryConfigAptRepositoryArgsDict',
36
36
  'RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs',
37
37
  'RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgsDict',
38
- 'RepositoryRemoteRepositoryConfigCommonRepositoryArgs',
39
- 'RepositoryRemoteRepositoryConfigCommonRepositoryArgsDict',
40
38
  'RepositoryRemoteRepositoryConfigDockerRepositoryArgs',
41
39
  'RepositoryRemoteRepositoryConfigDockerRepositoryArgsDict',
42
40
  'RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs',
@@ -556,11 +554,6 @@ if not MYPY:
556
554
  Specific settings for an Apt remote repository.
557
555
  Structure is documented below.
558
556
  """
559
- common_repository: NotRequired[pulumi.Input['RepositoryRemoteRepositoryConfigCommonRepositoryArgsDict']]
560
- """
561
- Specific settings for an Artifact Registory remote repository.
562
- Structure is documented below.
563
- """
564
557
  description: NotRequired[pulumi.Input[str]]
565
558
  """
566
559
  The description of the remote source.
@@ -607,7 +600,6 @@ elif False:
607
600
  class RepositoryRemoteRepositoryConfigArgs:
608
601
  def __init__(__self__, *,
609
602
  apt_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigAptRepositoryArgs']] = None,
610
- common_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigCommonRepositoryArgs']] = None,
611
603
  description: Optional[pulumi.Input[str]] = None,
612
604
  disable_upstream_validation: Optional[pulumi.Input[bool]] = None,
613
605
  docker_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigDockerRepositoryArgs']] = None,
@@ -619,8 +611,6 @@ class RepositoryRemoteRepositoryConfigArgs:
619
611
  """
620
612
  :param pulumi.Input['RepositoryRemoteRepositoryConfigAptRepositoryArgs'] apt_repository: Specific settings for an Apt remote repository.
621
613
  Structure is documented below.
622
- :param pulumi.Input['RepositoryRemoteRepositoryConfigCommonRepositoryArgs'] common_repository: Specific settings for an Artifact Registory remote repository.
623
- Structure is documented below.
624
614
  :param pulumi.Input[str] description: The description of the remote source.
625
615
  :param pulumi.Input[bool] disable_upstream_validation: If true, the remote repository upstream and upstream credentials will
626
616
  not be validated.
@@ -639,8 +629,6 @@ class RepositoryRemoteRepositoryConfigArgs:
639
629
  """
640
630
  if apt_repository is not None:
641
631
  pulumi.set(__self__, "apt_repository", apt_repository)
642
- if common_repository is not None:
643
- pulumi.set(__self__, "common_repository", common_repository)
644
632
  if description is not None:
645
633
  pulumi.set(__self__, "description", description)
646
634
  if disable_upstream_validation is not None:
@@ -671,19 +659,6 @@ class RepositoryRemoteRepositoryConfigArgs:
671
659
  def apt_repository(self, value: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigAptRepositoryArgs']]):
672
660
  pulumi.set(self, "apt_repository", value)
673
661
 
674
- @property
675
- @pulumi.getter(name="commonRepository")
676
- def common_repository(self) -> Optional[pulumi.Input['RepositoryRemoteRepositoryConfigCommonRepositoryArgs']]:
677
- """
678
- Specific settings for an Artifact Registory remote repository.
679
- Structure is documented below.
680
- """
681
- return pulumi.get(self, "common_repository")
682
-
683
- @common_repository.setter
684
- def common_repository(self, value: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigCommonRepositoryArgs']]):
685
- pulumi.set(self, "common_repository", value)
686
-
687
662
  @property
688
663
  @pulumi.getter
689
664
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -876,37 +851,6 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
876
851
  pulumi.set(self, "repository_path", value)
877
852
 
878
853
 
879
- if not MYPY:
880
- class RepositoryRemoteRepositoryConfigCommonRepositoryArgsDict(TypedDict):
881
- uri: pulumi.Input[str]
882
- """
883
- Specific uri to the Artifact Registory repository, e.g. `projects/UPSTREAM_PROJECT_ID/locations/REGION/repositories/UPSTREAM_REPOSITORY`
884
- """
885
- elif False:
886
- RepositoryRemoteRepositoryConfigCommonRepositoryArgsDict: TypeAlias = Mapping[str, Any]
887
-
888
- @pulumi.input_type
889
- class RepositoryRemoteRepositoryConfigCommonRepositoryArgs:
890
- def __init__(__self__, *,
891
- uri: pulumi.Input[str]):
892
- """
893
- :param pulumi.Input[str] uri: Specific uri to the Artifact Registory repository, e.g. `projects/UPSTREAM_PROJECT_ID/locations/REGION/repositories/UPSTREAM_REPOSITORY`
894
- """
895
- pulumi.set(__self__, "uri", uri)
896
-
897
- @property
898
- @pulumi.getter
899
- def uri(self) -> pulumi.Input[str]:
900
- """
901
- Specific uri to the Artifact Registory repository, e.g. `projects/UPSTREAM_PROJECT_ID/locations/REGION/repositories/UPSTREAM_REPOSITORY`
902
- """
903
- return pulumi.get(self, "uri")
904
-
905
- @uri.setter
906
- def uri(self, value: pulumi.Input[str]):
907
- pulumi.set(self, "uri", value)
908
-
909
-
910
854
  if not MYPY:
911
855
  class RepositoryRemoteRepositoryConfigDockerRepositoryArgsDict(TypedDict):
912
856
  custom_repository: NotRequired[pulumi.Input['RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgsDict']]