pulumi-gcp 7.15.0__py3-none-any.whl → 7.15.0a1710918905__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 +0 -94
- pulumi_gcp/accesscontextmanager/_inputs.py +58 -74
- pulumi_gcp/accesscontextmanager/outputs.py +58 -74
- pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/cloudrunv2/_inputs.py +2 -26
- pulumi_gcp/cloudrunv2/get_service.py +1 -11
- pulumi_gcp/cloudrunv2/outputs.py +2 -58
- pulumi_gcp/cloudrunv2/service.py +0 -54
- pulumi_gcp/compute/_inputs.py +4 -4
- pulumi_gcp/compute/outputs.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -30
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/firebase/__init__.py +0 -1
- pulumi_gcp/firestore/_inputs.py +0 -69
- pulumi_gcp/firestore/database.py +0 -206
- pulumi_gcp/firestore/outputs.py +0 -80
- pulumi_gcp/gkeonprem/_inputs.py +3 -1
- pulumi_gcp/gkeonprem/outputs.py +3 -1
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -2
- pulumi_gcp/iap/__init__.py +0 -5
- pulumi_gcp/iap/_inputs.py +0 -100
- pulumi_gcp/iap/outputs.py +0 -76
- pulumi_gcp/kms/__init__.py +0 -1
- pulumi_gcp/kms/_inputs.py +0 -246
- pulumi_gcp/kms/outputs.py +0 -242
- pulumi_gcp/networksecurity/__init__.py +0 -1
- pulumi_gcp/notebooks/instance.py +0 -8
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/securityposture/posture.py +2 -2
- pulumi_gcp/securityposture/posture_deployment.py +2 -2
- pulumi_gcp/storage/_inputs.py +15 -32
- pulumi_gcp/storage/outputs.py +14 -29
- pulumi_gcp/workstations/_inputs.py +4 -134
- pulumi_gcp/workstations/outputs.py +4 -152
- pulumi_gcp/workstations/workstation_config.py +0 -54
- {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/RECORD +42 -62
- pulumi_gcp/apphub/__init__.py +0 -15
- pulumi_gcp/apphub/_inputs.py +0 -1016
- pulumi_gcp/apphub/application.py +0 -775
- pulumi_gcp/apphub/get_discovered_service.py +0 -180
- pulumi_gcp/apphub/get_discovered_workload.py +0 -180
- pulumi_gcp/apphub/outputs.py +0 -1206
- pulumi_gcp/apphub/service.py +0 -1121
- pulumi_gcp/apphub/service_project_attachment.py +0 -516
- pulumi_gcp/apphub/workload.py +0 -1197
- pulumi_gcp/cloudquota/__init__.py +0 -9
- pulumi_gcp/cloudquota/get_s_quota_info.py +0 -322
- pulumi_gcp/cloudquota/outputs.py +0 -105
- pulumi_gcp/firebase/app_check_device_check_config.py +0 -572
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -172
- pulumi_gcp/iap/tunnel_dest_group.py +0 -524
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -858
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -858
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -760
- pulumi_gcp/kms/ekm_connection.py +0 -610
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -753
- {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -24,8 +24,6 @@ if typing.TYPE_CHECKING:
|
|
24
24
|
apigee = __apigee
|
25
25
|
import pulumi_gcp.appengine as __appengine
|
26
26
|
appengine = __appengine
|
27
|
-
import pulumi_gcp.apphub as __apphub
|
28
|
-
apphub = __apphub
|
29
27
|
import pulumi_gcp.artifactregistry as __artifactregistry
|
30
28
|
artifactregistry = __artifactregistry
|
31
29
|
import pulumi_gcp.assuredworkloads as __assuredworkloads
|
@@ -72,8 +70,6 @@ if typing.TYPE_CHECKING:
|
|
72
70
|
cloudidentity = __cloudidentity
|
73
71
|
import pulumi_gcp.cloudids as __cloudids
|
74
72
|
cloudids = __cloudids
|
75
|
-
import pulumi_gcp.cloudquota as __cloudquota
|
76
|
-
cloudquota = __cloudquota
|
77
73
|
import pulumi_gcp.cloudrun as __cloudrun
|
78
74
|
cloudrun = __cloudrun
|
79
75
|
import pulumi_gcp.cloudrunv2 as __cloudrunv2
|
@@ -250,7 +246,6 @@ else:
|
|
250
246
|
apigateway = _utilities.lazy_import('pulumi_gcp.apigateway')
|
251
247
|
apigee = _utilities.lazy_import('pulumi_gcp.apigee')
|
252
248
|
appengine = _utilities.lazy_import('pulumi_gcp.appengine')
|
253
|
-
apphub = _utilities.lazy_import('pulumi_gcp.apphub')
|
254
249
|
artifactregistry = _utilities.lazy_import('pulumi_gcp.artifactregistry')
|
255
250
|
assuredworkloads = _utilities.lazy_import('pulumi_gcp.assuredworkloads')
|
256
251
|
backupdisasterrecovery = _utilities.lazy_import('pulumi_gcp.backupdisasterrecovery')
|
@@ -274,7 +269,6 @@ else:
|
|
274
269
|
cloudfunctionsv2 = _utilities.lazy_import('pulumi_gcp.cloudfunctionsv2')
|
275
270
|
cloudidentity = _utilities.lazy_import('pulumi_gcp.cloudidentity')
|
276
271
|
cloudids = _utilities.lazy_import('pulumi_gcp.cloudids')
|
277
|
-
cloudquota = _utilities.lazy_import('pulumi_gcp.cloudquota')
|
278
272
|
cloudrun = _utilities.lazy_import('pulumi_gcp.cloudrun')
|
279
273
|
cloudrunv2 = _utilities.lazy_import('pulumi_gcp.cloudrunv2')
|
280
274
|
cloudscheduler = _utilities.lazy_import('pulumi_gcp.cloudscheduler')
|
@@ -883,38 +877,6 @@ _utilities.register(
|
|
883
877
|
"gcp:appengine/standardAppVersion:StandardAppVersion": "StandardAppVersion"
|
884
878
|
}
|
885
879
|
},
|
886
|
-
{
|
887
|
-
"pkg": "gcp",
|
888
|
-
"mod": "apphub/application",
|
889
|
-
"fqn": "pulumi_gcp.apphub",
|
890
|
-
"classes": {
|
891
|
-
"gcp:apphub/application:Application": "Application"
|
892
|
-
}
|
893
|
-
},
|
894
|
-
{
|
895
|
-
"pkg": "gcp",
|
896
|
-
"mod": "apphub/service",
|
897
|
-
"fqn": "pulumi_gcp.apphub",
|
898
|
-
"classes": {
|
899
|
-
"gcp:apphub/service:Service": "Service"
|
900
|
-
}
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"pkg": "gcp",
|
904
|
-
"mod": "apphub/serviceProjectAttachment",
|
905
|
-
"fqn": "pulumi_gcp.apphub",
|
906
|
-
"classes": {
|
907
|
-
"gcp:apphub/serviceProjectAttachment:ServiceProjectAttachment": "ServiceProjectAttachment"
|
908
|
-
}
|
909
|
-
},
|
910
|
-
{
|
911
|
-
"pkg": "gcp",
|
912
|
-
"mod": "apphub/workload",
|
913
|
-
"fqn": "pulumi_gcp.apphub",
|
914
|
-
"classes": {
|
915
|
-
"gcp:apphub/workload:Workload": "Workload"
|
916
|
-
}
|
917
|
-
},
|
918
880
|
{
|
919
881
|
"pkg": "gcp",
|
920
882
|
"mod": "artifactregistry/repository",
|
@@ -4299,14 +4261,6 @@ _utilities.register(
|
|
4299
4261
|
"gcp:firebase/appCheckDebugToken:AppCheckDebugToken": "AppCheckDebugToken"
|
4300
4262
|
}
|
4301
4263
|
},
|
4302
|
-
{
|
4303
|
-
"pkg": "gcp",
|
4304
|
-
"mod": "firebase/appCheckDeviceCheckConfig",
|
4305
|
-
"fqn": "pulumi_gcp.firebase",
|
4306
|
-
"classes": {
|
4307
|
-
"gcp:firebase/appCheckDeviceCheckConfig:AppCheckDeviceCheckConfig": "AppCheckDeviceCheckConfig"
|
4308
|
-
}
|
4309
|
-
},
|
4310
4264
|
{
|
4311
4265
|
"pkg": "gcp",
|
4312
4266
|
"mod": "firebase/appCheckPlayIntegrityConfig",
|
@@ -5051,38 +5005,6 @@ _utilities.register(
|
|
5051
5005
|
"gcp:iap/client:Client": "Client"
|
5052
5006
|
}
|
5053
5007
|
},
|
5054
|
-
{
|
5055
|
-
"pkg": "gcp",
|
5056
|
-
"mod": "iap/tunnelDestGroup",
|
5057
|
-
"fqn": "pulumi_gcp.iap",
|
5058
|
-
"classes": {
|
5059
|
-
"gcp:iap/tunnelDestGroup:TunnelDestGroup": "TunnelDestGroup"
|
5060
|
-
}
|
5061
|
-
},
|
5062
|
-
{
|
5063
|
-
"pkg": "gcp",
|
5064
|
-
"mod": "iap/tunnelDestGroupIamBinding",
|
5065
|
-
"fqn": "pulumi_gcp.iap",
|
5066
|
-
"classes": {
|
5067
|
-
"gcp:iap/tunnelDestGroupIamBinding:TunnelDestGroupIamBinding": "TunnelDestGroupIamBinding"
|
5068
|
-
}
|
5069
|
-
},
|
5070
|
-
{
|
5071
|
-
"pkg": "gcp",
|
5072
|
-
"mod": "iap/tunnelDestGroupIamMember",
|
5073
|
-
"fqn": "pulumi_gcp.iap",
|
5074
|
-
"classes": {
|
5075
|
-
"gcp:iap/tunnelDestGroupIamMember:TunnelDestGroupIamMember": "TunnelDestGroupIamMember"
|
5076
|
-
}
|
5077
|
-
},
|
5078
|
-
{
|
5079
|
-
"pkg": "gcp",
|
5080
|
-
"mod": "iap/tunnelDestGroupIamPolicy",
|
5081
|
-
"fqn": "pulumi_gcp.iap",
|
5082
|
-
"classes": {
|
5083
|
-
"gcp:iap/tunnelDestGroupIamPolicy:TunnelDestGroupIamPolicy": "TunnelDestGroupIamPolicy"
|
5084
|
-
}
|
5085
|
-
},
|
5086
5008
|
{
|
5087
5009
|
"pkg": "gcp",
|
5088
5010
|
"mod": "iap/tunnelIamBinding",
|
@@ -5379,14 +5301,6 @@ _utilities.register(
|
|
5379
5301
|
"gcp:kms/cryptoKeyVersion:CryptoKeyVersion": "CryptoKeyVersion"
|
5380
5302
|
}
|
5381
5303
|
},
|
5382
|
-
{
|
5383
|
-
"pkg": "gcp",
|
5384
|
-
"mod": "kms/ekmConnection",
|
5385
|
-
"fqn": "pulumi_gcp.kms",
|
5386
|
-
"classes": {
|
5387
|
-
"gcp:kms/ekmConnection:EkmConnection": "EkmConnection"
|
5388
|
-
}
|
5389
|
-
},
|
5390
5304
|
{
|
5391
5305
|
"pkg": "gcp",
|
5392
5306
|
"mod": "kms/keyRing",
|
@@ -5851,14 +5765,6 @@ _utilities.register(
|
|
5851
5765
|
"gcp:networksecurity/firewallEndpoint:FirewallEndpoint": "FirewallEndpoint"
|
5852
5766
|
}
|
5853
5767
|
},
|
5854
|
-
{
|
5855
|
-
"pkg": "gcp",
|
5856
|
-
"mod": "networksecurity/firewallEndpointAssociation",
|
5857
|
-
"fqn": "pulumi_gcp.networksecurity",
|
5858
|
-
"classes": {
|
5859
|
-
"gcp:networksecurity/firewallEndpointAssociation:FirewallEndpointAssociation": "FirewallEndpointAssociation"
|
5860
|
-
}
|
5861
|
-
},
|
5862
5768
|
{
|
5863
5769
|
"pkg": "gcp",
|
5864
5770
|
"mod": "networksecurity/gatewaySecurityPolicy",
|
@@ -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
|
1622
|
-
represent
|
1621
|
+
Should be in the format of email address. The email address should
|
1622
|
+
represent individual user or service account only.
|
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
|
1647
|
-
represent
|
1646
|
+
Should be in the format of email address. The email address should
|
1647
|
+
represent individual user or service account only.
|
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
|
1895
|
-
Should be in the format of
|
1896
|
-
|
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.
|
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
|
1916
|
-
Should be in the format of
|
1917
|
-
|
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.
|
1918
1918
|
"""
|
1919
1919
|
return pulumi.get(self, "identities")
|
1920
1920
|
|
@@ -2371,10 +2371,9 @@ 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:
|
2375
|
-
|
2376
|
-
|
2377
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
2378
2377
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
|
2379
2378
|
perimeter. If left unspecified, then members of `identities` field will
|
2380
2379
|
be allowed access.
|
@@ -2397,10 +2396,9 @@ class ServicePerimeterSpecEgressPolicyEgressFromArgs:
|
|
2397
2396
|
@pulumi.getter
|
2398
2397
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2399
2398
|
"""
|
2400
|
-
|
2401
|
-
|
2402
|
-
|
2403
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
2404
2402
|
"""
|
2405
2403
|
return pulumi.get(self, "identities")
|
2406
2404
|
|
@@ -2694,10 +2692,9 @@ class ServicePerimeterSpecIngressPolicyIngressFromArgs:
|
|
2694
2692
|
identity_type: Optional[pulumi.Input[str]] = None,
|
2695
2693
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressFromSourceArgs']]]] = None):
|
2696
2694
|
"""
|
2697
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
2698
|
-
|
2699
|
-
|
2700
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
2701
2698
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
|
2702
2699
|
perimeter. If left unspecified, then members of `identities` field will be
|
2703
2700
|
allowed access.
|
@@ -2716,10 +2713,9 @@ class ServicePerimeterSpecIngressPolicyIngressFromArgs:
|
|
2716
2713
|
@pulumi.getter
|
2717
2714
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2718
2715
|
"""
|
2719
|
-
|
2720
|
-
|
2721
|
-
|
2722
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
2723
2719
|
"""
|
2724
2720
|
return pulumi.get(self, "identities")
|
2725
2721
|
|
@@ -3205,10 +3201,9 @@ class ServicePerimeterStatusEgressPolicyEgressFromArgs:
|
|
3205
3201
|
source_restriction: Optional[pulumi.Input[str]] = None,
|
3206
3202
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressFromSourceArgs']]]] = None):
|
3207
3203
|
"""
|
3208
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
3209
|
-
|
3210
|
-
|
3211
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
3212
3207
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
|
3213
3208
|
perimeter. If left unspecified, then members of `identities` field will
|
3214
3209
|
be allowed access.
|
@@ -3231,10 +3226,9 @@ class ServicePerimeterStatusEgressPolicyEgressFromArgs:
|
|
3231
3226
|
@pulumi.getter
|
3232
3227
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
3233
3228
|
"""
|
3234
|
-
|
3235
|
-
|
3236
|
-
|
3237
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
3238
3232
|
"""
|
3239
3233
|
return pulumi.get(self, "identities")
|
3240
3234
|
|
@@ -3528,10 +3522,9 @@ class ServicePerimeterStatusIngressPolicyIngressFromArgs:
|
|
3528
3522
|
identity_type: Optional[pulumi.Input[str]] = None,
|
3529
3523
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressFromSourceArgs']]]] = None):
|
3530
3524
|
"""
|
3531
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
3532
|
-
|
3533
|
-
|
3534
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
3535
3528
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
|
3536
3529
|
perimeter. If left unspecified, then members of `identities` field will be
|
3537
3530
|
allowed access.
|
@@ -3550,10 +3543,9 @@ class ServicePerimeterStatusIngressPolicyIngressFromArgs:
|
|
3550
3543
|
@pulumi.getter
|
3551
3544
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
3552
3545
|
"""
|
3553
|
-
|
3554
|
-
|
3555
|
-
|
3556
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
3557
3549
|
"""
|
3558
3550
|
return pulumi.get(self, "identities")
|
3559
3551
|
|
@@ -4258,10 +4250,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
|
|
4258
4250
|
source_restriction: Optional[pulumi.Input[str]] = None,
|
4259
4251
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgs']]]] = None):
|
4260
4252
|
"""
|
4261
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
4262
|
-
|
4263
|
-
|
4264
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
4265
4256
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
|
4266
4257
|
perimeter. If left unspecified, then members of `identities` field will
|
4267
4258
|
be allowed access.
|
@@ -4284,10 +4275,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs:
|
|
4284
4275
|
@pulumi.getter
|
4285
4276
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4286
4277
|
"""
|
4287
|
-
|
4288
|
-
|
4289
|
-
|
4290
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
4291
4281
|
"""
|
4292
4282
|
return pulumi.get(self, "identities")
|
4293
4283
|
|
@@ -4581,10 +4571,9 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs:
|
|
4581
4571
|
identity_type: Optional[pulumi.Input[str]] = None,
|
4582
4572
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSourceArgs']]]] = None):
|
4583
4573
|
"""
|
4584
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
4585
|
-
|
4586
|
-
|
4587
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
4588
4577
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
|
4589
4578
|
perimeter. If left unspecified, then members of `identities` field will be
|
4590
4579
|
allowed access.
|
@@ -4603,10 +4592,9 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs:
|
|
4603
4592
|
@pulumi.getter
|
4604
4593
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4605
4594
|
"""
|
4606
|
-
|
4607
|
-
|
4608
|
-
|
4609
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
4610
4598
|
"""
|
4611
4599
|
return pulumi.get(self, "identities")
|
4612
4600
|
|
@@ -5092,10 +5080,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
|
|
5092
5080
|
source_restriction: Optional[pulumi.Input[str]] = None,
|
5093
5081
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgs']]]] = None):
|
5094
5082
|
"""
|
5095
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
5096
|
-
|
5097
|
-
|
5098
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
5099
5086
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access to outside the
|
5100
5087
|
perimeter. If left unspecified, then members of `identities` field will
|
5101
5088
|
be allowed access.
|
@@ -5118,10 +5105,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs:
|
|
5118
5105
|
@pulumi.getter
|
5119
5106
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
5120
5107
|
"""
|
5121
|
-
|
5122
|
-
|
5123
|
-
|
5124
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
5125
5111
|
"""
|
5126
5112
|
return pulumi.get(self, "identities")
|
5127
5113
|
|
@@ -5415,10 +5401,9 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs:
|
|
5415
5401
|
identity_type: Optional[pulumi.Input[str]] = None,
|
5416
5402
|
sources: Optional[pulumi.Input[Sequence[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSourceArgs']]]] = None):
|
5417
5403
|
"""
|
5418
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] identities:
|
5419
|
-
|
5420
|
-
|
5421
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
5422
5407
|
:param pulumi.Input[str] identity_type: Specifies the type of identities that are allowed access from outside the
|
5423
5408
|
perimeter. If left unspecified, then members of `identities` field will be
|
5424
5409
|
allowed access.
|
@@ -5437,10 +5422,9 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs:
|
|
5437
5422
|
@pulumi.getter
|
5438
5423
|
def identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
5439
5424
|
"""
|
5440
|
-
|
5441
|
-
|
5442
|
-
|
5443
|
-
The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
|
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.
|
5444
5428
|
"""
|
5445
5429
|
return pulumi.get(self, "identities")
|
5446
5430
|
|