pulumi-gcp 7.28.0__py3-none-any.whl → 7.28.0a1718431623__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 (59) hide show
  1. pulumi_gcp/__init__.py +0 -59
  2. pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
  3. pulumi_gcp/accesscontextmanager/access_levels.py +20 -0
  4. pulumi_gcp/accesscontextmanager/outputs.py +74 -58
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  6. pulumi_gcp/bigtable/_inputs.py +0 -40
  7. pulumi_gcp/bigtable/outputs.py +0 -49
  8. pulumi_gcp/bigtable/table.py +0 -54
  9. pulumi_gcp/cloudbuildv2/_inputs.py +0 -383
  10. pulumi_gcp/cloudbuildv2/connection.py +2 -110
  11. pulumi_gcp/cloudbuildv2/outputs.py +0 -421
  12. pulumi_gcp/composer/__init__.py +0 -3
  13. pulumi_gcp/compute/_inputs.py +2 -4
  14. pulumi_gcp/compute/backend_service.py +48 -28
  15. pulumi_gcp/compute/interconnect.py +4 -4
  16. pulumi_gcp/compute/outputs.py +4 -10
  17. pulumi_gcp/compute/region_backend_service.py +48 -35
  18. pulumi_gcp/compute/region_network_endpoint.py +0 -187
  19. pulumi_gcp/compute/region_network_endpoint_group.py +9 -49
  20. pulumi_gcp/compute/region_target_https_proxy.py +14 -7
  21. pulumi_gcp/compute/target_https_proxy.py +14 -28
  22. pulumi_gcp/config/__init__.pyi +0 -2
  23. pulumi_gcp/config/vars.py +0 -4
  24. pulumi_gcp/container/_inputs.py +2 -2
  25. pulumi_gcp/container/outputs.py +4 -4
  26. pulumi_gcp/discoveryengine/_inputs.py +0 -227
  27. pulumi_gcp/discoveryengine/data_store.py +0 -108
  28. pulumi_gcp/discoveryengine/outputs.py +0 -280
  29. pulumi_gcp/edgecontainer/_inputs.py +1 -107
  30. pulumi_gcp/edgecontainer/outputs.py +1 -123
  31. pulumi_gcp/gkehub/_inputs.py +0 -16
  32. pulumi_gcp/gkehub/outputs.py +1 -15
  33. pulumi_gcp/kms/crypto_key.py +6 -2
  34. pulumi_gcp/logging/folder_sink.py +14 -14
  35. pulumi_gcp/logging/organization_sink.py +14 -14
  36. pulumi_gcp/netapp/__init__.py +0 -1
  37. pulumi_gcp/netapp/active_directory.py +0 -55
  38. pulumi_gcp/provider.py +0 -20
  39. pulumi_gcp/pulumi-plugin.json +1 -1
  40. pulumi_gcp/securitycenter/__init__.py +0 -3
  41. pulumi_gcp/securitycenter/_inputs.py +0 -1105
  42. pulumi_gcp/securitycenter/outputs.py +0 -1048
  43. pulumi_gcp/vertex/ai_feature_online_store.py +8 -37
  44. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718431623.dist-info}/METADATA +1 -1
  45. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718431623.dist-info}/RECORD +47 -59
  46. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718431623.dist-info}/WHEEL +1 -1
  47. pulumi_gcp/composer/get_user_workloads_config_map.py +0 -190
  48. pulumi_gcp/composer/get_user_workloads_secret.py +0 -188
  49. pulumi_gcp/composer/user_workloads_config_map.py +0 -475
  50. pulumi_gcp/managedkafka/__init__.py +0 -11
  51. pulumi_gcp/managedkafka/_inputs.py +0 -169
  52. pulumi_gcp/managedkafka/cluster.py +0 -807
  53. pulumi_gcp/managedkafka/outputs.py +0 -197
  54. pulumi_gcp/managedkafka/topic.py +0 -599
  55. pulumi_gcp/netapp/backup.py +0 -903
  56. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +0 -725
  57. pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +0 -713
  58. pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +0 -706
  59. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718431623.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -164,8 +164,6 @@ if typing.TYPE_CHECKING:
164
164
  logging = __logging
165
165
  import pulumi_gcp.looker as __looker
166
166
  looker = __looker
167
- import pulumi_gcp.managedkafka as __managedkafka
168
- managedkafka = __managedkafka
169
167
  import pulumi_gcp.memcache as __memcache
170
168
  memcache = __memcache
171
169
  import pulumi_gcp.migrationcenter as __migrationcenter
@@ -328,7 +326,6 @@ else:
328
326
  kms = _utilities.lazy_import('pulumi_gcp.kms')
329
327
  logging = _utilities.lazy_import('pulumi_gcp.logging')
330
328
  looker = _utilities.lazy_import('pulumi_gcp.looker')
331
- managedkafka = _utilities.lazy_import('pulumi_gcp.managedkafka')
332
329
  memcache = _utilities.lazy_import('pulumi_gcp.memcache')
333
330
  migrationcenter = _utilities.lazy_import('pulumi_gcp.migrationcenter')
334
331
  ml = _utilities.lazy_import('pulumi_gcp.ml')
@@ -2071,14 +2068,6 @@ _utilities.register(
2071
2068
  "gcp:composer/environment:Environment": "Environment"
2072
2069
  }
2073
2070
  },
2074
- {
2075
- "pkg": "gcp",
2076
- "mod": "composer/userWorkloadsConfigMap",
2077
- "fqn": "pulumi_gcp.composer",
2078
- "classes": {
2079
- "gcp:composer/userWorkloadsConfigMap:UserWorkloadsConfigMap": "UserWorkloadsConfigMap"
2080
- }
2081
- },
2082
2071
  {
2083
2072
  "pkg": "gcp",
2084
2073
  "mod": "composer/userWorkloadsSecret",
@@ -5823,22 +5812,6 @@ _utilities.register(
5823
5812
  "gcp:looker/instance:Instance": "Instance"
5824
5813
  }
5825
5814
  },
5826
- {
5827
- "pkg": "gcp",
5828
- "mod": "managedkafka/cluster",
5829
- "fqn": "pulumi_gcp.managedkafka",
5830
- "classes": {
5831
- "gcp:managedkafka/cluster:Cluster": "Cluster"
5832
- }
5833
- },
5834
- {
5835
- "pkg": "gcp",
5836
- "mod": "managedkafka/topic",
5837
- "fqn": "pulumi_gcp.managedkafka",
5838
- "classes": {
5839
- "gcp:managedkafka/topic:Topic": "Topic"
5840
- }
5841
- },
5842
5815
  {
5843
5816
  "pkg": "gcp",
5844
5817
  "mod": "memcache/instance",
@@ -5959,14 +5932,6 @@ _utilities.register(
5959
5932
  "gcp:netapp/activeDirectory:ActiveDirectory": "ActiveDirectory"
5960
5933
  }
5961
5934
  },
5962
- {
5963
- "pkg": "gcp",
5964
- "mod": "netapp/backup",
5965
- "fqn": "pulumi_gcp.netapp",
5966
- "classes": {
5967
- "gcp:netapp/backup:Backup": "Backup"
5968
- }
5969
- },
5970
5935
  {
5971
5936
  "pkg": "gcp",
5972
5937
  "mod": "netapp/backupPolicy",
@@ -6935,14 +6900,6 @@ _utilities.register(
6935
6900
  "gcp:securitycenter/instanceIamPolicy:InstanceIamPolicy": "InstanceIamPolicy"
6936
6901
  }
6937
6902
  },
6938
- {
6939
- "pkg": "gcp",
6940
- "mod": "securitycenter/managementFolderSecurityHealthAnalyticsCustomModule",
6941
- "fqn": "pulumi_gcp.securitycenter",
6942
- "classes": {
6943
- "gcp:securitycenter/managementFolderSecurityHealthAnalyticsCustomModule:ManagementFolderSecurityHealthAnalyticsCustomModule": "ManagementFolderSecurityHealthAnalyticsCustomModule"
6944
- }
6945
- },
6946
6903
  {
6947
6904
  "pkg": "gcp",
6948
6905
  "mod": "securitycenter/managementOrganizationEventThreatDetectionCustomModule",
@@ -6951,22 +6908,6 @@ _utilities.register(
6951
6908
  "gcp:securitycenter/managementOrganizationEventThreatDetectionCustomModule:ManagementOrganizationEventThreatDetectionCustomModule": "ManagementOrganizationEventThreatDetectionCustomModule"
6952
6909
  }
6953
6910
  },
6954
- {
6955
- "pkg": "gcp",
6956
- "mod": "securitycenter/managementOrganizationSecurityHealthAnalyticsCustomModule",
6957
- "fqn": "pulumi_gcp.securitycenter",
6958
- "classes": {
6959
- "gcp:securitycenter/managementOrganizationSecurityHealthAnalyticsCustomModule:ManagementOrganizationSecurityHealthAnalyticsCustomModule": "ManagementOrganizationSecurityHealthAnalyticsCustomModule"
6960
- }
6961
- },
6962
- {
6963
- "pkg": "gcp",
6964
- "mod": "securitycenter/managementProjectSecurityHealthAnalyticsCustomModule",
6965
- "fqn": "pulumi_gcp.securitycenter",
6966
- "classes": {
6967
- "gcp:securitycenter/managementProjectSecurityHealthAnalyticsCustomModule:ManagementProjectSecurityHealthAnalyticsCustomModule": "ManagementProjectSecurityHealthAnalyticsCustomModule"
6968
- }
6969
- },
6970
6911
  {
6971
6912
  "pkg": "gcp",
6972
6913
  "mod": "securitycenter/muteConfig",
@@ -1618,8 +1618,8 @@ class ServicePerimeterEgressPolicyEgressFromArgs:
1618
1618
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterEgressPolicyEgressFromSourceArgs']]]] = None):
1619
1619
  """
1620
1620
  :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
1621
- Should be in the format of email address. The email address should
1622
- represent individual user or service account only.
1621
+ Should be in the format of an email address. The email address should
1622
+ represent an individual user, service account, or Google group.
1623
1623
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
1624
1624
  perimeter. If left unspecified, then members of `identities` field will
1625
1625
  be allowed access.
@@ -1643,8 +1643,8 @@ class ServicePerimeterEgressPolicyEgressFromArgs:
1643
1643
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1644
1644
  """
1645
1645
  A list of identities that are allowed access through this `EgressPolicy`.
1646
- Should be in the format of email address. The email address should
1647
- represent individual user or service account only.
1646
+ Should be in the format of an email address. The email address should
1647
+ represent an individual user, service account, or Google group.
1648
1648
  """
1649
1649
  return pulumi.get(self, "identities")
1650
1650
 
@@ -1891,9 +1891,9 @@ class ServicePerimeterIngressPolicyIngressFromArgs:
1891
1891
  identity_type: Optional[pulumi.Input[str]] = None,
1892
1892
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterIngressPolicyIngressFromSourceArgs']]]] = None):
1893
1893
  """
1894
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
1895
- Should be in the format of email address. The email address should represent
1896
- individual user or service account only.
1894
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `IngressPolicy`.
1895
+ Should be in the format of an email address. The email address should represent
1896
+ an individual user, service account, or Google group.
1897
1897
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
1898
1898
  perimeter. If left unspecified, then members of `identities` field will be
1899
1899
  allowed access.
@@ -1912,9 +1912,9 @@ class ServicePerimeterIngressPolicyIngressFromArgs:
1912
1912
  @pulumi.getter
1913
1913
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1914
1914
  """
1915
- A list of identities that are allowed access through this ingress policy.
1916
- Should be in the format of email address. The email address should represent
1917
- individual user or service account only.
1915
+ A list of identities that are allowed access through this `IngressPolicy`.
1916
+ Should be in the format of an email address. The email address should represent
1917
+ an individual user, service account, or Google group.
1918
1918
  """
1919
1919
  return pulumi.get(self, "identities")
1920
1920
 
@@ -2371,9 +2371,10 @@ class ServicePerimeterSpecEgressPolicyEgressFromArgs:
2371
2371
  source_restriction: Optional[pulumi.Input[str]] = None,
2372
2372
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterSpecEgressPolicyEgressFromSourceArgs']]]] = None):
2373
2373
  """
2374
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
2375
- Should be in the format of email address. The email address should
2376
- represent individual user or service account only.
2374
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
2375
+ To specify an identity or identity group, use the IAM v1
2376
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2377
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2377
2378
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
2378
2379
  perimeter. If left unspecified, then members of `identities` field will
2379
2380
  be allowed access.
@@ -2396,9 +2397,10 @@ class ServicePerimeterSpecEgressPolicyEgressFromArgs:
2396
2397
  @pulumi.getter
2397
2398
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2398
2399
  """
2399
- A list of identities that are allowed access through this `EgressPolicy`.
2400
- Should be in the format of email address. The email address should
2401
- represent individual user or service account only.
2400
+ 'A list of identities that are allowed access through this `EgressPolicy`.
2401
+ To specify an identity or identity group, use the IAM v1
2402
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2403
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2402
2404
  """
2403
2405
  return pulumi.get(self, "identities")
2404
2406
 
@@ -2692,9 +2694,10 @@ class ServicePerimeterSpecIngressPolicyIngressFromArgs:
2692
2694
  identity_type: Optional[pulumi.Input[str]] = None,
2693
2695
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressFromSourceArgs']]]] = None):
2694
2696
  """
2695
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
2696
- Should be in the format of email address. The email address should represent
2697
- individual user or service account only.
2697
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
2698
+ To specify an identity or identity group, use the IAM v1
2699
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2700
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2698
2701
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
2699
2702
  perimeter. If left unspecified, then members of `identities` field will be
2700
2703
  allowed access.
@@ -2713,9 +2716,10 @@ class ServicePerimeterSpecIngressPolicyIngressFromArgs:
2713
2716
  @pulumi.getter
2714
2717
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2715
2718
  """
2716
- A list of identities that are allowed access through this ingress policy.
2717
- Should be in the format of email address. The email address should represent
2718
- individual user or service account only.
2719
+ 'A list of identities that are allowed access through this `IngressPolicy`.
2720
+ To specify an identity or identity group, use the IAM v1
2721
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2722
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2719
2723
  """
2720
2724
  return pulumi.get(self, "identities")
2721
2725
 
@@ -3201,9 +3205,10 @@ class ServicePerimeterStatusEgressPolicyEgressFromArgs:
3201
3205
  source_restriction: Optional[pulumi.Input[str]] = None,
3202
3206
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressFromSourceArgs']]]] = None):
3203
3207
  """
3204
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
3205
- Should be in the format of email address. The email address should
3206
- represent individual user or service account only.
3208
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
3209
+ To specify an identity or identity group, use the IAM v1
3210
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3211
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3207
3212
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
3208
3213
  perimeter. If left unspecified, then members of `identities` field will
3209
3214
  be allowed access.
@@ -3226,9 +3231,10 @@ class ServicePerimeterStatusEgressPolicyEgressFromArgs:
3226
3231
  @pulumi.getter
3227
3232
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3228
3233
  """
3229
- A list of identities that are allowed access through this `EgressPolicy`.
3230
- Should be in the format of email address. The email address should
3231
- represent individual user or service account only.
3234
+ 'A list of identities that are allowed access through this `EgressPolicy`.
3235
+ To specify an identity or identity group, use the IAM v1
3236
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3237
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3232
3238
  """
3233
3239
  return pulumi.get(self, "identities")
3234
3240
 
@@ -3522,9 +3528,10 @@ class ServicePerimeterStatusIngressPolicyIngressFromArgs:
3522
3528
  identity_type: Optional[pulumi.Input[str]] = None,
3523
3529
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressFromSourceArgs']]]] = None):
3524
3530
  """
3525
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
3526
- Should be in the format of email address. The email address should represent
3527
- individual user or service account only.
3531
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
3532
+ To specify an identity or identity group, use the IAM v1
3533
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3534
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3528
3535
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
3529
3536
  perimeter. If left unspecified, then members of `identities` field will be
3530
3537
  allowed access.
@@ -3543,9 +3550,10 @@ class ServicePerimeterStatusIngressPolicyIngressFromArgs:
3543
3550
  @pulumi.getter
3544
3551
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3545
3552
  """
3546
- A list of identities that are allowed access through this ingress policy.
3547
- Should be in the format of email address. The email address should represent
3548
- individual user or service account only.
3553
+ 'A list of identities that are allowed access through this `IngressPolicy`.
3554
+ To specify an identity or identity group, use the IAM v1
3555
+ format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3556
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3549
3557
  """
3550
3558
  return pulumi.get(self, "identities")
3551
3559
 
@@ -4250,9 +4258,10 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
4250
4258
  source_restriction: Optional[pulumi.Input[str]] = None,
4251
4259
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgs']]]] = None):
4252
4260
  """
4253
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
4254
- Should be in the format of email address. The email address should
4255
- represent individual user or service account only.
4261
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
4262
+ To specify an identity or identity group, use the IAM v1 format
4263
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4264
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4256
4265
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
4257
4266
  perimeter. If left unspecified, then members of `identities` field will
4258
4267
  be allowed access.
@@ -4275,9 +4284,10 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
4275
4284
  @pulumi.getter
4276
4285
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4277
4286
  """
4278
- A list of identities that are allowed access through this `EgressPolicy`.
4279
- Should be in the format of email address. The email address should
4280
- represent individual user or service account only.
4287
+ 'A list of identities that are allowed access through this `EgressPolicy`.
4288
+ To specify an identity or identity group, use the IAM v1 format
4289
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4290
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4281
4291
  """
4282
4292
  return pulumi.get(self, "identities")
4283
4293
 
@@ -4571,9 +4581,10 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs:
4571
4581
  identity_type: Optional[pulumi.Input[str]] = None,
4572
4582
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSourceArgs']]]] = None):
4573
4583
  """
4574
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
4575
- Should be in the format of email address. The email address should represent
4576
- individual user or service account only.
4584
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
4585
+ To specify an identity or identity group, use the IAM v1 format
4586
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4587
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4577
4588
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
4578
4589
  perimeter. If left unspecified, then members of `identities` field will be
4579
4590
  allowed access.
@@ -4592,9 +4603,10 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs:
4592
4603
  @pulumi.getter
4593
4604
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4594
4605
  """
4595
- A list of identities that are allowed access through this ingress policy.
4596
- Should be in the format of email address. The email address should represent
4597
- individual user or service account only.
4606
+ 'A list of identities that are allowed access through this `IngressPolicy`.
4607
+ To specify an identity or identity group, use the IAM v1 format
4608
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4609
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4598
4610
  """
4599
4611
  return pulumi.get(self, "identities")
4600
4612
 
@@ -5080,9 +5092,10 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
5080
5092
  source_restriction: Optional[pulumi.Input[str]] = None,
5081
5093
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgs']]]] = None):
5082
5094
  """
5083
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this `EgressPolicy`.
5084
- Should be in the format of email address. The email address should
5085
- represent individual user or service account only.
5095
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
5096
+ To specify an identity or identity group, use the IAM v1 format
5097
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5098
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5086
5099
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
5087
5100
  perimeter. If left unspecified, then members of `identities` field will
5088
5101
  be allowed access.
@@ -5105,9 +5118,10 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
5105
5118
  @pulumi.getter
5106
5119
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5107
5120
  """
5108
- A list of identities that are allowed access through this `EgressPolicy`.
5109
- Should be in the format of email address. The email address should
5110
- represent individual user or service account only.
5121
+ 'A list of identities that are allowed access through this `EgressPolicy`.
5122
+ To specify an identity or identity group, use the IAM v1 format
5123
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5124
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5111
5125
  """
5112
5126
  return pulumi.get(self, "identities")
5113
5127
 
@@ -5401,9 +5415,10 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs:
5401
5415
  identity_type: Optional[pulumi.Input[str]] = None,
5402
5416
  sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSourceArgs']]]] = None):
5403
5417
  """
5404
- :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: A list of identities that are allowed access through this ingress policy.
5405
- Should be in the format of email address. The email address should represent
5406
- individual user or service account only.
5418
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
5419
+ To specify an identity or identity group, use the IAM v1 format
5420
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5421
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5407
5422
  :param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
5408
5423
  perimeter. If left unspecified, then members of `identities` field will be
5409
5424
  allowed access.
@@ -5422,9 +5437,10 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs:
5422
5437
  @pulumi.getter
5423
5438
  def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5424
5439
  """
5425
- A list of identities that are allowed access through this ingress policy.
5426
- Should be in the format of email address. The email address should represent
5427
- individual user or service account only.
5440
+ 'A list of identities that are allowed access through this `IngressPolicy`.
5441
+ To specify an identity or identity group, use the IAM v1 format
5442
+ specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5443
+ The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5428
5444
  """
5429
5445
  return pulumi.get(self, "identities")
5430
5446
 
@@ -121,6 +121,16 @@ class AccessLevels(pulumi.CustomResource):
121
121
  parent: Optional[pulumi.Input[str]] = None,
122
122
  __props__=None):
123
123
  """
124
+ Replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically.
125
+ This is a bulk edit of all Access Levels and may override existing Access Levels created by `accesscontextmanager.AccessLevel`,
126
+ thus causing a permadiff if used alongside `accesscontextmanager.AccessLevel` on the same parent.
127
+
128
+ To get more information about AccessLevels, see:
129
+
130
+ * [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels)
131
+ * How-to Guides
132
+ * [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart)
133
+
124
134
  ## Example Usage
125
135
 
126
136
  ### Access Context Manager Access Levels Basic
@@ -211,6 +221,16 @@ class AccessLevels(pulumi.CustomResource):
211
221
  args: AccessLevelsArgs,
212
222
  opts: Optional[pulumi.ResourceOptions] = None):
213
223
  """
224
+ Replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically.
225
+ This is a bulk edit of all Access Levels and may override existing Access Levels created by `accesscontextmanager.AccessLevel`,
226
+ thus causing a permadiff if used alongside `accesscontextmanager.AccessLevel` on the same parent.
227
+
228
+ To get more information about AccessLevels, see:
229
+
230
+ * [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.accessLevels)
231
+ * How-to Guides
232
+ * [Access Policy Quickstart](https://cloud.google.com/access-context-manager/docs/quickstart)
233
+
214
234
  ## Example Usage
215
235
 
216
236
  ### Access Context Manager Access Levels Basic