pulumi-gcp 7.12.0a1709365001__py3-none-any.whl → 7.13.0a1709814369__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +72 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/appengine/service_network_settings.py +2 -2
- pulumi_gcp/appengine/standard_app_version.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +88 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +35 -28
- pulumi_gcp/bigquery/dataset_iam_member.py +35 -28
- pulumi_gcp/bigquery/dataset_iam_policy.py +35 -28
- pulumi_gcp/bigquery/outputs.py +91 -0
- pulumi_gcp/bigquery/routine.py +118 -12
- pulumi_gcp/certificatemanager/dns_authorization.py +63 -14
- pulumi_gcp/clouddeploy/__init__.py +4 -0
- pulumi_gcp/clouddeploy/_inputs.py +80 -0
- pulumi_gcp/clouddeploy/automation.py +16 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +162 -0
- pulumi_gcp/clouddeploy/outputs.py +56 -0
- pulumi_gcp/clouddeploy/target_iam_binding.py +324 -0
- pulumi_gcp/clouddeploy/target_iam_member.py +324 -0
- pulumi_gcp/clouddeploy/target_iam_policy.py +253 -0
- pulumi_gcp/cloudfunctionsv2/function.py +0 -2
- pulumi_gcp/cloudrunv2/_inputs.py +4 -2
- pulumi_gcp/cloudrunv2/outputs.py +8 -4
- pulumi_gcp/composer/_inputs.py +18 -2
- pulumi_gcp/composer/outputs.py +29 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/get_forwarding_rules.py +142 -0
- pulumi_gcp/compute/instance_group_membership.py +4 -4
- pulumi_gcp/compute/outputs.py +816 -0
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_target_https_proxy.py +162 -37
- pulumi_gcp/compute/router_nat.py +8 -8
- pulumi_gcp/container/_inputs.py +80 -0
- pulumi_gcp/container/cluster.py +20 -16
- pulumi_gcp/container/outputs.py +115 -1
- pulumi_gcp/firebase/__init__.py +4 -0
- pulumi_gcp/firebase/app_check_app_attest_config.py +461 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +465 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +474 -0
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +511 -0
- pulumi_gcp/gkehub/scope.py +85 -0
- pulumi_gcp/integrationconnectors/connection.py +4 -4
- pulumi_gcp/looker/_inputs.py +42 -0
- pulumi_gcp/looker/instance.py +90 -0
- pulumi_gcp/looker/outputs.py +34 -0
- pulumi_gcp/migrationcenter/__init__.py +3 -0
- pulumi_gcp/migrationcenter/_inputs.py +500 -0
- pulumi_gcp/migrationcenter/outputs.py +562 -0
- pulumi_gcp/migrationcenter/preference_set.py +687 -0
- pulumi_gcp/monitoring/custom_service.py +4 -2
- pulumi_gcp/monitoring/generic_service.py +4 -2
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/_inputs.py +275 -0
- pulumi_gcp/netapp/outputs.py +290 -0
- pulumi_gcp/netapp/volume.py +140 -2
- pulumi_gcp/netapp/volume_replication.py +1292 -0
- pulumi_gcp/notebooks/instance.py +1 -1
- pulumi_gcp/securityposture/_inputs.py +22 -19
- pulumi_gcp/securityposture/outputs.py +18 -15
- pulumi_gcp/securityposture/posture.py +28 -48
- pulumi_gcp/spanner/_inputs.py +20 -0
- pulumi_gcp/spanner/database_iam_binding.py +134 -0
- pulumi_gcp/spanner/database_iam_member.py +134 -0
- pulumi_gcp/spanner/database_iam_policy.py +114 -0
- pulumi_gcp/spanner/outputs.py +20 -0
- pulumi_gcp/workbench/_inputs.py +157 -2
- pulumi_gcp/workbench/instance.py +52 -0
- pulumi_gcp/workbench/outputs.py +154 -2
- {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/RECORD +73 -60
- {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1685,6 +1685,30 @@ _utilities.register(
|
|
1685
1685
|
"gcp:clouddeploy/target:Target": "Target"
|
1686
1686
|
}
|
1687
1687
|
},
|
1688
|
+
{
|
1689
|
+
"pkg": "gcp",
|
1690
|
+
"mod": "clouddeploy/targetIamBinding",
|
1691
|
+
"fqn": "pulumi_gcp.clouddeploy",
|
1692
|
+
"classes": {
|
1693
|
+
"gcp:clouddeploy/targetIamBinding:TargetIamBinding": "TargetIamBinding"
|
1694
|
+
}
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"pkg": "gcp",
|
1698
|
+
"mod": "clouddeploy/targetIamMember",
|
1699
|
+
"fqn": "pulumi_gcp.clouddeploy",
|
1700
|
+
"classes": {
|
1701
|
+
"gcp:clouddeploy/targetIamMember:TargetIamMember": "TargetIamMember"
|
1702
|
+
}
|
1703
|
+
},
|
1704
|
+
{
|
1705
|
+
"pkg": "gcp",
|
1706
|
+
"mod": "clouddeploy/targetIamPolicy",
|
1707
|
+
"fqn": "pulumi_gcp.clouddeploy",
|
1708
|
+
"classes": {
|
1709
|
+
"gcp:clouddeploy/targetIamPolicy:TargetIamPolicy": "TargetIamPolicy"
|
1710
|
+
}
|
1711
|
+
},
|
1688
1712
|
{
|
1689
1713
|
"pkg": "gcp",
|
1690
1714
|
"mod": "clouddomains/registration",
|
@@ -4197,6 +4221,14 @@ _utilities.register(
|
|
4197
4221
|
"gcp:firebase/androidApp:AndroidApp": "AndroidApp"
|
4198
4222
|
}
|
4199
4223
|
},
|
4224
|
+
{
|
4225
|
+
"pkg": "gcp",
|
4226
|
+
"mod": "firebase/appCheckAppAttestConfig",
|
4227
|
+
"fqn": "pulumi_gcp.firebase",
|
4228
|
+
"classes": {
|
4229
|
+
"gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig": "AppCheckAppAttestConfig"
|
4230
|
+
}
|
4231
|
+
},
|
4200
4232
|
{
|
4201
4233
|
"pkg": "gcp",
|
4202
4234
|
"mod": "firebase/appCheckDebugToken",
|
@@ -4205,6 +4237,30 @@ _utilities.register(
|
|
4205
4237
|
"gcp:firebase/appCheckDebugToken:AppCheckDebugToken": "AppCheckDebugToken"
|
4206
4238
|
}
|
4207
4239
|
},
|
4240
|
+
{
|
4241
|
+
"pkg": "gcp",
|
4242
|
+
"mod": "firebase/appCheckPlayIntegrityConfig",
|
4243
|
+
"fqn": "pulumi_gcp.firebase",
|
4244
|
+
"classes": {
|
4245
|
+
"gcp:firebase/appCheckPlayIntegrityConfig:AppCheckPlayIntegrityConfig": "AppCheckPlayIntegrityConfig"
|
4246
|
+
}
|
4247
|
+
},
|
4248
|
+
{
|
4249
|
+
"pkg": "gcp",
|
4250
|
+
"mod": "firebase/appCheckRecaptchaEnterpriseConfig",
|
4251
|
+
"fqn": "pulumi_gcp.firebase",
|
4252
|
+
"classes": {
|
4253
|
+
"gcp:firebase/appCheckRecaptchaEnterpriseConfig:AppCheckRecaptchaEnterpriseConfig": "AppCheckRecaptchaEnterpriseConfig"
|
4254
|
+
}
|
4255
|
+
},
|
4256
|
+
{
|
4257
|
+
"pkg": "gcp",
|
4258
|
+
"mod": "firebase/appCheckRecaptchaV3Config",
|
4259
|
+
"fqn": "pulumi_gcp.firebase",
|
4260
|
+
"classes": {
|
4261
|
+
"gcp:firebase/appCheckRecaptchaV3Config:AppCheckRecaptchaV3Config": "AppCheckRecaptchaV3Config"
|
4262
|
+
}
|
4263
|
+
},
|
4208
4264
|
{
|
4209
4265
|
"pkg": "gcp",
|
4210
4266
|
"mod": "firebase/appCheckServiceConfig",
|
@@ -5429,6 +5485,14 @@ _utilities.register(
|
|
5429
5485
|
"gcp:migrationcenter/group:Group": "Group"
|
5430
5486
|
}
|
5431
5487
|
},
|
5488
|
+
{
|
5489
|
+
"pkg": "gcp",
|
5490
|
+
"mod": "migrationcenter/preferenceSet",
|
5491
|
+
"fqn": "pulumi_gcp.migrationcenter",
|
5492
|
+
"classes": {
|
5493
|
+
"gcp:migrationcenter/preferenceSet:PreferenceSet": "PreferenceSet"
|
5494
|
+
}
|
5495
|
+
},
|
5432
5496
|
{
|
5433
5497
|
"pkg": "gcp",
|
5434
5498
|
"mod": "ml/engineModel",
|
@@ -5565,6 +5629,14 @@ _utilities.register(
|
|
5565
5629
|
"gcp:netapp/volume:Volume": "Volume"
|
5566
5630
|
}
|
5567
5631
|
},
|
5632
|
+
{
|
5633
|
+
"pkg": "gcp",
|
5634
|
+
"mod": "netapp/volumeReplication",
|
5635
|
+
"fqn": "pulumi_gcp.netapp",
|
5636
|
+
"classes": {
|
5637
|
+
"gcp:netapp/volumeReplication:VolumeReplication": "VolumeReplication"
|
5638
|
+
}
|
5639
|
+
},
|
5568
5640
|
{
|
5569
5641
|
"pkg": "gcp",
|
5570
5642
|
"mod": "netapp/volumeSnapshot",
|
@@ -132,7 +132,7 @@ class ApplicationUrlDispatchRules(pulumi.CustomResource):
|
|
132
132
|
admin_v3 = gcp.appengine.StandardAppVersion("admin_v3",
|
133
133
|
version_id="v3",
|
134
134
|
service="admin",
|
135
|
-
runtime="
|
135
|
+
runtime="nodejs20",
|
136
136
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
137
137
|
shell="node ./app.js",
|
138
138
|
),
|
@@ -208,7 +208,7 @@ class ApplicationUrlDispatchRules(pulumi.CustomResource):
|
|
208
208
|
admin_v3 = gcp.appengine.StandardAppVersion("admin_v3",
|
209
209
|
version_id="v3",
|
210
210
|
service="admin",
|
211
|
-
runtime="
|
211
|
+
runtime="nodejs20",
|
212
212
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
213
213
|
shell="node ./app.js",
|
214
214
|
),
|
@@ -198,7 +198,7 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
198
198
|
version_id="v1",
|
199
199
|
service="liveapp",
|
200
200
|
delete_service_on_destroy=True,
|
201
|
-
runtime="
|
201
|
+
runtime="nodejs20",
|
202
202
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
203
203
|
shell="node ./app.js",
|
204
204
|
),
|
@@ -214,7 +214,7 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
214
214
|
version_id="v2",
|
215
215
|
service="liveapp",
|
216
216
|
noop_on_destroy=True,
|
217
|
-
runtime="
|
217
|
+
runtime="nodejs20",
|
218
218
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
219
219
|
shell="node ./app.js",
|
220
220
|
),
|
@@ -302,7 +302,7 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
302
302
|
version_id="v1",
|
303
303
|
service="liveapp",
|
304
304
|
delete_service_on_destroy=True,
|
305
|
-
runtime="
|
305
|
+
runtime="nodejs20",
|
306
306
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
307
307
|
shell="node ./app.js",
|
308
308
|
),
|
@@ -318,7 +318,7 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
318
318
|
version_id="v2",
|
319
319
|
service="liveapp",
|
320
320
|
noop_on_destroy=True,
|
321
|
-
runtime="
|
321
|
+
runtime="nodejs20",
|
322
322
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
323
323
|
shell="node ./app.js",
|
324
324
|
),
|
@@ -165,7 +165,7 @@ class ServiceNetworkSettings(pulumi.CustomResource):
|
|
165
165
|
version_id="v1",
|
166
166
|
service="internalapp",
|
167
167
|
delete_service_on_destroy=True,
|
168
|
-
runtime="
|
168
|
+
runtime="nodejs20",
|
169
169
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
170
170
|
shell="node ./app.js",
|
171
171
|
),
|
@@ -247,7 +247,7 @@ class ServiceNetworkSettings(pulumi.CustomResource):
|
|
247
247
|
version_id="v1",
|
248
248
|
service="internalapp",
|
249
249
|
delete_service_on_destroy=True,
|
250
|
-
runtime="
|
250
|
+
runtime="nodejs20",
|
251
251
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
252
252
|
shell="node ./app.js",
|
253
253
|
),
|
@@ -844,7 +844,7 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
844
844
|
myapp_v1 = gcp.appengine.StandardAppVersion("myapp_v1",
|
845
845
|
version_id="v1",
|
846
846
|
service="myapp",
|
847
|
-
runtime="
|
847
|
+
runtime="nodejs20",
|
848
848
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
849
849
|
shell="node ./app.js",
|
850
850
|
),
|
@@ -874,7 +874,7 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
874
874
|
myapp_v2 = gcp.appengine.StandardAppVersion("myapp_v2",
|
875
875
|
version_id="v2",
|
876
876
|
service="myapp",
|
877
|
-
runtime="
|
877
|
+
runtime="nodejs20",
|
878
878
|
app_engine_apis=True,
|
879
879
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
880
880
|
shell="node ./app.js",
|
@@ -1004,7 +1004,7 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
1004
1004
|
myapp_v1 = gcp.appengine.StandardAppVersion("myapp_v1",
|
1005
1005
|
version_id="v1",
|
1006
1006
|
service="myapp",
|
1007
|
-
runtime="
|
1007
|
+
runtime="nodejs20",
|
1008
1008
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
1009
1009
|
shell="node ./app.js",
|
1010
1010
|
),
|
@@ -1034,7 +1034,7 @@ class StandardAppVersion(pulumi.CustomResource):
|
|
1034
1034
|
myapp_v2 = gcp.appengine.StandardAppVersion("myapp_v2",
|
1035
1035
|
version_id="v2",
|
1036
1036
|
service="myapp",
|
1037
|
-
runtime="
|
1037
|
+
runtime="nodejs20",
|
1038
1038
|
app_engine_apis=True,
|
1039
1039
|
entrypoint=gcp.appengine.StandardAppVersionEntrypointArgs(
|
1040
1040
|
shell="node ./app.js",
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -64,6 +64,7 @@ __all__ = [
|
|
64
64
|
'JobStatusErrorResultArgs',
|
65
65
|
'ReservationAutoscaleArgs',
|
66
66
|
'RoutineArgumentArgs',
|
67
|
+
'RoutineRemoteFunctionOptionsArgs',
|
67
68
|
'RoutineSparkOptionsArgs',
|
68
69
|
'TableEncryptionConfigurationArgs',
|
69
70
|
'TableExternalDataConfigurationArgs',
|
@@ -3779,6 +3780,93 @@ class RoutineArgumentArgs:
|
|
3779
3780
|
pulumi.set(self, "name", value)
|
3780
3781
|
|
3781
3782
|
|
3783
|
+
@pulumi.input_type
|
3784
|
+
class RoutineRemoteFunctionOptionsArgs:
|
3785
|
+
def __init__(__self__, *,
|
3786
|
+
connection: Optional[pulumi.Input[str]] = None,
|
3787
|
+
endpoint: Optional[pulumi.Input[str]] = None,
|
3788
|
+
max_batching_rows: Optional[pulumi.Input[str]] = None,
|
3789
|
+
user_defined_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
3790
|
+
"""
|
3791
|
+
:param pulumi.Input[str] connection: Fully qualified name of the user-provided connection object which holds
|
3792
|
+
the authentication information to send requests to the remote service.
|
3793
|
+
Format: "projects/{projectId}/locations/{locationId}/connections/{connectionId}"
|
3794
|
+
:param pulumi.Input[str] endpoint: Endpoint of the user-provided remote service, e.g.
|
3795
|
+
`https://us-east1-my_gcf_project.cloudfunctions.net/remote_add`
|
3796
|
+
:param pulumi.Input[str] max_batching_rows: Max number of rows in each batch sent to the remote service. If absent or if 0,
|
3797
|
+
BigQuery dynamically decides the number of rows in a batch.
|
3798
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_defined_context: User-defined context as a set of key/value pairs, which will be sent as function
|
3799
|
+
invocation context together with batched arguments in the requests to the remote
|
3800
|
+
service. The total number of bytes of keys and values must be less than 8KB.
|
3801
|
+
An object containing a list of "key": value pairs. Example:
|
3802
|
+
`{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
|
3803
|
+
"""
|
3804
|
+
if connection is not None:
|
3805
|
+
pulumi.set(__self__, "connection", connection)
|
3806
|
+
if endpoint is not None:
|
3807
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
3808
|
+
if max_batching_rows is not None:
|
3809
|
+
pulumi.set(__self__, "max_batching_rows", max_batching_rows)
|
3810
|
+
if user_defined_context is not None:
|
3811
|
+
pulumi.set(__self__, "user_defined_context", user_defined_context)
|
3812
|
+
|
3813
|
+
@property
|
3814
|
+
@pulumi.getter
|
3815
|
+
def connection(self) -> Optional[pulumi.Input[str]]:
|
3816
|
+
"""
|
3817
|
+
Fully qualified name of the user-provided connection object which holds
|
3818
|
+
the authentication information to send requests to the remote service.
|
3819
|
+
Format: "projects/{projectId}/locations/{locationId}/connections/{connectionId}"
|
3820
|
+
"""
|
3821
|
+
return pulumi.get(self, "connection")
|
3822
|
+
|
3823
|
+
@connection.setter
|
3824
|
+
def connection(self, value: Optional[pulumi.Input[str]]):
|
3825
|
+
pulumi.set(self, "connection", value)
|
3826
|
+
|
3827
|
+
@property
|
3828
|
+
@pulumi.getter
|
3829
|
+
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
3830
|
+
"""
|
3831
|
+
Endpoint of the user-provided remote service, e.g.
|
3832
|
+
`https://us-east1-my_gcf_project.cloudfunctions.net/remote_add`
|
3833
|
+
"""
|
3834
|
+
return pulumi.get(self, "endpoint")
|
3835
|
+
|
3836
|
+
@endpoint.setter
|
3837
|
+
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
3838
|
+
pulumi.set(self, "endpoint", value)
|
3839
|
+
|
3840
|
+
@property
|
3841
|
+
@pulumi.getter(name="maxBatchingRows")
|
3842
|
+
def max_batching_rows(self) -> Optional[pulumi.Input[str]]:
|
3843
|
+
"""
|
3844
|
+
Max number of rows in each batch sent to the remote service. If absent or if 0,
|
3845
|
+
BigQuery dynamically decides the number of rows in a batch.
|
3846
|
+
"""
|
3847
|
+
return pulumi.get(self, "max_batching_rows")
|
3848
|
+
|
3849
|
+
@max_batching_rows.setter
|
3850
|
+
def max_batching_rows(self, value: Optional[pulumi.Input[str]]):
|
3851
|
+
pulumi.set(self, "max_batching_rows", value)
|
3852
|
+
|
3853
|
+
@property
|
3854
|
+
@pulumi.getter(name="userDefinedContext")
|
3855
|
+
def user_defined_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
3856
|
+
"""
|
3857
|
+
User-defined context as a set of key/value pairs, which will be sent as function
|
3858
|
+
invocation context together with batched arguments in the requests to the remote
|
3859
|
+
service. The total number of bytes of keys and values must be less than 8KB.
|
3860
|
+
An object containing a list of "key": value pairs. Example:
|
3861
|
+
`{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
|
3862
|
+
"""
|
3863
|
+
return pulumi.get(self, "user_defined_context")
|
3864
|
+
|
3865
|
+
@user_defined_context.setter
|
3866
|
+
def user_defined_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
3867
|
+
pulumi.set(self, "user_defined_context", value)
|
3868
|
+
|
3869
|
+
|
3782
3870
|
@pulumi.input_type
|
3783
3871
|
class RoutineSparkOptionsArgs:
|
3784
3872
|
def __init__(__self__, *,
|
@@ -27,12 +27,13 @@ class DatasetIamBindingArgs:
|
|
27
27
|
|
28
28
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
29
29
|
Each entry can have one of the following values:
|
30
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
31
30
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
32
|
-
* **
|
33
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
34
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
31
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
35
32
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
33
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
34
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
35
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
36
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
36
37
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
37
38
|
`bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format
|
38
39
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -55,12 +56,13 @@ class DatasetIamBindingArgs:
|
|
55
56
|
|
56
57
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
57
58
|
Each entry can have one of the following values:
|
58
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
59
59
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
60
|
-
* **
|
61
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
62
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
60
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
63
61
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
62
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
63
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
64
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
65
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
64
66
|
"""
|
65
67
|
return pulumi.get(self, "dataset_id")
|
66
68
|
|
@@ -129,12 +131,13 @@ class _DatasetIamBindingState:
|
|
129
131
|
|
130
132
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
131
133
|
Each entry can have one of the following values:
|
132
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
133
134
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
134
|
-
* **
|
135
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
136
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
135
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
137
136
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
137
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
138
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
139
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
140
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
138
141
|
:param pulumi.Input[str] etag: (Computed) The etag of the dataset's IAM policy.
|
139
142
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
140
143
|
If it is not provided, the provider project is used.
|
@@ -172,12 +175,13 @@ class _DatasetIamBindingState:
|
|
172
175
|
|
173
176
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
174
177
|
Each entry can have one of the following values:
|
175
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
176
178
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
177
|
-
* **
|
178
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
179
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
179
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
180
180
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
181
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
182
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
183
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
184
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
181
185
|
"""
|
182
186
|
return pulumi.get(self, "dataset_id")
|
183
187
|
|
@@ -338,12 +342,13 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
338
342
|
|
339
343
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
340
344
|
Each entry can have one of the following values:
|
341
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
342
345
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
343
|
-
* **
|
344
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
345
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
346
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
346
347
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
348
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
349
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
350
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
351
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
347
352
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
348
353
|
If it is not provided, the provider project is used.
|
349
354
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
@@ -511,12 +516,13 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
511
516
|
|
512
517
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
513
518
|
Each entry can have one of the following values:
|
514
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
515
519
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
516
|
-
* **
|
517
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
518
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
520
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
519
521
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
522
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
523
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
524
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
525
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
520
526
|
:param pulumi.Input[str] etag: (Computed) The etag of the dataset's IAM policy.
|
521
527
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
522
528
|
If it is not provided, the provider project is used.
|
@@ -549,12 +555,13 @@ class DatasetIamBinding(pulumi.CustomResource):
|
|
549
555
|
|
550
556
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
551
557
|
Each entry can have one of the following values:
|
552
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
553
558
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
554
|
-
* **
|
555
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
556
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
559
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
557
560
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
561
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
562
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
563
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
564
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
558
565
|
"""
|
559
566
|
return pulumi.get(self, "dataset_id")
|
560
567
|
|
@@ -27,12 +27,13 @@ class DatasetIamMemberArgs:
|
|
27
27
|
|
28
28
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
29
29
|
Each entry can have one of the following values:
|
30
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
31
30
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
32
|
-
* **
|
33
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
34
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
31
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
35
32
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
33
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
34
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
35
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
36
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
36
37
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
37
38
|
`bigquery.DatasetIamBinding` can be used per role. Note that custom roles must be of the format
|
38
39
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -55,12 +56,13 @@ class DatasetIamMemberArgs:
|
|
55
56
|
|
56
57
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
57
58
|
Each entry can have one of the following values:
|
58
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
59
59
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
60
|
-
* **
|
61
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
62
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
60
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
63
61
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
62
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
63
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
64
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
65
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
64
66
|
"""
|
65
67
|
return pulumi.get(self, "dataset_id")
|
66
68
|
|
@@ -129,12 +131,13 @@ class _DatasetIamMemberState:
|
|
129
131
|
|
130
132
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
131
133
|
Each entry can have one of the following values:
|
132
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
133
134
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
134
|
-
* **
|
135
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
136
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
135
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
137
136
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
137
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
138
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
139
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
140
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
138
141
|
:param pulumi.Input[str] etag: (Computed) The etag of the dataset's IAM policy.
|
139
142
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
140
143
|
If it is not provided, the provider project is used.
|
@@ -172,12 +175,13 @@ class _DatasetIamMemberState:
|
|
172
175
|
|
173
176
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
174
177
|
Each entry can have one of the following values:
|
175
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
176
178
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
177
|
-
* **
|
178
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
179
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
179
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
180
180
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
181
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
182
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
183
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
184
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
181
185
|
"""
|
182
186
|
return pulumi.get(self, "dataset_id")
|
183
187
|
|
@@ -338,12 +342,13 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
338
342
|
|
339
343
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
340
344
|
Each entry can have one of the following values:
|
341
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
342
345
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
343
|
-
* **
|
344
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
345
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
346
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
346
347
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
348
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
349
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
350
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
351
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
347
352
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
348
353
|
If it is not provided, the provider project is used.
|
349
354
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
@@ -511,12 +516,13 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
511
516
|
|
512
517
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
513
518
|
Each entry can have one of the following values:
|
514
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
515
519
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
516
|
-
* **
|
517
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
518
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
520
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
519
521
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
522
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
523
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
524
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
525
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
520
526
|
:param pulumi.Input[str] etag: (Computed) The etag of the dataset's IAM policy.
|
521
527
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
522
528
|
If it is not provided, the provider project is used.
|
@@ -549,12 +555,13 @@ class DatasetIamMember(pulumi.CustomResource):
|
|
549
555
|
|
550
556
|
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
551
557
|
Each entry can have one of the following values:
|
552
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
553
558
|
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
554
|
-
* **
|
555
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
556
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
559
|
+
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
557
560
|
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
561
|
+
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
562
|
+
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
|
563
|
+
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
564
|
+
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
558
565
|
"""
|
559
566
|
return pulumi.get(self, "dataset_id")
|
560
567
|
|