pulumi-gcp 8.21.0a1741156431__py3-none-any.whl → 8.21.0a1741183435__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 +64 -0
- pulumi_gcp/alloydb/cluster.py +148 -0
- pulumi_gcp/alloydb/instance.py +28 -28
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/host_project_registration.py +535 -0
- pulumi_gcp/bigquery/table.py +1 -1
- pulumi_gcp/compute/__init__.py +5 -0
- pulumi_gcp/compute/_inputs.py +770 -0
- pulumi_gcp/compute/backend_service.py +14 -7
- pulumi_gcp/compute/ca_external_account_key.py +48 -3
- pulumi_gcp/compute/disk.py +295 -0
- pulumi_gcp/compute/get_disk.py +56 -1
- pulumi_gcp/compute/get_instant_snapshot_iam_policy.py +182 -0
- pulumi_gcp/compute/instant_snapshot.py +796 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +1087 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +1087 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +906 -0
- pulumi_gcp/compute/outputs.py +1329 -6
- pulumi_gcp/compute/region_backend_service.py +14 -7
- pulumi_gcp/compute/route.py +228 -2
- pulumi_gcp/compute/url_map.py +8 -0
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datacatalog/entry.py +4 -0
- pulumi_gcp/datacatalog/tag.py +4 -0
- pulumi_gcp/dataproc/_inputs.py +12 -15
- pulumi_gcp/dataproc/outputs.py +8 -10
- pulumi_gcp/discoveryengine/target_site.py +4 -4
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +40 -0
- pulumi_gcp/eventarc/message_bus.py +927 -0
- pulumi_gcp/eventarc/outputs.py +41 -0
- pulumi_gcp/gemini/__init__.py +1 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +20 -8
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +6 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +734 -0
- pulumi_gcp/gemini/logging_setting_binding.py +7 -7
- pulumi_gcp/iam/_inputs.py +33 -9
- pulumi_gcp/iam/outputs.py +22 -6
- pulumi_gcp/iam/workforce_pool_provider.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/get_instance.py +425 -0
- pulumi_gcp/memorystore/outputs.py +582 -0
- pulumi_gcp/networkconnectivity/hub.py +84 -0
- pulumi_gcp/networkservices/grpc_route.py +116 -12
- pulumi_gcp/notebooks/location.py +4 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/_inputs.py +74 -0
- pulumi_gcp/storage/anywhere_cache.py +552 -0
- pulumi_gcp/storage/outputs.py +65 -0
- pulumi_gcp/storage/transfer_job.py +67 -0
- {pulumi_gcp-8.21.0a1741156431.dist-info → pulumi_gcp-8.21.0a1741183435.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.21.0a1741156431.dist-info → pulumi_gcp-8.21.0a1741183435.dist-info}/RECORD +56 -46
- {pulumi_gcp-8.21.0a1741156431.dist-info → pulumi_gcp-8.21.0a1741183435.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.21.0a1741156431.dist-info → pulumi_gcp-8.21.0a1741183435.dist-info}/top_level.txt +0 -0
@@ -39,7 +39,7 @@ class LoggingSettingBindingArgs:
|
|
39
39
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
40
40
|
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
41
41
|
:param pulumi.Input[str] product: Product type of the setting binding.
|
42
|
-
Possible values are: `
|
42
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
43
43
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
44
44
|
If it is not provided, the provider project is used.
|
45
45
|
"""
|
@@ -125,7 +125,7 @@ class LoggingSettingBindingArgs:
|
|
125
125
|
def product(self) -> Optional[pulumi.Input[str]]:
|
126
126
|
"""
|
127
127
|
Product type of the setting binding.
|
128
|
-
Possible values are: `
|
128
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
129
129
|
"""
|
130
130
|
return pulumi.get(self, "product")
|
131
131
|
|
@@ -174,7 +174,7 @@ class _LoggingSettingBindingState:
|
|
174
174
|
:param pulumi.Input[str] name: Identifier. Name of the resource.
|
175
175
|
Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
|
176
176
|
:param pulumi.Input[str] product: Product type of the setting binding.
|
177
|
-
Possible values are: `
|
177
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
178
178
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
179
179
|
If it is not provided, the provider project is used.
|
180
180
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -291,7 +291,7 @@ class _LoggingSettingBindingState:
|
|
291
291
|
def product(self) -> Optional[pulumi.Input[str]]:
|
292
292
|
"""
|
293
293
|
Product type of the setting binding.
|
294
|
-
Possible values are: `
|
294
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
295
295
|
"""
|
296
296
|
return pulumi.get(self, "product")
|
297
297
|
|
@@ -439,7 +439,7 @@ class LoggingSettingBinding(pulumi.CustomResource):
|
|
439
439
|
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
440
440
|
:param pulumi.Input[str] logging_setting_id: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
441
441
|
:param pulumi.Input[str] product: Product type of the setting binding.
|
442
|
-
Possible values are: `
|
442
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
443
443
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
444
444
|
If it is not provided, the provider project is used.
|
445
445
|
:param pulumi.Input[str] setting_binding_id: Id of the setting binding.
|
@@ -597,7 +597,7 @@ class LoggingSettingBinding(pulumi.CustomResource):
|
|
597
597
|
:param pulumi.Input[str] name: Identifier. Name of the resource.
|
598
598
|
Format:projects/{project}/locations/{location}/loggingSettings/{setting}/settingBindings/{setting_binding}
|
599
599
|
:param pulumi.Input[str] product: Product type of the setting binding.
|
600
|
-
Possible values are: `
|
600
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
601
601
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
602
602
|
If it is not provided, the provider project is used.
|
603
603
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -683,7 +683,7 @@ class LoggingSettingBinding(pulumi.CustomResource):
|
|
683
683
|
def product(self) -> pulumi.Output[Optional[str]]:
|
684
684
|
"""
|
685
685
|
Product type of the setting binding.
|
686
|
-
Possible values are: `
|
686
|
+
Possible values are: `GEMINI_CODE_ASSIST`.
|
687
687
|
"""
|
688
688
|
return pulumi.get(self, "product")
|
689
689
|
|
pulumi_gcp/iam/_inputs.py
CHANGED
@@ -1267,7 +1267,15 @@ if not MYPY:
|
|
1267
1267
|
* AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
|
1268
1268
|
in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
|
1269
1269
|
See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
|
1270
|
-
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1270
|
+
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1271
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1272
|
+
using configuration provided in ExtraAttributesOAuth2Client and 'id'
|
1273
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1274
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1275
|
+
for more details on 'microsoft.graph.group' properties. The
|
1276
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1277
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1278
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_MAIL", "AZURE_AD_GROUPS_ID"]
|
1271
1279
|
"""
|
1272
1280
|
client_id: pulumi.Input[str]
|
1273
1281
|
"""
|
@@ -1301,7 +1309,15 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientArgs:
|
|
1301
1309
|
* AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
|
1302
1310
|
in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
|
1303
1311
|
See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
|
1304
|
-
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1312
|
+
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1313
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1314
|
+
using configuration provided in ExtraAttributesOAuth2Client and 'id'
|
1315
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1316
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1317
|
+
for more details on 'microsoft.graph.group' properties. The
|
1318
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1319
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1320
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_MAIL", "AZURE_AD_GROUPS_ID"]
|
1305
1321
|
:param pulumi.Input[str] client_id: The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1306
1322
|
:param pulumi.Input['WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs'] client_secret: The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
1307
1323
|
:param pulumi.Input[str] issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
@@ -1322,7 +1338,15 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientArgs:
|
|
1322
1338
|
* AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
|
1323
1339
|
in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
|
1324
1340
|
See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
|
1325
|
-
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1341
|
+
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1342
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1343
|
+
using configuration provided in ExtraAttributesOAuth2Client and 'id'
|
1344
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1345
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1346
|
+
for more details on 'microsoft.graph.group' properties. The
|
1347
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1348
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1349
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_MAIL", "AZURE_AD_GROUPS_ID"]
|
1326
1350
|
"""
|
1327
1351
|
return pulumi.get(self, "attributes_type")
|
1328
1352
|
|
@@ -1472,9 +1496,9 @@ if not MYPY:
|
|
1472
1496
|
class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgsDict(TypedDict):
|
1473
1497
|
filter: NotRequired[pulumi.Input[str]]
|
1474
1498
|
"""
|
1475
|
-
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
|
1499
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
|
1476
1500
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1477
|
-
groups should be
|
1501
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1478
1502
|
"""
|
1479
1503
|
elif False:
|
1480
1504
|
WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1484,9 +1508,9 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs:
|
|
1484
1508
|
def __init__(__self__, *,
|
1485
1509
|
filter: Optional[pulumi.Input[str]] = None):
|
1486
1510
|
"""
|
1487
|
-
:param pulumi.Input[str] filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
|
1511
|
+
:param pulumi.Input[str] filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
|
1488
1512
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1489
|
-
groups should be
|
1513
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1490
1514
|
"""
|
1491
1515
|
if filter is not None:
|
1492
1516
|
pulumi.set(__self__, "filter", filter)
|
@@ -1495,9 +1519,9 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersArgs:
|
|
1495
1519
|
@pulumi.getter
|
1496
1520
|
def filter(self) -> Optional[pulumi.Input[str]]:
|
1497
1521
|
"""
|
1498
|
-
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
|
1522
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
|
1499
1523
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1500
|
-
groups should be
|
1524
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1501
1525
|
"""
|
1502
1526
|
return pulumi.get(self, "filter")
|
1503
1527
|
|
pulumi_gcp/iam/outputs.py
CHANGED
@@ -972,7 +972,15 @@ class WorkforcePoolProviderExtraAttributesOauth2Client(dict):
|
|
972
972
|
* AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
|
973
973
|
in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
|
974
974
|
See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
|
975
|
-
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
975
|
+
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
976
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
977
|
+
using configuration provided in ExtraAttributesOAuth2Client and 'id'
|
978
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
979
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
980
|
+
for more details on 'microsoft.graph.group' properties. The
|
981
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
982
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
983
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_MAIL", "AZURE_AD_GROUPS_ID"]
|
976
984
|
:param str client_id: The OAuth 2.0 client ID for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
977
985
|
:param 'WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs' client_secret: The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
|
978
986
|
:param str issuer_uri: The OIDC identity provider's issuer URI. Must be a valid URI using the 'https' scheme. Required to get the OIDC discovery document.
|
@@ -993,7 +1001,15 @@ class WorkforcePoolProviderExtraAttributesOauth2Client(dict):
|
|
993
1001
|
* AZURE_AD_GROUPS_MAIL: Used to get the user's group claims from the Azure AD identity provider using configuration provided
|
994
1002
|
in ExtraAttributesOAuth2Client and 'mail' property of the 'microsoft.graph.group' object is used for claim mapping.
|
995
1003
|
See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on
|
996
|
-
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1004
|
+
'microsoft.graph.group' properties. The attributes obtained from idntity provider are mapped to 'assertion.groups'.
|
1005
|
+
* AZURE_AD_GROUPS_ID: Used to get the user's group claims from the Azure AD identity provider
|
1006
|
+
using configuration provided in ExtraAttributesOAuth2Client and 'id'
|
1007
|
+
property of the 'microsoft.graph.group' object is used for claim mapping. See
|
1008
|
+
https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties
|
1009
|
+
for more details on 'microsoft.graph.group' properties. The
|
1010
|
+
group IDs obtained from Azure AD are present in 'assertion.groups' for
|
1011
|
+
OIDC providers and 'assertion.attributes.groups' for SAML providers for
|
1012
|
+
attribute mapping. Possible values: ["AZURE_AD_GROUPS_MAIL", "AZURE_AD_GROUPS_ID"]
|
997
1013
|
"""
|
998
1014
|
return pulumi.get(self, "attributes_type")
|
999
1015
|
|
@@ -1105,9 +1121,9 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters(dict):
|
|
1105
1121
|
def __init__(__self__, *,
|
1106
1122
|
filter: Optional[str] = None):
|
1107
1123
|
"""
|
1108
|
-
:param str filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
|
1124
|
+
:param str filter: The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
|
1109
1125
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1110
|
-
groups should be
|
1126
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1111
1127
|
"""
|
1112
1128
|
if filter is not None:
|
1113
1129
|
pulumi.set(__self__, "filter", filter)
|
@@ -1116,9 +1132,9 @@ class WorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters(dict):
|
|
1116
1132
|
@pulumi.getter
|
1117
1133
|
def filter(self) -> Optional[str]:
|
1118
1134
|
"""
|
1119
|
-
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the
|
1135
|
+
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
|
1120
1136
|
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
|
1121
|
-
groups should be
|
1137
|
+
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
|
1122
1138
|
"""
|
1123
1139
|
return pulumi.get(self, "filter")
|
1124
1140
|
|
@@ -747,7 +747,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
747
747
|
"plain_text": "client-secret",
|
748
748
|
},
|
749
749
|
},
|
750
|
-
"attributes_type": "
|
750
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
751
751
|
"query_parameters": {
|
752
752
|
"filter": "mail:gcp",
|
753
753
|
},
|
@@ -1087,7 +1087,7 @@ class WorkforcePoolProvider(pulumi.CustomResource):
|
|
1087
1087
|
"plain_text": "client-secret",
|
1088
1088
|
},
|
1089
1089
|
},
|
1090
|
-
"attributes_type": "
|
1090
|
+
"attributes_type": "AZURE_AD_GROUPS_ID",
|
1091
1091
|
"query_parameters": {
|
1092
1092
|
"filter": "mail:gcp",
|
1093
1093
|
},
|